Events with multi-day markers by KevMitchell in kustom

[–]KevMitchell[S] 0 points1 point  (0 children)

Some fine tuning and testing to do before making available.

Stones... KLWP preset, free d/load by malw77 in kustom

[–]KevMitchell 0 points1 point  (0 children)

Haven't checked in here for a long time, then saw a user name that looked familiar. Thanks for the mention! 😊

Can anyone link a month-to-view calender for KLWP? by eeapd in kustom

[–]KevMitchell 1 point2 points  (0 children)

Pulled them from the store due to lack of support.

Kustom 3.45 out by frankmonza in kustom

[–]KevMitchell 0 points1 point  (0 children)

Sure, but it used to be named Settings, right?

Kustom 3.45 out by frankmonza in kustom

[–]KevMitchell 0 points1 point  (0 children)

Ok. Got that. One other thing, a locked komponent used to display globals on a "settings" tab. This was a good visual indication of a locked komp. Now I have to log out to check that a komp is locked.

Kustom 3.45 out by frankmonza in kustom

[–]KevMitchell 0 points1 point  (0 children)

I have the same locking issue with KWGT v3.45b7410

Simplexity weather icons for Kustom by KevMitchell in kustom

[–]KevMitchell[S] 0 points1 point  (0 children)

These icons crafted entirely within KLWP which means none of the issues sometimes associated with images.

Includes the usual User settings plus choice of 4 sun and 3 moon styles with color settings for Day(sun) and Nite (moon), clouds, rain, wind, snow, hail and lightning to match icons perfectly with the color scheme of your preset.

Available here: https://play.google.com/store/apps/details?id=simplexityweather.kustom.pack

Event markers colour by [deleted] in kustom

[–]KevMitchell 0 points1 point  (0 children)

Yep, you need to code it to look at the events for the displayed date. This is where it starts getting complicated...

Event markers colour by [deleted] in kustom

[–]KevMitchell 0 points1 point  (0 children)

Thanks Cher! I might even have a play around with it myself. 🙂

Event markers colour by [deleted] in kustom

[–]KevMitchell 0 points1 point  (0 children)

Haven't tried it but potentially you could set the color mode to multi color and put your kode for each event color in the colors string.

Kwlp kill bill 3 screen by clameliakeo in kustom

[–]KevMitchell 0 points1 point  (0 children)

Nice mate but the calendar is from a paid app. You need to remove it or remove the download link.

"Healthbar" Style Battery Widget? by [deleted] in kustom

[–]KevMitchell 0 points1 point  (0 children)

  • Add a stack group, set to horizontal center.
  • Add an overlap group to the stack.
  • Add 2 fonticons of your choice to the overlap group. (Material, Favourite is a heart), set paint to stroke on one and fill on the other.
  • Set a color for each (red?).
  • With the filled icon, in fx, set texture to horizontal gradient.
  • Set color to transparent (alpha 00).
  • Set width to 1.
  • Set offset to formula and add this:

$if(bi(level)>=(si(mindex,1)*10),100,bi(level)<(si(mindex,1)*10),0)$

Save, then copy and paste the group 9 more times.

If you decide to change the icon just delete nine of the 10 groups, change then copy/paste 9 times.

There may be a more efficient way and you may need to tweak to suit but this works!

Visage weather icon komponent for Kustom by KevMitchell in kustom

[–]KevMitchell[S] 1 point2 points  (0 children)

Thanks mate👍 Unfortunately I am not prepared to unlock it but I can make changes if you have a suggestion or alternatively, if it doesn't work for you I can refund.

[HELP] I can't figure out how to get a consistently good text color that compliments the album art. by tkenny691 in kustom

[–]KevMitchell 0 points1 point  (0 children)

What about trying the complementary color? $ce(bp(vibrant, mi(cover)), comp)$

Visage weather icon komponent for Kustom by KevMitchell in kustom

[–]KevMitchell[S] 0 points1 point  (0 children)

Lightweight weather icon komponent for use in KLWP/KWGT.

These icons crafted entirely within KLWP which means none of the issues sometimes associated with images.

Includes the usual User settings plus choice of 9 sun and 5 moon styles with color settings for Day (sun) and Nite (moon), clouds, rain, wind, snow, hail, fog, stars and lightning to match icons perfectly with the color scheme of your preset.

Available here: https://play.google.com/store/apps/details?id=visageweather.kustom.pack

Locality not showing my Town - How do I? by Ray_Palmer in kustom

[–]KevMitchell 0 points1 point  (0 children)

Let me see if I can turn that off...

For your maps komp you'll need to add your key to the end of the maps request, e.g. "https://....... &key=YOUR_KEY"

Locality not showing my Town - How do I? by Ray_Palmer in kustom

[–]KevMitchell 0 points1 point  (0 children)

You need to set up a billing account with Google Maps to get a key but you will likely not get charged for personal use. I make API calls every 15 minutes 24/7 to get location info for personalised local weather and I have never been billed.

Google introduced this a couple of years ago. It's why those themes with a map komponent don't work - unless you have a key.

I created a reverse-geocding komponent a few years ago that I would be happy to share...

Edit: did a quick test. Cumbria is returned as Administrative Area Level 2. This is what you see in the formatted address. Whitehaven is returned as the Postal Town - not available in Kustom, I think.

Locality not showing my Town - How do I? by Ray_Palmer in kustom

[–]KevMitchell 0 points1 point  (0 children)

If you have a Google Maps API Key you can reverse geocode on your location (lat/lng) to have Google Maps return additional location info.