I was always looking for doing this without PHP, because I do not host my stuff on a websever offering such services.
I´ve now done it with a different approach. Simple HTML! Thanks to meteohub that is a rather easy thing to achieve!
My webcam site:
honsolgen.de
You see the most important and actual weather data is on top of the webcam photo.
How to do this?
Create a html-table with the size of your webcam shot and feed the table with meteohub variables.
Next: Use the table background attribute to load the webcam photo.
Code: Select all
<table width="640" height="480" cellspacing="2" cellpadding="2" border="0"
background="http://icons.wunderground.com/webcamramdisk/h/o/honsolgen/1/current.jpg">
In my case: Every 5 minutes.
Webcam shot every 15 minutes to wunderground.
Meteohub´s a very fine gadget!