Re: [weewx-user] Re: Belchertown hook1 not refreshing

2020-09-27 Thread Tim Tuck
Hi Manfred, Thanks for that, I'll have to give that a try, cheers Tim On 25/9/20 5:50 am, Manfred Maier wrote: So, this is my approach. In the index.html.tmpl I've included the following script:     setInterval("reload_hook();", 1);         function reload_hook () {

[weewx-user] Re: Belchertown hook1 not refreshing

2020-09-24 Thread Manfred Maier
So, this is my approach. In the index.html.tmpl I've included the following script: setInterval("reload_hook();", 1); function reload_hook () { $.get('./hooks/hook_after_station_info.html', function(data) {

[weewx-user] Re: Belchertown hook1 not refreshing

2020-09-24 Thread Manfred Maier
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