Welcome to the Cumulus Support forum.

Latest Cumulus MX V4 release 4.0.1 (build 4023) - 16 May 2024

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

Search found 11543 matches

by mcrossley
Fri 07 May 2010 4:40 pm
Forum: Web site - General
Topic: Gauges page updating - a problem
Replies: 16
Views: 5032

Re: Gauges page updating - a problem

Thanks Steve, I thought I'd run out slots on file transfer page, but I'm OK. I have now created an animated version of the gauges page - well the Wind Speed and Wind Direction are animated anyway. It seems to work OK in Firefox and Chrome, but my copy of IE8 seems to struggle a bit to keep up so I d...
by mcrossley
Fri 07 May 2010 9:29 am
Forum: Web site - General
Topic: Gauges page updating - a problem
Replies: 16
Views: 5032

Re: Gauges page updating - a problem

Well the washing machine still isn't fixed (parts in the post) but my gauges web page is now fully realtime (well almost, the Wind Distribution is still a Cumulus graphic). I adapted the cumuluswebtag php template to javascript format and import that for all the values that are required. I still wan...
by mcrossley
Thu 06 May 2010 10:56 am
Forum: Davis VP/VP2/Vue
Topic: Weather diary
Replies: 11
Views: 4150

Re: Weather diary

Well I use XML Notepad as a general XML editor...
http://xmlnotepad.codeplex.com/wikipage
by mcrossley
Thu 06 May 2010 10:52 am
Forum: Fine Offset/EasyWeather
Topic: Updated: Wind direction indicator - tail mods plus some Q's
Replies: 120
Views: 47458

Re: Updated: Wind direction indicator - tail mods plus some Q's

One observation I would make is that all the graphs you have provided have shown the wind direction pretty much from the NW. With your mods if there is an imbalance in the sensor it will be very susceptible to having a strong bias to a particular direction if is not perfectly level. Your photos do s...
by mcrossley
Thu 06 May 2010 10:42 am
Forum: Davis VP/VP2/Vue
Topic: Weather diary
Replies: 11
Views: 4150

Re: Weather diary

Even without a style sheet Excel should open the XML file and display all the different tags as column headings, and each day as a new row. If I remember the file format correctly! :oops:
by mcrossley
Wed 05 May 2010 5:03 pm
Forum: Web site - General
Topic: Gauges page updating - a problem
Replies: 16
Views: 5032

Re: Gauges page updating - a problem

I found a later 'patched' version of the boxover script - and this now seems to be working fine. So I think what I have done so far is all fixed now. Thanks for the pointers, and I will looking into animating the windspeed gauge using some tips from Beteljuice ;) I plan on replacing the wind directi...
by mcrossley
Wed 05 May 2010 1:11 pm
Forum: Web site - General
Topic: Gauges page updating - a problem
Replies: 16
Views: 5032

Re: Gauges page updating - a problem

I'm pretty sure your problem is related to the way the zorn graphics are generated. ie. It creates a parent div with children. When your loop goes around the 'old' div (and any zorn data array) still exist with the same IDs - I'm surprised you are getting your images to update at all ! Also, zorn r...
by mcrossley
Wed 05 May 2010 12:50 pm
Forum: Web site - General
Topic: Gauges page updating - a problem
Replies: 16
Views: 5032

Re: Gauges page updating - a problem

I think I may have fixed the freezing in Firefox - I was recreating the XMLHttpRequest object afresh each time I used it, it seems that Firefox freezes whilst this takes place, so I have changed the code to re-use the same request objects each time. The problem then became that it just kept re-using...
by mcrossley
Wed 05 May 2010 10:45 am
Forum: Web site - General
Topic: Gauges page updating - a problem
Replies: 16
Views: 5032

Re: Gauges page updating - a problem

Thanks Ray, I had been using IE8 and Chrome to test it. Strange how Firefox is affected this way, all the code is doing is a standard asynchronous fetch of the realtime text file using an XMLHttpRequest then repainting the gauges using pretty unmodified 'gauge page' code. Unless it is the repainting...
by mcrossley
Wed 05 May 2010 6:52 am
Forum: Web site - General
Topic: Gauges page updating - a problem
Replies: 16
Views: 5032

Re: Gauges page updating - a problem

I just have a 'setInterval' in dashboard.js that fetches the realtime.txt file from my website, updates the data arrays from the realtime data,then redraws the gauges. As I do not refresh the whole page then boxover,js isn't reloaded each time - ah! is there some code in boxover that has to be run e...
by mcrossley
Tue 04 May 2010 6:01 pm
Forum: Web site - General
Topic: Gauges page updating - a problem
Replies: 16
Views: 5032

Gauges page updating - a problem

If you have been following the other thread on redesigning some of the gauges, the this is a follow-on... I have now amended my gauges page so that the gauges update every minute from my realtime.txt file without refreshing the whole page. The problem is in the boxover code. The boxovers appear corr...
by mcrossley
Mon 03 May 2010 9:11 am
Forum: Fine Offset/EasyWeather
Topic: Rainfall rate unrealistic or possible??
Replies: 7
Views: 2806

Re: Rainfall rate unrealistic or possible??

I would check the daily total rainfall figures with a local met. station if possible. But the rate figure is calculated over a 5 minute 'window', so if you have some short, very heavy downpours, the rate can be much higher than the daily total might suggest. I'm not sure if there is a 'standard' met...
by mcrossley
Sun 02 May 2010 9:36 pm
Forum: Web site - General
Topic: Redesign of gauge?
Replies: 26
Views: 7097

Re: Redesign of gauge?

Well, the maximum range for all users could be between -50 and +60 (in round numbers, if there are users in Death Valley and Antarctica :lol: ) I picked -20 to +40 as that covers most temperatures experienced in the UK, but I also made two extra gauges of -50 to +10, and 0 to +60, with the idea that...
by mcrossley
Sun 02 May 2010 5:42 pm
Forum: Web site - General
Topic: Redesign of gauge?
Replies: 26
Views: 7097

Re: Redesign of gauge?

Dan, what range(s) would you suggest? Ray, I have found a problem in the boxover.js script, line #30 adds a reference to an image file that does not exist (info.gif), I noticed when looking at my web server error logs. The original zip file nor the authors web page has the file either. So I have rem...
by mcrossley
Sun 02 May 2010 11:07 am
Forum: Fine Offset/EasyWeather
Topic: Rainfall Rate Calculation
Replies: 2
Views: 1381

Re: Rainfall Rate Calculation

Thanks Steve, my bad memory, I could have sworn the multiple stayed the same :oops: