New Weather Tags

i’ve been curious, what is the difference between [IS_AFTNOON] and [WTHR_IS_DAY] tags?
i can’t seem to be able to test out with the time machine, i can only find a button to toggle
i was hoping this was for sunrise/set or at least a place holder until the new version to come out

[IS_AFTNOON] returns 0 before noon, returns 1 after the noon.

[WTHR_IS_DAY] returns 1 before sunset (day-time), returns 0 after the sunset (night-time).

For example

  1. if you want to show a picture only before noon
    set opacity:
    0+ [IS_AFTNOON]==0?100:0

  2. if you want to show a picture only before sunset (during the day)
    set opacity:
    0+ [WTHR_IS_DAY]==1?100:0

2 Likes

thank you. now if only i could get the wear 5 update so i can test out on my watch 5

1 Like

Following up on the [WTHR_IS_DAY] and day/night clear icon questions…

This would suggest two text objects on top of each other correct? One object has all the weather icons as a bitmap font (minus the clear day or night) and the other has the missing clear day or night icon, and none of the other bitmaps. Then the [WTHR_IS_DAY] formula in the opacity field will determine which is displayed when the clear condition is active, correct? Is there a better way to do this?

Hi @hansniekus WTHR_COND For the picture. How to set weather pic on watch. Can you please describe. TIA.

Where exactly do you enter these codes?