but do NOT change (stay in Celsius) for next hour(s) and next day(s).
Ok, so the ones for future hours/days do not auto-change from C to F and vice versa: (forecastHours(1, "TEM")) (forecastDays(1, "TEM_LOW"))
Do we have another bug?
Has anyone notice that? Does it work for you??
I am running Wear OS5 on my GW5 pro, I have made weather watch face with hours and days plus forecast, and I can confirm all works well for me. Also all units changes instantly as I change the temperature unit on the app. Talking about Samsung weather, which opens another question…what about non Samsung watches, does the weather works same for example if user has pixel watch and uses Google weather app? From this point looks like the new weather “complication” uses data from Samsung weather.
EDIT: I tested on emulator on Pixel and it works with google Weather app, though you need to change in the phones system settings language in order to change the temperature units.
Other thing I noticed on my Samsung watch, after midnight the next day forecast shows unknown icon and 0º, for next hour shows ok, so @masterboyhr you might be right here.
I have tested now, seems it’s working on my end for the weather forecastHours() and forecastDays().
Are you facing the issue on watch or WFS preview? If possible share a sample project to test.
Try to set your phone next day and time after midnight, and see what happens for next day forecast.
Fot weather I use (forecastDays(1,“COND_DAY”))
And temp High/Low (forecastDays(1,“TEM_LOW”))°/(forecastDays(1,“TEM_HIGH”))°
They work before midnight
That happens to me as well.
I have set “Do not disturb” on the watch from 11 PM to 6 AM.
When the watch wakes up at 6AM it takes 10-15 minutes to update weather for the next day. Shows 0.
In my case updates till in the morning. Even if I simulate date and time.by changing in the phone, the unknown appears right at the moment on the watch. I tested in emulator on pixel watch, and seems like it works there fine with google’s weather app. So not sure what happens here.
The problem is actually on the weather app, I noticed that the next day does not update there too ( watch app ) but no uknown weather, just still stays same day and updates in the morning. So I guess the tags are ok on WFS side.