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 142 matches

by jdc
Tue 13 Feb 2018 12:57 pm
Forum: CumulusMX Beta (releases up to b3043 ONLY)
Topic: help
Replies: 14
Views: 4967

Re: help

I'm using php webtags so here is a section of how I did it: $temp0 ="<#RecentOutsideTemp h=0 m=0>"; $temptime0 ="<#RecentTS h=0 m=0 format=HH.mm>"; $temp1 ="<#RecentOutsideTemp h=0 m=30>"; $temptime1 ="<#RecentTS m=30 format=HH.mm>"; $temp2 ="<#RecentOuts...
by jdc
Tue 13 Feb 2018 11:34 am
Forum: CumulusMX Beta (releases up to b3043 ONLY)
Topic: help
Replies: 14
Views: 4967

Re: help

To get that effect ( and I have no idea if this is the 'best' way to do it ) I created two sets of variables using webtags <!-- Temp --> var temp = [2.1,1.8,1.3,1.2,1.5,2,2,2.2,2,2,2.2,2.5,2.3]; var temptime = ['05.15','05.45','06.15','06.45','07.15','07.45','08.15','08.45','09.15','09.45','10.15','...
by jdc
Sat 03 Feb 2018 11:26 am
Forum: Web site - General
Topic: 123-reg ripping me off for domain renewal
Replies: 16
Views: 9464

Re: 123-reg ripping me off for domain renewal

I have some domains with 123-reg and they're currently asking £19.98 for two years renewal.(£99.0 for 10 years - so no saving there!)
by jdc
Sat 27 Jan 2018 12:54 pm
Forum: Homebuilt
Topic: what station I think i've tried the lot
Replies: 9
Views: 7184

Re: what station I think i've tried the lot

FWIW...... I've had an Instromet station since 1995. I'm on my second anemometer, temp sensor and solar sensor. The display (electromechanical) is still fine and only downside is that it is cabled. Logger runs 24/7 for months with no problems. Davis VP2 with remote anemometer and soil sensors has be...
by jdc
Thu 04 Jan 2018 11:14 am
Forum: Saratoga Templates
Topic: WU-forecast.php
Replies: 36
Views: 25100

Re: WU-forecast.php

I haven't noticed any problems with WU....
AWS implementing the Intel fix?
Are you busy with that? :roll:

I haven't noticed any problems....
by jdc
Fri 29 Dec 2017 5:15 pm
Forum: CumulusMX Beta (releases up to b3043 ONLY)
Topic: looks like wunderground have messed up again
Replies: 37
Views: 17922

Re: looks like wunderground have messed up again

All good here too. I was having some broadband/FTP problems earlier this week but WU updates were working fine throughout.
by jdc
Wed 26 Jul 2017 11:38 am
Forum: Web site - General
Topic: Yet Another Dayfile Reader (PHP)
Replies: 812
Views: 447548

Re: Yet Another Dayfile Reader (PHP)

Just a thought - are dayfile delimiters correctly set? As I see dates are 03-07-17

Code: Select all

$field_delimiter = ',';
$date_delimiter = '-';
by jdc
Thu 30 Mar 2017 12:45 pm
Forum: Davis VP/VP2/Vue
Topic: Davis anemometer cups not moving in light wind
Replies: 44
Views: 19542

Re: Davis anemometer cups not moving in light wind

In any case shouldn't they use stainless steel if this is critical?
I agree stainless would be better especially considering there is virtually no load on them. Expense?
The Davis bearings will probably be a 20p stock item from China.
by jdc
Thu 30 Mar 2017 11:32 am
Forum: Davis VP/VP2/Vue
Topic: Davis anemometer cups not moving in light wind
Replies: 44
Views: 19542

Re: Davis anemometer cups not moving in light wind

The bearing itself doesn't look bad externally, but the 'sealed for life' bearings nowadays have a tiny amount of grease in them. I suppose for an anemometer any bearing drag at all will be critical so these may have even less! I find that bearings that are stationary for long periods are more likel...
by jdc
Thu 16 Mar 2017 9:20 pm
Forum: Saratoga Templates
Topic: Update time /date issue
Replies: 13
Views: 6480

Re: Update time /date issue

FWIW
Looking at 'View Source' of index.php, the date is shown correctly.
Also if ajax-dashboard.php is run alone, the date is OK.
I can't offer a solution I'm afraid - don't know those template. :?
by jdc
Fri 24 Feb 2017 2:15 pm
Forum: CumulusMX Beta (releases up to b3043 ONLY)
Topic: FTP Problem
Replies: 6
Views: 2094

Re: FTP Problem

Just checked, and CumulusMX doesn't display data on basic Android 'Internet' browser, but works fine on Chrome or FF for Android.
by jdc
Thu 23 Feb 2017 2:41 pm
Forum: Weather
Topic: Storm Doris to hit Northern England on Thursday
Replies: 17
Views: 9426

Re: Storm Doris to hit Northern England on Thursday

Max wind here of only 42 mph, but from NE, so cold and wet. Quite a nice wind dir trace as Doris tracked well south of us.
Image
by jdc
Sat 04 Feb 2017 2:45 pm
Forum: Web site - General
Topic: Request help with formatting
Replies: 9
Views: 3489

Re: Request help with formatting

Even if you 'View Page Source" in Firefox, the most obvious misplaced tags etc. are highlighted in the html. You can go from there.
by jdc
Thu 02 Feb 2017 8:53 pm
Forum: Web site - General
Topic: Request help with formatting
Replies: 9
Views: 3489

Re: Request help with formatting

It works for me on the <td>, but you could try <span> or <p>

Code: Select all

<td><span class="uppercase"><#txbattery channel=1></span></td>
by jdc
Mon 29 Aug 2016 8:44 pm
Forum: CumulusMX Beta (releases up to b3043 ONLY)
Topic: MySQL tables - Creation problem
Replies: 10
Views: 2787

Re: MySQL tables - Creation problem

Many shared hosting packages do not allow remote connections and this is exactly the response MX gives when trying to create a table.