[weewx-user] weather34 template question file uploads

2023-10-13 Thread Shaun G
Reading through the weather34 template documentation I see that the setup instruction deal with rsync. What happens if you are using FTP instead? Will everything still upload correctly or do you have to be using rsync? All the documentation says rsync with no mention of ftp. I don't think I

Re: [weewx-user] Upgrading the Python version used by weewx v5 - when there is no need to upgrade weewx

2023-10-13 Thread Tom Keffer
Just create a new virtual environment using the new version of Python, then use that. No need to touch weewx-data. Occasionally Python versions will not be upwardly compatible. That just happened with Python 3.12, where they deprecated the function datetime.datetime.utcfromtimestamp(). In those

[weewx-user] Upgrading the Python version used by weewx v5 - when there is no need to upgrade weewx

2023-10-13 Thread Joel Bion
Let's say I am running at some point in the future weewx 5.0.1, and I am running Python 3.11. Eventually Python 3.12 comes out. Let's say it contains a security patch I would like to ensure I am using for all my Python programs, including weewx. IAs a result, I want to ensure nothing on my

Re: [weewx-user] Introducing weewx-svg2png generator for creating thumbnail images and mini-pics in WeeWX

2023-10-13 Thread Lorin Tremblay
NO the email software changed it pi@Weewx-APRS3695:~ $ ls -la /var/www/html/weewx/webcam/ total 544 drwxrwxrwx 2 root root 4096 Oct 13 15:40 . drwxr-xr-x 15 root root 4096 Oct 13 15:40 .. -rw-r--r-- 1 pi pi 500914 Oct 13 15:40 snap.jpg -rw-r--r-- 1 root root 34386 Oct 13 15:40

Re: [weewx-user] Introducing weewx-svg2png generator for creating thumbnail images and mini-pics in WeeWX

2023-10-13 Thread Karen K
According to what you posted, the file is called snap.jpeg (including character e) and not snap.jpg (without character e). Lorin Tremblay schrieb am Freitag, 13. Oktober 2023 um 20:43:42 UTC+2: > Nothing as changed in my case, still not getting the image, only the > text….. > > > Oct 13

Re: [weewx-user] Introducing weewx-svg2png generator for creating thumbnail images and mini-pics in WeeWX

2023-10-13 Thread Lorin Tremblay
I have tried that and it didn't work, but will try it again and kept you posted! > On 13 Oct 23, at 10:47, Karen K wrote: > > The result is as I expected. If you reference a file that does not exist, it > cannot work. > > Try href="/var/www/html/weewx/webcam/snap.jpg" in your template. > >

Re: [weewx-user] Introducing weewx-svg2png generator for creating thumbnail images and mini-pics in WeeWX

2023-10-13 Thread Karen K
The result is as I expected. If you reference a file that does not exist, it cannot work. Try href="/var/www/html/weewx/webcam/snap.jpg" in your template. Lorin Tremblay schrieb am Freitag, 13. Oktober 2023 um 16:44:34 UTC+2: > Hi! > > The path of where the pictures is: >

Re: [weewx-user] Introducing weewx-svg2png generator for creating thumbnail images and mini-pics in WeeWX

2023-10-13 Thread Lorin Tremblay
Hi! The path of where the pictures is: /var/www/html/weewx/webcam/snap.jpg pi@Weewx-APRS3695:/ $ ls -l /webcam ls: cannot access '/webcam': No such file or directory pi@Weewx-APRS3695:/ $ > On 12 Oct 23, at 13:30, Karen K wrote: > > Please, enter ls -l /webcam , not just ls -l > > Lorin

Re: [weewx-user] Introducing weewx-svg2png generator for creating thumbnail images and mini-pics in WeeWX

2023-10-13 Thread Karen K
As there is no reply I would like to add something. In this case href="/webcam/snap.jpg" refers to a non-existing file. This is because of the slash at the beginning. I do not know the real location of snap.jpg. So I cannot provide the correct href line. I added a troubleshooting section in