niko and Jim,
from my tutorials ..
http://www.642weather.com/weather/scripts-weather-cam-text.phphttp://www.642weather.com/weather/scripts-weather-cam-uploader.php
To Schedule automatic timed updates.... There are a few ways to do this, I use method 2Method 1: If you already have weather-display software click on Control Panel | FTP & Connections | HTTP Download tab Click on #1,#2 or #3 setup button | switch on the button for "downloads on | enter your image-webcam-overlay.php url in the box called "URL of file to be downloaded" | click "add to list" | check the tick that says "Tick if text file" | enter image-webcam-overlay.txt in the box that says "Local filename to be downloaded" | click "add to list" | click "download every 5 minutes" | click "save now" | click OK
Method 2: Schedule a server cron job to run this php file every 5 minutes.
Example using crontab -e: (first change /path/to/ to your server path)
1,6,11,16,21,26,31,36,41,46,51,56 * * * * php /path/to/image-webcam-overlay.php 2>&1 > /dev/null
Method 3: Use
Scheduled HTTP Request - Windows Task Scheduler to make a HTTP Request to the URL
http://www.yourwebsite.com/image-webcam-overlay.php every 5 minutes