Weather widget units

I know how to change temperature unit, but how do I change rain and wind units?

weather:
widget_type: weather
units: “°C”

image

1 Like

Hi,
the units are fixed strings, inside the weather HTML:


you can change this for yourself.
./lib/python3.5/site-packages/appdaemon/widgets/baseweather/baseweather.html

I am not into forking so this would be another way to fix.

The weather widget is overdue an overhaul - hopefully after I get done with the 3.,0 beta.

5 Likes