Page 1 of 1
Weather Cam
Posted: Sat Jan 17, 2015 9:18 pm
by sv2bzq
Hi ...
may be added the possibility of Weather Cam as the meteobridge
http://www.meteobridge.com/wiki/index.php/Setup_Network
George .
Re: Weather Cam
Posted: Fri Mar 13, 2015 10:03 pm
by tastewar
I would like this as well. I currently have another Pi which is taking a periodic picture, runs some imagemagick convert options on it, including annotating with date and time (from EXIF), and uploads it to weather underground via FTP.
It'd be nice if the meteohub running pi could get the picture from the other one (they are in completely different areas of the house), and use some of meteobridge's tricks to put more interesting annotations on it, as in the examples here:
http://www.meteobridge.com/wiki/index.p ... e_Handling
Looks pretty cool!
Re: Weather Cam
Posted: Sat Mar 14, 2015 3:08 am
by WSParkstad
And twitter to

I missed twitter in Meteohub

Re: Weather Cam
Posted: Mon Mar 23, 2015 8:13 am
by meteohoekvanholland
Meteoplug is able to do that as well...
Re: Weather Cam
Posted: Sun Nov 22, 2015 11:21 am
by WSParkstad
Twitter on Meteoplug?
I think you meen Meteobridge.
I can not find Twitter on Meteoplug.
Re: Weather Cam
Posted: Tue Nov 24, 2015 9:47 pm
by admin
Twitter support is on Meteobridge only.
Re: Weather Cam
Posted: Fri Jan 01, 2016 6:36 pm
by khamaleon
To post on twitter see this:
http://tweetymail.com/
I use in my
http://twitter.com/_moacir_
khamaleon
Re: Weather Cam
Posted: Fri Jan 01, 2016 8:33 pm
by martinkk
If you already have a Raspberry Pi taking pictures and you are using imagemagik, why don't you simply copy the photo taken to the meteohub Pi and do the rest there? That's what I am doing...
I am using fswebcam to capture the picture and add some text. The "curl" command should easily get you the actual temperature etc, which you can add to the picture.
curl
http://yourmeteohubip/meteograph.cgi?te ... th0_temp_c
Re: Weather Cam
Posted: Sat Jan 30, 2016 9:14 pm
by tastewar