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 28 May 2022 12:16 am
Forum: Saratoga Templates
Topic: Heads-up: PurpleAir JSON query now requires an API key... grrrrr.
Replies: 10
Views: 4550

Re: Heads-up: PurpleAir JSON query now requires an API key... grrrrr.

I've reworked the purpleair-inc.php script to use the new API. Seems to be working on my page now. They were fairly fast in providing an API key, but stunningly, the process was via email... The FAQ on their site needs to be changed now that the old method is turned off. It may be easier for folks t...
by saratogaWX
Fri 27 May 2022 5:04 pm
Forum: Saratoga Templates
Topic: Heads-up: PurpleAir JSON query now requires an API key... grrrrr.
Replies: 10
Views: 4550

Heads-up: PurpleAir JSON query now requires an API key... grrrrr.

It appears they shut off the old queries like [nobbc]http://www.purpleair.com/json?show=4299[/nobbc] and now redirect to a server that won't respond to the query. https://community.purpleair.com/t/discontinuation-of-the-json-and-data-json-urls/713 says adrian 13h After a few years of grace period, w...
by saratogaWX
Thu 19 May 2022 7:58 pm
Forum: Saratoga Templates
Topic: Saratoga World template gets alerts from meteoalarm.org...
Replies: 24
Views: 16388

Re: Saratoga World template gets alerts from meteoalarm.org...

