[weewx-user] Re: Installing the Steel Series Gauges

2023-10-18 Thread gjr80
Perhaps you should try the instructions in the readme? Gary On Thursday, 19 October 2023 at 11:58:20 UTC+10 Dan'l B wrote: > Perhaps that github page isn't > up to date, but the standard install here fails as shown. I used setup.py > for my WeeWx in

[weewx-user] Installing the Steel Series Gauges

2023-10-18 Thread Dan Hinckley
Perhaps that github page isn't up to date, but the standard install here fails as shown. I used setup.py for my WeeWx install. Why is it looking in /var/temp? /home/weewx$ sudo bin/wee_extension --install /home/house/Downloads/WeeWx/Extensions/weewx-

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

2023-10-18 Thread Greg from Oz
I just use imagemagick and a $5 esp32 webcam and it is ok for what I am doing. I may look at CairoSVG later though and see what it can do. https://weather.ubeaut.work/webcam.html On Wednesday, 18 October 2023 at 23:09:30 UTC+11 Karen K wrote: > CairoSVG is said to produce the better quality com

Re: [weewx-user] Re: How to revive 'frozen' WeeWX?

2023-10-18 Thread cric...@pobox.com
This might be a bit more comprehensive: > sudo find / -xdev -size +100 -ls This will report any "large" files. If I'm reading the manpage correctly, the number is the count of 512 byte blocks by default, so you can fiddle with the number and/or tack on a scale character. See "man find" and

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

2023-10-18 Thread Joachim Puttkammer
with the Linux console command composite -blend 10 snap.jpg snap.png result.jpg it works, but I would like to do it already with the template snap.svg.tmpl. Dale Chatham schrieb am Mittwoch, 18. Oktober 2023 um 14:07:32 UTC+2: > I'm not particularly familiar with that corner of weewx, but since

Re: [weewx-user] Re: How to revive 'frozen' WeeWX?

2023-10-18 Thread vince
I know we have a language issue here, but I think you might need a little Linux training too. We have already established that your /var/log directory is filling up. That is very unusual. You need to determine what is causing the big logs. Please run the following and provide the output: ls -

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

2023-10-18 Thread Gmail
Me too, that’s why I built my own very limited extension to add some weewx variable to a jpg with pillow…On Oct 18, 2023, at 08:02, Joachim Puttkammer wrote:I also have the problem that the webcam image (snap.jpg) is not made into a common image (snap.png) with the generated weather data image (s

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

2023-10-18 Thread Karen K
CairoSVG is said to produce the better quality compared to ImageMagick. Dale Chatham schrieb am Mittwoch, 18. Oktober 2023 um 14:07:32 UTC+2: I'm not particularly familiar with that corner of weewx, but since you said you also copied the image, the package ImageMagick will convert image types,

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

2023-10-18 Thread Dale Chatham
I'm not particularly familiar with that corner of weewx, but since you said you also copied the image, the package ImageMagick will convert image types, sizes, etc.  You can find it here: https://imagemagick.org/index.php It's available for most Linux distros via the resident package manager

Re: [weewx-user] Re: How to revive 'frozen' WeeWX?

2023-10-18 Thread 'Rainer Lang' via weewx-user
you can install (unless already installed) the ncdu tool: sudo apt-get install ncdu and you'll have to run it in the root directory in a console window on your RPi it will give you a nice and complete overview which directories use which storage capacity down to the files On 18.10.2023 13:57,

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

2023-10-18 Thread Joachim Puttkammer
I also have the problem that the webcam image (snap.jpg) is not made into a common image (snap.png) with the generated weather data image (snap.svg). snap.png is identical with snap.svg In snap.svg.tmpl I tried all variations of href="webcam/snap.jpg" and also copied the image file snap.jpg into

Re: [weewx-user] Re: How to revive 'frozen' WeeWX?

2023-10-18 Thread Dale Chatham
Suggestion to determine where al the space is being used. Go to the mount point of the filesystem n question, in this case, / Run the command du -s * | sort -n The directories/files with the largest usage will show up at the bottom of the list. If a directory, cd into that directory and run du -

Re: [weewx-user] Re: How to revive 'frozen' WeeWX?

2023-10-18 Thread Ton vanN
After removal of .1-files and .gz-files for checking reran df, showing Bestandssysteem 1K-blokken Gebruikt Beschikbaar Geb% Aangekoppeld op /dev/root 30358348 28786676 287176 100% / devtmpfs4394000 439400 0% /dev tmpfs 4726800 4726

Re: [weewx-user] Re: How to revive 'frozen' WeeWX?

2023-10-18 Thread Ton vanN
Vince, As advised, deleted all .1-files and .gz-files to make space an for clean-up Back in operation, but still pensive on the daemon.log which has a size of 22.649875 KB Is that 'healthy', or should it be reduced in some way as precaution against new 'saturation'? Op dinsdag 17 oktober 2023 o