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 4021) - 04 May 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

Simple way to refresh your 'Now' / 'index' page

Other discussion about creating web sites for Cumulus that doesn't have a specific subforum

Moderator: daj

Post Reply
woodmill
Posts: 2
Joined: Wed 01 Feb 2012 12:16 pm
Weather Station: Fine Profile Wireless
Operating System: Window 7 Pro / Centos5
Location: Woodmill, Southampton, UK
Contact:

Simple way to refresh your 'Now' / 'index' page

Post by woodmill »

A simple way to get your 'now' page to auto-update is to open the indexT.htm file in your Cumulus/web directory using your favorite text editor and replace the line

Code: Select all

<body>
with

Code: Select all

<body onload='window.setInterval("location.reload(true)", 60*1000*<#interval>);'>
Save the file. This will cause the page to refresh itself every <#interval> minutes, ie the page will be updated at the same rate that the weather data is updated.
Once you have saved the file, you will need to wait until the site data is updated ie <#interval> minutes. You can change the value of <#interval> in the main Cumulus application, under Configuration/Internet in the 'Web Settings' section of the form.
Post Reply