Welcome to the Cumulus Support forum.

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024

Cumulus MX V4 beta test release 4.0.0 (build 4019) - 03 April 2024

Legacy Cumulus 1 release 1.9.4 (build 1099) - 28 November 2014
(a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)

Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki

Search found 2 matches

by vegasmini
Mon 14 May 2012 8:09 pm
Forum: Web site - General
Topic: Auto-refresh Website Index Page Without Using Meta Refresh
Replies: 108
Views: 67746

Re: Auto-refresh Website Index Page Without Using Meta Refre

You can use Javascript to refresh your image very easily. Put this between your <head> </head>: <script type="text/javascript"> //Auto refresh image function refreshIt() { if (!document.images) return; document.images['webcam'].src ='/webcam/webcam001.jpg?' + Math.random(); setTimeout('ref...
by vegasmini
Mon 16 Apr 2012 7:39 pm
Forum: Web site - General
Topic: Auto-refresh Website Index Page Without Using Meta Refresh
Replies: 108
Views: 67746

Re: Auto-refresh Website Index Page Without Using Meta Refre

I was wondering if anyone be able to help me add some code to the realtimereader.js script? I would like it to check the last time the page was updated (using <span id="time"></span>) and then display some images and then redirect to a new page if the realtime.txt file hasn't been updated ...