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 4018) - 28 March 2024

Legacy Cumulus 1 release v1.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 1170 matches

by saratogaWX
Sat 21 Jan 2012 11:22 pm
Forum: Saratoga Templates
Topic: Now available: AJAX/PHP multilingual website templates
Replies: 806
Views: 2687964

Re: Now available: AJAX/PHP multilingual website templates

Hi Tanks ken. have done that, but still no update and the date is still wrong. http://kystvind.no/wxindex.php Ok.. I've made the changes to ajax-dashboard, ajax-gizmo and ajaxCUwx.js to support the dd.mm.yy date formats. Would you mind trying the attached and see if it fixes the issue on your site?...
by saratogaWX
Sat 21 Jan 2012 10:50 pm
Forum: Saratoga Templates
Topic: Now available: AJAX/PHP multilingual website templates
Replies: 806
Views: 2687964

Re: Now available: AJAX/PHP multilingual website templates

Hi Tanks ken. have done that, but still no update and the date is still wrong. http://kystvind.no/wxindex.php I think it runs deeper than just the ajaxCUwx.js .. neither the ajax-dashboard nor the ajax-gizmo currently support '.' delimited dates, only '/' or '-' delimited dates. Looks like I have s...
by saratogaWX
Sat 21 Jan 2012 10:21 pm
Forum: Saratoga Templates
Topic: Now available: AJAX/PHP multilingual website templates
Replies: 806
Views: 2687964

Re: Now available: AJAX/PHP multilingual website templates

