Thanks for the answer but now I’m also blocked on future days of the week. like in your picture “TUE” “WEN”
Thank you, that’s exactly it, thank you very much
Take a look here, you’ll find two similar but different solutions, Peters’ and mine.
Choose what works for you.
The latest version of Watch Face Studio was released yesterday, v1.7.13. They resolved the forecast issue. Did you check if your issue remains or is resolved?
Boshra Thank you for the notice about update!
I had a problem with UV tag, worked in WFS, didn’t work on watch (Samsung Ultra), always showed 0 on the watch.
I’ve just updated it but - grrrrrr, UV index is 0 at the moment so I still don’t know if it works…
Do we know if WFS v 2.7.13 will work with Galaxy watch 5 Pro and GW4 Classic .
OK . I will hold on .
Nope.
UV index still works only in WFS.
On the watch it shows 0.
Am I doing something wrong???
[WTHR_UV_INDEX]
always shows 0 on the watch. Preview inside WFS shows correct numbers, 0-11.
Testing UV here in the UK is not Easy . Did you try
.
([WTHR_UV_INDEX])
I will have a look on 1.7.13
.
Ha Ha . I can not test any weather stuff on my GW5 .
.
Yes russellcresser, I thought about asking you to test it but I know that you cannot at the moment.
Thank you anyway.
*
Yes, I’ve tried ([WTHR_UV_INDEX])
, always 0 on the watch.
If I had the Finances I would Cross the Bridge and join you . I got a Smartwatch for my 70th . I am on watch 6 now . I have traded them in an am left with the GW4 and 5 . Most are bought as second user . I have heard nothing but good of the ultra . I look forward one day to making Square / Round Faces . I know a Couple of makers with PW3 . I am not sure if that would give you the answer .
Please create a support ticket.
I’ve just tried to but I have no answer to
“What is the application distribution channel?”
I don’t know… none… I distribute it from my comp to my watch…
In this case, you may select “Only for internal distribution”.
Thank you! I’ve sent a support ticket.
hi, i tried to follow the guide, but when i do forecastDays(1,COND_DAY) it practically doesn’t change, how can i make a sequence of more days? i used the guide for the weather icons via bitmap font, but i get lost in some steps…is there some particular formula to write so i can see 3 days in sequence? thanks a lot, and have a good evening
Hi,
Thank you so much for sharing! I used the tag you provided, but unfortunately, it appears as shown in the attached picture. I’m testing on a Watch 6 with WearOS 5, and I don’t believe the issue is related to the watch itself. The tag isn’t functioning even in the Watch Face Studio simulator.
By the way, the text boxes are large enough, and the other weather tags are working fine.
Windows OS, WFS version: 1.7.13
Could you please help me figure out how to resolve this issue?
Thank you!
This may not be the issue, but don’t use ‘smart’[sic] quotes.
Hmmm, I’m not seeing any error in the first one…
Here is a copy from my watchface, it works for sure:
(forecastHours(1, "TEM"))
It may be the problem with font format, try typing it yourself (don’t copy/paste).
I had that problem once, then Peter and Russell warned me about font formatting.
*
In the second formula I do see an error:
you’ve lost “_DAY” somewhere,
you have: forecastDays(1,"COND")
and it should be:
forecastDays(1,"COND_DAY")