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

thunderstormmostly from METAR

Discussion of Ken True's web site templates

Moderator: saratogaWX

Post Reply
User avatar
vpokroglo
Posts: 101
Joined: Thu 24 Feb 2011 7:45 pm
Weather Station: WS-2350
Operating System: Raspberry Pi 2
Location: Slovenija
Contact:

thunderstormmostly from METAR

Post by vpokroglo »

Hi all,
I have got some strange reading from METAR in Summary/Temperature field in ajax-dashboard. I think there is something wrong with METAR parser or with METAR sequence in LIPQ METAR. Im not sure, but i think that happens only with situation thunderstormmostly.
Image

In Nearby METAR report script - wxmetar.php is everything OK.
Image

Has anyone else spotted that anomaly?

Thanks for any help!


Marko
Image
User avatar
William Grimsley
Posts: 833
Joined: Thu 22 Sep 2011 5:22 pm
Weather Station: Davis Vantage Vue
Operating System: Windows 7 Home Premium 64-bit
Location: Latitude: 50.70189285 Longitude: -3.30849957
Contact:

Re: thunderstormmostly from METAR

Post by William Grimsley »

Hi Marko,

In your Settings-weather.php file change:

Code: Select all

$SITE['overrideRain']   = true; // =true then rain rate will set rain words instead of METAR rain words
To

Code: Select all

$SITE['overrideRain']   = false; // =true then rain rate will set rain words instead of METAR rain words
This should solve your problem.

Will
Post Reply