I have weather forecasts on my watch face, and they show the weather conditions for the next 6 and 12 hours.
But for the weather conditions, I use two types of icons: one for daytime and one for nighttime.
This works very well for timelines, but those timelines are based on the current time, and I want to show or hide something for a condition that must be met in the future, so I cannot work with the standard guidelines.
At least I found something.
I was able to place two text fields on top of each other and give one field an opacity of 0 and the other an opacity of 100.
If you use forecasthours, you can also use IS_DAY as a second parameter. This should return 1 if it is daytime and 0 if it is nighttime.
I don’t know when the day starts or ends, but in my case it always returns 1.
I tried this with the tag as the source for the text field itself and I always get a 1 back.
Hello look here…
Scroll down and …
Very helpful for the use of weather Icons day and night
Thanks a lot, this is exactly what I need.
What SGWatchDesign said works well for the actual weather conditions as it works with WTHR_COND.
I should use forecasthours and the number of hours followed by the second parameter IS_DAY but whatever I enter in the number of hours for me it always returns 1.
Did already somebody work with this parameter and had the correct results?