Welcome to the Cumulus Support forum.

Latest Cumulus MX V4 release 4.4.2 (build 4085) - 12 March 2025

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 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

If you are posting a new Topic about an error or if you need help PLEASE read this first viewtopic.php?p=164080#p164080

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: 26672
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