Closed ultima-originem closed 9 years ago
Do you mean in v0.2.3? Because that's the version that added temperature units to default_settings.py. Before that it was always Fahrenheit.
Corrected; my bad :-)
The problem was present is the version downloaded today.
Oh ok hmm... maybe I just missed one of the replacements? I'll take a quick look...
Ah ha! Found it... line 76 of Atmospi/static/atmospi.js should be:
text: 'Temperature (°' + settings['t_unit'] + ')'
I will push a fix...
Fixed in the master branch!
Works! Thanks!
In v0.2.3 the axis title always shows degrees Fahrenheit and does not get the preferred UoM from default_settings.py