1. Allow the changing of temperature font size and color (in sys.txt)
2. Added trending indicator (increase=up triangle, decrease=down triangle, stay same=nothing)
3. Added min and max temperatures
4. Added hot and cold thresholds and font glow color for less than cold, between hot-cold and more than hot (in sys.txt)
5. Added announcement
6. Changes "N/A" to "?"
7. Conversion done automatically when changing between C,F,K scale
Settings are under Settings->Weather
Font colors are set in sys.txt
Code:
[osiris4isis]
temp_color="255,255,255"
cold_temp_color="64,64,255"
hot_temp_color="192,0,0"
normal_temp_color="0,128,0"