viper80 wrote:How to change degrees Fahrenheit to Celsius ?
Replace the Url option of the [Current] measure with the following one:
Url=http://wxdata.weather.com/wxdata/weather/local/#AreaCode#?cc=*&unit=#Unit#&dayf=0
This URL, instead of the previous one, uses the Unit variable. This variable must be defined in the [Variables] section and determines the unit of measure. It can be:
- Unit=i (imperial) for temperatures in Fahrenheit degrees.
- Unit=m (metric) for temperatures in Celsius degrees.
So for Celsius unit, add the
Unit=m variable to the [Variables] section.
Beside this, if you want to see the temperatures in Celsius degrees, you should replace the Postfix option of the [MeterTempValue] and [MeterFeelsLikeValue] meters with
Postfix="°C".