[weewx-user] Re: Not using my skin in all graphs (week, month, year)

2020-03-19 Thread Joachim Graf
You can also decide between white and black image dependig on background with this code MEAN=$(identify -format "%[fx:mean>0.60?1:0]\n" /home/pi/partwhereclockshouldgoto.png) if [ $MEAN -lt 1 ]; then # White clock_img=/home/pi/Clock/V4/$(printf CHDK_Uhr_%04d.png $minutes) else

[weewx-user] Re: Not using my skin in all graphs (week, month, year)

2020-03-17 Thread Joachim Graf
Yes, i can share this ;-) Make a picture every minute and put this with name hh:mm.jpg (for the right order) in the folter "tovideo" then this steps: >>ls /home/pi/tovideo/*.jpg > /home/pi/tovideo/stills.txt >>cat $(cat /home/pi/tovideo/stills.txt) | ffmpeg -r 10 -f image2pipe

[weewx-user] Re: Not using my skin in all graphs (week, month, year)

2020-03-15 Thread Joachim Graf
Thank you !!! That was the right hint: I had this also enabled by default: [[SeasonsReport]] So there was 2 reports active. I disabled this report and everthing is fine. Joachim Am Sonntag, 15. März 2020 21:01:22 UTC+1 schrieb Mikael Fredriksson: > > Not sure what I depends on but I can see

[weewx-user] Not using my skin in all graphs (week, month, year)

2020-03-15 Thread Joachim Graf
Hello, i didn't understand this: In week, month and year page the images are not all generated with my skin "neowx". For the day everything is ok. URL: wetter2.wch77.de The values are ok in the grph, but not using the style i configred. Any idea what i can check ? [image: Week _ WCH77 _