From another forum thread, I decided to add some more features (area name(EMMA_ID) when no alerts, and the ability to suppress (or see) level=1 (Green) events (which were posted in some Belgian alerts). The lookup function for area names uses data provided by a new file meteoalarm-codenames.json. Tr...
by saratogaWX
Wed 18 May 2022 9:52 pm
Forum: Saratoga Templates
Topic: Saratoga World template gets alerts from meteoalarm.org...
Replies: 24
Views: 16388

Re: Saratoga World template gets alerts from meteoalarm.org...

I think you can put an entry in language-en.txt of

Code: Select all

langlookup|No current alerts for EMMA_ID(s)|No current Weather Alerts in this area - |
then the alert would display (for you as)

Code: Select all

No current Weather Alerts in this area - "UK108".
Does that work for you?
by saratogaWX
Wed 18 May 2022 8:56 pm
Forum: Saratoga Templates
Topic: Saratoga World template gets alerts from meteoalarm.org...
Replies: 24
Views: 16388

Re: Saratoga World template gets alerts from meteoalarm.org...

Just released V3.10 with a major update.. a summary display of alerts for the homepage with links to the alerts display details on wxadvisory.php page. 3 files updated: get-meteoalarm-warning-inc.php V3.10, wxindex.php V1.01, and wxadvisory.php V1.02 You also need to add to Settings.php: $SITE['useM...
by saratogaWX
Sun 15 May 2022 8:23 pm
Forum: Saratoga Templates
Topic: Saratoga World template gets alerts from meteoalarm.org...
Replies: 24
Views: 16388

Re: Saratoga World template gets alerts from meteoalarm.org...

Yep.. leftover line from copy-paste. Thanks for spotting that !

I'll fix with a future update.

Best regards,
Ken
by saratogaWX
Fri 13 May 2022 12:22 am
Forum: Saratoga Templates
Topic: Saratoga World template gets alerts from meteoalarm.org...
Replies: 24
Views: 16388

Saratoga World template gets alerts from meteoalarm.org...

Whew, for European Saratoga template users, it's taken a while since the old get-meteoalarm-warning-inc.php script stopped getting data from the (now defunct) meteoalarm. eu site. Thanks to Wim van der kuil for giving permission to adapt his pwsdashboard.com code to use meteoalarm. org data (which i...
by saratogaWX
Tue 29 Mar 2022 6:49 pm
Forum: SteelSeries Gauges
Topic: Steel Gauges json error
Replies: 4
Views: 4487

Re: Steel Gauges json error

Your homepage uses https://www.sheffieldweather.net/realtimegauges.txt for the JSON to display the Gauges. The file https://www.sheffieldweather.net/websitedata.json is loaded once at page load. The realtimegauges.txt file is accessed by jQuery every second or so (you should make that every 4 second...
by saratogaWX
Thu 17 Feb 2022 4:41 am
Forum: Saratoga Templates
Topic: WXSIM Saratoga
Replies: 3
Views: 3206

Re: WXSIM Saratoga

The plaintext-parser.php has the following $BeaufortText = array( // NOTE: don't change these .. use LANGLOOKUP entries in the plaintext-parser-LL.txt // translation file instead. 'Calm', 'Light air', 'Light breeze','Gentle breeze', 'Moderate breeze', 'Fresh breeze', 'Strong breeze', 'Near gale', 'G...
by saratogaWX
Sat 12 Feb 2022 6:13 pm
Forum: Saratoga Templates
Topic: Help with 24-hr difference
Replies: 4
Views: 3175

Re: Help with 24-hr difference

Yes, I see.

Change ajax-dashboard.php

Code: Select all

   if ($Legend) {
       return ($diff . $Legend . $image);
to

Code: Select all

   if ($Legend) {
       if($commaDecimal) { $diff = str_replace('.',',',(string)$diff); }
       return ($diff . $Legend . $image);
by saratogaWX
Fri 11 Feb 2022 9:17 pm
Forum: Saratoga Templates
Topic: Help with 24-hr difference
Replies: 4
Views: 3175

Re: Help with 24-hr difference

The ajax-dashboard.php uses this code to display the 24hr difference <?php if(isset($temp24hoursago)) { ?> <?php langtrans('24-hr difference'); ?> <br /> <?php if($commaDecimal) { $Tnow = preg_replace('|,|','.',strip_units($temperature)); $TLast = preg_replace('|,|','.',strip_units($temp24hoursago))...
by saratogaWX
Wed 02 Feb 2022 3:50 am
Forum: Saratoga Templates
Topic: Suggestion with tags (comfortable, warm etc)
Replies: 7
Views: 3847

Re: Suggestion with tags (comfortable, warm etc)

That should work.. maybe your browser has cached the ajaxCUwx.js instead of getting a updated copy. Try using a shift-reload to refresh the browser cache.
by saratogaWX
Mon 31 Jan 2022 5:27 pm
Forum: Saratoga Templates
Topic: Suggestion with tags (comfortable, warm etc)
Replies: 7
Views: 3847

Re: Suggestion with tags (comfortable, warm etc)

You're very welcome.. glad you're having fun with the template set. For your site at https://maryborough-wx.com/ , the 'weather words' are determined by scripts in two location: 1) for the PHP page, it's in CU-defs.php #--------------------------------------------------------------------------------...
by saratogaWX
Sat 29 Jan 2022 9:43 pm
Forum: Saratoga Templates
Topic: pas de prévisions
Replies: 6
Views: 3632

Re: pas de prévisions

If you have already registered with PWSweather/Aerisweather, then go to https://account.aerisweather.com/account/apps and at the bottom of the page it shows the ID and SECRET strings to use. Copy the contents of the ID string to Settings.php $SITE['AWAPIkey'] entry (it is the shorter of the two API ...
by saratogaWX
Sat 29 Jan 2022 8:20 pm
Forum: Saratoga Templates
Topic: pas de prévisions
Replies: 6
Views: 3632

Re: pas de prévisions

Looking at view-source:https://vieuxboucau.info/D/wxforecast.php?force=1 shows <!-- AW-forecast.php (ML) Version 1.02 - 19-Jan-2022 on PHP 7.4.25 --> <!-- temps in C --> <!-- autoSetTemplate using narrow aspect. --> <!-- loading from https://api.aerisapi.com/forecasts/?p=43.785811,-1.400962&form...