So I updated my WeeWX through sudo apt upgrade on my Raspbian system and 
now, I'm only seeing Outside temperature and pressure. I used have as well 
heat index, wind chill, winds, rains, etc. but they are now all missing :-(

During the update, I said to keep the original files so I don't know what 
happens. In /etc/weewx/skins/Seasons/current.inc, I see
#set $observations = $to_list($DisplayOptions.get('observations_current', 
['outTemp', 'barometer']))

I changed it to this:
#set $observations = $to_list($DisplayOptions.get('observations_current', 
['outTemp', 'barometer', 'heatindex', 'windchill', 'dewpoint', 
'outHumidity', 'windSpeed', '.windDir', 'rainRate', 'inTemp']))

Restarted weewx with sudo systemctl restart weewx.service and also sudo 
wee_reports but still, only outside temperature and pressure is showing.

Anybody knows how I can fix this? I tried to look for a backup copy of the 
file and can't find one :-(

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/c61429f9-8ff6-484c-8d39-48c06447913fn%40googlegroups.com.

Reply via email to