Hi, I think something is wrong.. In "Home" tab, we can find: Gust Month: 62,8 km/h January 1 but, this is wrong, you can see in NOAA reports (http://www.meteotortosa.cat/web3/wxnoaaclimatereports.php) Gust Month was on 3th Junary. How can I fix it? A lot of thanks Your NOAA report shows t...
by saratogaWX
Sat 21 Jan 2012 9:39 pm
Forum: Saratoga Templates
Topic: Now available: AJAX/PHP multilingual website templates
Replies: 806
Views: 2687964

Re: Now available: AJAX/PHP multilingual website templates

Thanks for finding this issue.. seems the internationalization for local date format was incomplete :( I'll issue an update to the ajaxCUwx.js, but meanwhile, you can change ajaxCUwx.js from var tdate = ajaxdateraw.split("/"); if(typeof(tdate[2])=='undefined') {tdate = ajaxdateraw.split(&q...
by saratogaWX
Tue 17 Jan 2012 5:58 am
Forum: Saratoga Templates
Topic: Now available: AJAX/PHP multilingual website templates
Replies: 806
Views: 2687964

Re: Now available: AJAX/PHP multilingual website templates

That's the correct code to use in a copy of wxnewpage.php as your wxbuoy.php page. Keep in mind that the graphic for the UK buoys is just a bit wide for the narrow-aspect template at 760px (max should be about 625px to fit inside). Your flyout-menu.xml uses 'buoy-data.php' as the link, and it likely...
by saratogaWX
Sun 01 Jan 2012 12:00 am
Forum: Saratoga Templates
Topic: Now available: AJAX/PHP multilingual website templates
Replies: 806
Views: 2687964

Re: Now available: AJAX/PHP multilingual website templates

The issue is caused by having the CUtags.php uploaded without being processed by Cumulus, so none of the PHP tags contain weather values. If you look at your site with JavaScript disabled (so you can only see the PHP results) it shows all the tags are 'unprocessed' With JavaScript enabled, the AJAX ...
by saratogaWX
Fri 16 Dec 2011 7:28 pm
Forum: Saratoga Templates
Topic: Now available: AJAX/PHP multilingual website templates
Replies: 806
Views: 2687964

Re: Now available: AJAX/PHP multilingual website templates

So, just change

Code: Select all

langlookup|A few clouds|Alguns núvols|
to

Code: Select all

langlookup|A few clouds|Alguns núvols|
langlookup|Few clouds|Alguns núvols|
and it should work for Catalan :)
by saratogaWX
Fri 16 Dec 2011 6:19 pm
Forum: Saratoga Templates
Topic: Now available: AJAX/PHP multilingual website templates
Replies: 806
Views: 2687964

Re: Now available: AJAX/PHP multilingual website templates

Where can I transalte this? I see is the same in all languages MeteoTortosa.cat Inici.png Sure.. the proper place to put the translation is in language- LL .txt ( LL is the language code) somewhere between the conditions|begin|| ... langlookup|Few clouds|<translation for few clouds>| ... conditions...
by saratogaWX
Fri 16 Dec 2011 6:13 pm
Forum: Saratoga Templates
Topic: Now available: AJAX/PHP multilingual website templates
Replies: 806
Views: 2687964

Re: Now available: AJAX/PHP multilingual website templates

Hi, my Davis upload UTC hours, can I show them in local time? Thanks Lluís Hi, I've not encountered a setup like that before. The template set has a timezone setting in Settings.php which then handles date formats on the website (for the date() PHP function), but the weather station's internal date...
by saratogaWX
Fri 16 Dec 2011 12:28 am
Forum: Saratoga Templates
Topic: Now available: AJAX/PHP multilingual website templates
Replies: 806
Views: 2687964

Re: Now available: AJAX/PHP multilingual website templates

Hi, my Davis upload UTC hours, can I show them in local time? Thanks Lluís Hi, I've not encountered a setup like that before. The template set has a timezone setting in Settings.php which then handles date formats on the website (for the date() PHP function), but the weather station's internal date...
by saratogaWX
Mon 12 Dec 2011 10:24 pm
Forum: Web site - General
Topic: PHP Web 'viewer' for Cumulus NOAA Style reports
Replies: 275
Views: 288218

Re: PHP Web 'viewer' for Cumulus NOAA Style reports

I reverted to the standard piece of code for the location and it seems to have fixed the problem. http://www.cheadlehulmeweather.co.uk/NOAA.php One last question. How do I generate files for all the months I have data for? Had a look in the Help but nothing jumped out at me. Glad the spec on the di...
by saratogaWX
Mon 12 Dec 2011 10:18 pm
Forum: Web site - General
Topic: PHP Web 'viewer' for Cumulus NOAA Style reports
Replies: 275
Views: 288218

Re: PHP Web 'viewer' for Cumulus NOAA Style reports

Thanks Ken. I think that has fixed one problem but I appear to have another related to my location adapted for England. The error log is now complaining about line 433:- [12-Dec-2011 21:19:07] PHP Warning: preg_replace() [<a href='function.preg-replace'>function.preg-replace</a>]: Delimiter must no...
by saratogaWX
Mon 12 Dec 2011 9:01 pm
Forum: Web site - General
Topic: PHP Web 'viewer' for Cumulus NOAA Style reports
Replies: 275
Views: 288218

Re: PHP Web 'viewer' for Cumulus NOAA Style reports

I've been working my way through the instructions kindly provided by beteljuice to get NOAA reports available on my website. I've hit a brick wall and I'm sure it's path related but for the life of me I cannot see where the problem lies. This is the error being reported on my server:- [12-Dec-2011 ...
by saratogaWX
Sat 10 Dec 2011 8:48 pm
Forum: Saratoga Templates
Topic: Now available: AJAX/PHP multilingual website templates
Replies: 806
Views: 2687964

Re: Now available: AJAX/PHP multilingual website templates

The source for the image-resizing PHP script shows Error 003: Download error: cannot write to file, check server permission settings so it's likely the script cannot create/write the cache file needed to save the image. You may need to adjust settings inside the image-*.php scripts and/or create th...
by saratogaWX
Sat 10 Dec 2011 1:34 am
Forum: Saratoga Templates
Topic: Now available: AJAX/PHP multilingual website templates
Replies: 806
Views: 2687964

Re: Now available: AJAX/PHP multilingual website templates

To SaratogaWX I use WeatherLink for 4 years, Cumulus just 1 year. I like to keep WL NOAA files because they are in Spanish as well as the WL. Would it be possible in some way to view files in the format NOAA WL but not with the Cumulus? I used the Google Translator, I hope you understand my questio...