Weather as 0°C

I’m created a watchface and it’s working perfectly, only thing that isn’t is the weather. On the Studio it shows normally, but qhen I choose to run on device, it shows as 0°C. I used a text element with the tags for temperature and scale. The device is a galaxy watch 7. If I use a pre made face, it shows the temperature normally.

°C
[WTHR_TEM_UNIT]>=1?([WTHR_TEM_UNIT]<=1?100:1):1
°F
[WTHR_TEM_UNIT]>=2?([WTHR_TEM_UNIT]<=2?100:2):2

What?

How is this related to the question?

Seems to me that the weather option is just unstable. I just recompiled using the “date” complication, copied and pasted the code and it worked. Even with the images for the weather condition(not complications, simple images). I imagine that when you use a complication, it forces the whole watch face to connect to the api, that’s maybe the reason that the images are working too now.