Made some syntax error when fixing it, this worked
#set $observations = $to_list($DisplayOptions.get('observations_current',
['outTemp', 'barometer', 'heatIndex', 'windchill', 'dewpoint', 'humidity',
'windSpeed', 'windDir', 'rainRate', 'insideTemp']))
Still don't know what happened to screw it up like that
Le jeudi 14 avril 2022 à 22 h 51 min 53 s UTC-4, Sylvain Gagnon a écrit :
> 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/bdf712a3-887d-45a3-abb9-f1b0b19f0411n%40googlegroups.com.