Hi Tim, the only thing you've missed is that the refresh of the image hooks only works for images.
There is a workaround available (using some custom script). I hopefully find some time later in the evening to post the solution here. I'm using this workaround on my page: wetter-zorneding.de The text below the station observations updates automatically (showing the sunshine hours and amount of rain). Best, Manfred [email protected] schrieb am Donnerstag, 24. September 2020 um 09:39:28 UTC+2: > Hi all, > > I have this in my index_hook_after_station_info.inc > > <div style="text-align: center; background-color: > #$aqi($current($data_binding='aqi_binding').aqi_pm2_5_category).color;" > > <H2> The 24hr AQI for South Penrith is > $current($data_binding='aqi_binding').aqi_pm2_5 which is > > $aqi($current($data_binding='aqi_binding').aqi_pm2_5_category).category.</H2> > </div> > > > and in /etc/weewx/weewx.conf I have .. > > reload_hook_images = 1 > reload_images_hook_asi = 300 > > But hook1 never refreshes. > > Have I missed something ? > > thanks > > Tim > > > -- 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/120cb021-d69a-422e-ac1e-ee5ded201550n%40googlegroups.com.
