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

refresh issue fix

Discussion and questions about Cumulus weather station software version 1. This section is the main place to get help with Cumulus 1 software developed by Steve Loft that ceased development in November 2014.
Post Reply
alvess
Posts: 5
Joined: Wed 24 Sep 2008 8:18 am

refresh issue fix

Post by alvess »

Hello Steve.

The trend page is not refreching the .png pictures properly.

Please change the following java code in trends.htm

From:

Code: Select all

<script type="text/javascript">
function changeImage(im) {
	document.images["graphs"].src = im 
}
</script>
To:

Code: Select all

<script type="text/javascript">
function changeImage(im) {
	document.images["graphs"].src = im + "?" + new Date().getTime();
}
</script>
//alvess
User avatar
steve
Cumulus Author
Posts: 26701
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: refresh issue fix

Post by steve »

Fixed in 1.8.1.

Steve
Steve
Post Reply