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

by mcrossley
Wed 14 May 2014 9:41 am
Forum: Weather by You Templates
Topic: missing Data in monthlyrecord.php on my website
Replies: 9
Views: 4666

Re: missing Data in monthlyrecord.php on my website

You are including the wrong file name in monthlyrecord.php

include('wt_months_inc.php');

should be...

include('wt_month_inc.php');


As far as I can see there is nothing for Cumulus to process in monthlyrecord.php (only a quick scan).
by mcrossley
Tue 13 May 2014 9:46 pm
Forum: Weather by You Templates
Topic: missing Data in monthlyrecord.php on my website
Replies: 9
Views: 4666

Re: missing Data in monthlyrecord.php on my website

steve wrote:Do the monthly records show OK in Cumulus?
??
by mcrossley
Tue 13 May 2014 10:08 am
Forum: Web site - General
Topic: Almanac Table script
Replies: 1
Views: 1230

Re: Almanac Table script

At the moment you have everything on a single row (the <tr></tr> tags). It's not clear how you want it set out with the Moon image, take a look at my home page which may give you some clues, I have the Sun table set out like this... <table style="width:100%; border-collapse:collapse;"> <ta...
by mcrossley
Mon 12 May 2014 10:21 pm
Forum: General
Topic: strange facts about your birthday
Replies: 5
Views: 3057

Re: strange facts about your birthday

Somebody in Bolton bought a BSA Gold Star 500cc

I guess it was a quite day :lol:
by mcrossley
Mon 12 May 2014 9:45 pm
Forum: Weather
Topic: Weather Quiz
Replies: 8
Views: 3430

Re: Weather Quiz

21/25 84%, there are a few US centric questions in there though, and who knew where the previous wind record was recorded - not me obviously :roll:
by mcrossley
Mon 12 May 2014 8:04 pm
Forum: Cumulus 1 (No longer being developed)
Topic: cumulus and utf-8
Replies: 4
Views: 1799

Re: cumulus and utf-8

Are you re-saving the the unprocessed template file as UTF-8 without a BOM when you change the the meta tag to charset=utf-8? Does the unprocessed page display the Greek characters OK? The big advantage of UTF-8 is that it supports all character sets without having to worry about endianness (and ass...
by mcrossley
Mon 12 May 2014 12:17 pm
Forum: SteelSeries Gauges
Topic: look for help with an idea
Replies: 1
Views: 1220

Re: look for help with an idea

You will need the full SteelSeries library package from Github to implement linear gauges. The linear gauge demo page gives you a flavour of what you can do with them. Note that they will not directly integrate into my supplied weather pages code as linear gauges do not support all the features of r...
by mcrossley
Sat 10 May 2014 3:21 pm
Forum: Cumulus 1 (No longer being developed)
Topic: Cumulus not updating on website
Replies: 43
Views: 11820

Re: Cumulus not updating on website

Glad you got it sorted, I have added the FTP process to the FAQ
by mcrossley
Sat 10 May 2014 12:59 pm
Forum: Cumulus 1 (No longer being developed)
Topic: Cumulus not updating on website
Replies: 43
Views: 11820

Re: Cumulus not updating on website

Updated my diagram, is it worth adding this as a FAQ, or maybe to the FTP log file page?
by mcrossley
Sat 10 May 2014 9:16 am
Forum: Cumulus 1 (No longer being developed)
Topic: Cumulus not updating on website
Replies: 43
Views: 11820

Re: Cumulus not updating on website

As far as I can work out the diagram below is correct, I think we need Steve back to confirm absolutely.

Cross post: He is back!

For this issue, I think we need to see a copy of the indexT.htm file.

Edit: Graphic updated.
Cumulus_FTP_Process.png
by mcrossley
Sat 10 May 2014 7:59 am
Forum: Cumulus 1 (No longer being developed)
Topic: Cumulus not updating on website
Replies: 43
Views: 11820

Re: Cumulus not updating on website

See the edit to my post, I'll investigate and put a definitive process together later, time for some breakfast now :lol:
by mcrossley
Sat 10 May 2014 7:42 am
Forum: Cumulus 1 (No longer being developed)
Topic: Cumulus not updating on website
Replies: 43
Views: 11820

Re: Cumulus not updating on website

Incorrect, the processing order is that I understand is... indexT.htm. --CumulusTagSubstitution--> index.htmtmp --ftp--> index.htm Or, if you have rename enabled... indexT.htm. --CumulusTagSubstitution--> index.htmtmp --ftp--> index.htmtmp --rename--> index.htm Edit: hang on a minute though! :? You ...
by mcrossley
Fri 09 May 2014 5:59 pm
Forum: Cumulus 1 (No longer being developed)
Topic: Cumulus not updating on website
Replies: 43
Views: 11820

Re: Cumulus not updating on website

I think you may be right about the templates not being templates, the graphs are all updating as is realtime.txt, and the HTML file times returned by the web server are current as well, just the content is old.
by mcrossley
Fri 09 May 2014 12:27 pm
Forum: Cumulus 1 (No longer being developed)
Topic: Cumulus not updating on website
Replies: 43
Views: 11820

Re: Cumulus not updating on website

tumutbound wrote:Does the fact the UTF-8 is not ticked in the files section but is ticked for FTP in the config section, have any bearing on this error?
Dunno, but looking at the existing web pages it should off on the main page.
by mcrossley
Fri 09 May 2014 12:01 pm
Forum: Cumulus 1 (No longer being developed)
Topic: Cumulus and Rasperry Pi together
Replies: 3
Views: 1915

Re: Cumulus and Rasperry Pi together

I don't see a problem with that. Will our 'pi software read the Vue logger when you reconnect it to pick data missed whilst it is disconnected?