[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
# Black
clock_img=/home/pi/Clock/V2/$(printf CHDK_Uhr_%04d.png $minutes)
fi


Am Donnerstag, 19. März 2020 07:43:14 UTC+1 schrieb Mikael Fredriksson:
>
> Great! Thank you!
>
> Mikael
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/a74c4639-3c3d-4847-93ff-e686c5436707%40googlegroups.com.


[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 -i - /home/pi/upload/day.webm

Thats was it and you have the webm

Joachim

Am Montag, 16. März 2020 12:25:51 UTC+1 schrieb Mikael Fredriksson:
>
> Btw, can you share how you setup your time shift, would like to make that 
> on my page! Got a web camera and can take photos at interval and save to 
> FTP. 
> Mikael

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/4bf77f5b-34e6-4ade-b835-1a39c3489a2c%40googlegroups.com.


[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 that they are not generated at 
> the same time if that can be to some help. Do you have another skin chosen 
> in weewx.conf as well that could generate those images? And I think the 
> latest is always used in the HTML file. So maybe take a look at that.
> /Mikael

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/e59db09f-0f9a-4cbd-b2ce-81bb6cdc846a%40googlegroups.com.


[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 _ Weather.png]

Config look normal:


[[week_images]]

x_label_format = %d

bottom_label_format = %x %X

# == 7 days

time_length = 604800

aggregate_type = avg

aggregate_interval = 3600


[[[weekbarometer]]]

barometer


[[[weekwatertemp]]]

extraTemp1


[[[weektempdew]]]

outTemp

dewpoint


[[[weektempchill]]]

windchill

heatindex


[[[weekhumidity]]]

outHumidity


[[[weekrain]]]

yscale = None, None, 0.02

plot_type = bar

rain

aggregate_type = sum

aggregate_interval = 86400

label = Rain (daily total)



Best regards

Joachim



-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/96c166a4-4670-490b-a035-8fa9c3d8729e%40googlegroups.com.