Hello all,
We are excited to announce the release of a new Code Lab on Samsung Developer site, focusing on the latest weather-related features for Watch Face Studio. This comprehensive guide covers most of the weather tags and their implementations in detail.
You can explore the Code Lab here: Get creative with weather data in Watch Face Studio
We hope this resource will be helpful in designing watch faces utilizing weather tags effectively.
7 Likes
Thank you, I’ve learned a thing or two.
*
*
Curious and interesting solution for Weather Available:
100 + (-1+[WTHR_IS_AVAIL])*100
*
More logical solution (to me) is:
0 + [WTHR_IS_AVAIL]==1?100:0
*
But both solutions work.
1 Like
A question. The ICU format is used in the sample project. Here is another field “Text field”.
I add another icu date to add this field. Project was opened with WFS 1.7.3.
Can someone, please, check/test the UV tag on the real watch.
Does it work for you?
For me it works fine in the WFS but it doesn’t work on the real watch.
On the watch (Samsung Ultra) UV is always 0, in the WFS works fine.
[WTHR_UV_INDEX]
tag.
*
I don’t know if I’m doing something wrong but it’s so simple, just a tag, I don’t think I can use it wrongly.
I’ve also tried ([WTHR_UV_INDEX])
but the result on the watch is always 0.
1 Like
@masterboyhr
GW Ultra
I concur. Unless the wind has something to do with the UVI that i am not aware of… hahaha
FYI icons at the top change based on both condition and temperature
1 Like
maybe the wind drops down the UV factor… 
OK, so UV tag does not work.
I don’t know if any developer reads this… but we have a bug.
1 Like
I have the UV index on a WF. I use GW 6 Classic with Wearos5. A value of 0 is currently displayed on the WF … Google Wetter also shows 0 = low, Samsung weather also low.
On my watch (Samsung Ultra) the result on the watch is always 0.
Please try again latter when Google or Samsung weather will show UV more than 0.
Difficult in Germany. We have had temperatures below 0 degrees and rain/snow for days 
1 Like
I’m from Croatia.
For us this temperature is considered as cold weather… 
Temperatures close to 0 are polar cold here.
Below 0 people stay at home. Panic mode.
Hello,
It’s a known issue and has been fixed. You will get the fixed version with the next software update. Please wait for the next software update on your watch.
Thank you.
5 Likes
Oh, nice. Thank you.
I’m not too bothered by it, I’m not selling watchfaces, I was just wondering if I’m using the UV tag somehow wrong.
1 Like
I am not sure if this has been discussed in other topics, but what about shortcut on tap? It seems that it is not available…
on the official coded watch face it works, but on the sample watch face in WFS it does not work.