Webcam Overlay

Discussion about generation of graphs and tables
Post Reply
burgerre
Posts: 5
Joined: Thu Apr 16, 2015 4:54 pm

Webcam Overlay

Post by burgerre » Sat May 02, 2015 1:42 pm

Hello
I tried to create an overlay for my picture (webcam).
What exactly do I need to adjust according to the instructions of http://wiki.meteoplug.com/Gallery#.22We ... 2_Example?

The following code in "define chart" brings error:

Code: Select all

http://www.salsaopenair.ch/images/webcam/images/webcam.jpg? 0.41418396601110785 -fill black -draw "fill-opacity 0.5 
rectangle 0 463 640 480" -
pointsize 9 -fill orange -draw "text 5 475 'wetter-sempach.ch'" -pointsize 11 -fill lightgrey -draw "text 70 475 
'[actual_min5_misc_uploadlocaltime_0_16#3600]'" -fill white -draw "text 180 475 'Temp: [actual_min5_th*_temp_1#3600] 
°C Wind Chill: [actual_min5_wind*_chill_1#3600]°C Rain Today: [actual_day1_rain*_total_1#86400] mm'"
Thank you for your help
Reto

User avatar
admin
Site Admin
Posts: 332
Joined: Sun Feb 07, 2010 9:22 pm

Re: Webcam Overlay

Post by admin » Mon May 04, 2015 12:20 am

looks like there is a not intended line break in your code.

Post Reply