How to change weather icons - guide

:+1: Glad it’s solved for you. I have a Pixel Watch 3, but have heard of quirks with the GW Ultra.

The Rev. Marcia A. Tremmel

1 Like

A new quirk - I added a separate set of night time weather icons…the watch face displayed all of them at the same time…ugh.

LOL, you didn’t follow instructions.

Scroll up or click link bellow and set it as I wrote.

2 Likes

I followed them, I should have clarified, all of the night icons were visible. Just making sure that the two sets are on separate complications?

What has always worked for me is to have a companion opacity statement in the Night Weather Font as well as the one you show in the Day Weather Font. Like this: (WTHR_IS_DAY==0?100:0)

1 Like

That’s what I did, somehow the night icons showed multiple icons and the day setting had both a day and night icon. I tried using the above along with the WTHR_COND and the same result.

1 Like

Well done showing the screen shot . The formula in the Text field is for Opacity management . As @Purrstachio2Cat has said that formula should be in the Opacity field of the colour in the Field above . Right formula Wrong field .
The Tag you want in that Field is [WTHR_COND] . Enjoy .

2 Likes

OMG! Thank you so much LOL at myself

1 Like

And, of course, I completely missed the WTHR_IS_DAY formula in the wrong field. Probably because that’s something I would do. Duh :roll_eyes:

1 Like

It all looks perfectly logical . When you have made that mistake a few times you learn what it looks like . You would think if there was an error nothing would show. Ha Ha Ha . :thinking::joy::rofl:

2 Likes

done it for current weather icons thank you so much for it but
What should be bitmaps tag codes for 2 days weather forecast?

tomorrow (+1 day): forecastDays(1,“COND_DAY”)

the day after (+2 days): forecastDays(2,“COND_DAY”)

+3 days: forecastDays(3,“COND_DAY”)

3 Likes

as i far i see there is nothing for color opacity Tags?

C’mon, man, I cannot explain the basic logic of things…

In case of weather pictures for the next day, tag: forecastDays(1,“COND_DAY”), do not touch opacity. Opacity has to be 100% because it will be shown all the time, pics will change depending on return value of the weather tag.

If you want something to be shown only under certain condition then you mess with the opacity.

1 Like

@delifani_wf . Have you noticed Tag Edit of the Colour Opacity Field ?
.

Thanks to helpers like you, I am walking on this path with sure steps. Thanks again bro.

1 Like

I noticed it but later I realized that it was made of date component :smiley:

1 Like

Why don’t I have a text field


?

There is no Text field when you use ICU format for dates and times. The text is preprogrammed.

2 Likes