Re: [weewx-user] Re: Graph not update

2021-02-07 Thread ginfo...@gmail.com
Thanks. I solved all my problems, this is my website: https://www.meteomestre.it Il giorno sabato 6 febbraio 2021 alle 19:26:03 UTC+1 jo...@johnkline.com ha scritto: > The two lines you are asking about should be entered exactly one time in > each template where you are adding a ?$cachebuster

Re: [weewx-user] Re: Graph not update

2021-02-06 Thread John Kline
The two lines you are asking about should be entered exactly one time in each template where you are adding a ?$cachebuster to an image URL. It should be entered above the first time you use it. > On Feb 6, 2021, at 8:53 AM, ginfo...@gmail.com wrote: > >  > It works !!! > > You are a

Re: [weewx-user] Re: Graph not update

2021-02-06 Thread ginfo...@gmail.com
It works !!! You are a genius, thank you !! I finally solved the problem of updating the charts for good. But the code: *#import time* *#set $ cachebuster = time.time* do I always have to repeat it on each pair of images? Thanks again from the heart !!! Il giorno sabato 6 febbraio 2021

Re: [weewx-user] Re: Graph not update

2021-02-06 Thread John Kline
Hardcoding a timestamp makes it not a timestamp and will accomplish nothing. Try this: #import time #set $cachebuster = time.time > On Feb 6, 2021, at 6:22 AM, ginfo...@gmail.com wrote: > >  > No way: > I added the timestamp to the images but it doesn't work! > > "daytempdew.png? v =

Re: [weewx-user] Re: Graph not update

2021-02-06 Thread ginfo...@gmail.com
No way: I added the timestamp to the images but it doesn't work! Il giorno sabato 6 febbraio 2021 alle 03:18:08 UTC+1 tomn...@frontier.com ha scritto: > Not sure if this is related, but I've got a similar issue with pictures > getting posted on the web that "weren't updating." > Turns out

Re: [weewx-user] Re: Graph not update

2021-02-05 Thread ginfo...@gmail.com
Hi Chris and thanks for the reply. How should I change my code in your opinion? There he is: Il giorno sabato 6 febbraio 2021 alle 03:18:08 UTC+1 tomn...@frontier.com ha scritto: > Not sure if this is related, but I've got a similar issue with pictures > getting posted on the web that

Re: [weewx-user] Re: Graph not update

2021-02-05 Thread tomn...@frontier.com
Not sure if this is related, but I've got a similar issue with pictures getting posted on the web that "weren't updating." Turns out there's a trick to trick the cache into reloading the image file, and it is essentially including an argument in the URL of a timestamp for the image. That

Re: [weewx-user] Re: Graph not update

2021-02-05 Thread ginfo...@gmail.com
I change the skin but nothing Il giorno venerdì 5 febbraio 2021 alle 09:01:26 UTC+1 gjr80 ha scritto: > OK, now I see the plots are sitting on 08:00 (it's 08:50) now and no > amount of refreshing will update them. In fact if I look at just one of > your image files directly (eg

Re: [weewx-user] Re: Graph not update

2021-02-05 Thread gjr80
OK, now I see the plots are sitting on 08:00 (it's 08:50) now and no amount of refreshing will update them. In fact if I look at just one of your image files directly (eg http://www.meteomestre.it/daywindvec.png) it exhibits the same behaviour only stuck on the time I first viewed the plot.

Re: [weewx-user] Re: Graph not update

2021-02-04 Thread ginfo...@gmail.com
Obviously I'm talking about the graphs, if you look closely, those of the day are still. They should update every 5 minutes ... Il giorno venerdì 5 febbraio 2021 alle 07:48:05 UTC+1 ginfo...@gmail.com ha scritto: > If I delete the browser cache, it updates regularly, but then remains >

Re: [weewx-user] Re: Graph not update

2021-02-04 Thread ginfo...@gmail.com
If I delete the browser cache, it updates regularly, but then remains blocked there Il giorno venerdì 5 febbraio 2021 alle 07:45:10 UTC+1 ginfo...@gmail.com ha scritto: > Yes, the station updates regularly and transmits data. > These are the graphics that are not transmitted and updated on the

Re: [weewx-user] Re: Graph not update

2021-02-04 Thread ginfo...@gmail.com
Yes, the station updates regularly and transmits data. These are the graphics that are not transmitted and updated on the site. I checked the local and remote folder, and the graphs are regularly updated. It appears to be a cache problem. Il giorno venerdì 5 febbraio 2021 alle 07:35:50 UTC+1

Re: [weewx-user] Re: Graph not update

2021-02-04 Thread Graham Eddy
is this the correct target ftp location? > On 5 Feb 2021, at 5:24 pm, ginfo...@gmail.com wrote: > > Feb 5 05:55:32 raspberrypi weewx[7414] DEBUG weeutil.ftpupload: Connected to > it31.siteground.eu > Feb 5 05:55:32 raspberrypi weewx[7414] DEBUG weeutil.ftpupload:

[weewx-user] Re: Graph not update

2021-02-04 Thread gjr80
Hmm, you missed the WeeWX startup in your log extract and only showed 23 seconds of log rather than 15 minutes. Nonetheless I suspect you may be suffering from corrupt station memory. Try working through the steps under Corrupt station memory

[weewx-user] Re: Graph not update

2021-02-04 Thread ginfo...@gmail.com
Feb 5 06:10:14 raspberrypi weewx[7414] DEBUG weewx.drivers.vantage: Getting archive packets since 2021-02-05 06:05:00 CET (1612501500) Feb 5 06:10:14 raspberrypi weewx[7414] DEBUG weewx.drivers.vantage: Gentle wake up of console successful Feb 5 06:10:14 raspberrypi weewx[7414] DEBUG

[weewx-user] Re: Graph not update

2021-02-04 Thread gjr80
Hi, Could be any of a number of issues, we are going to need to see the log to work out exactly what is going on. Can you edit weewx.conf, set debug = 1, save weewx.conf and then restart WeeWX. Let WeeWX run for 15 minutes or so then take a copy of the log from when you restarted WeeWX through