Temperature display error

Hi. I created a custom display in Kustom Watch. It doesn’t update the current temperature on my watch. It shows correctly in the app, but on the watch it still shows zero.

If your watch supports it, try using complications instead.

How should I write it correctly complications so that the result is the local temperature?

i am facing same issue

To use complications for the temperature, you’ll want to add a ‘Complication’ object in KWCH, set it to the slot where your weather data is (usually via the watch’s own settings), and then use the formula $mc(1, title)$ (if it’s in slot 1). Often, using the ‘Title’ field from the complication provides a more reliable update than the standard $wi(temp)$ because it forces the watch to pull the system’s own weather data.