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

Wind Gust Month Error

Discussion of Ken True's web site templates

Moderator: saratogaWX

Post Reply
rhussey
Posts: 10
Joined: Tue 18 Sep 2012 11:35 pm
Weather Station: WMR200
Operating System: XP SP3
Location: Windsor, NS, Canada

Wind Gust Month Error

Post by rhussey »

Hi
My site only shows the month of Decemebr for wind gust highs. The date changes but it only shows as December. Anyone else have an issues?
http://windsorweather.ca/
User avatar
PaulMy
Posts: 3775
Joined: Sun 28 Sep 2008 11:54 pm
Weather Station: Davis VP2 Plus 24-Hour FARS
Operating System: Windows8 and Windows10
Location: Komoka, ON Canada
Contact:

Re: Wind Gust Month Error

Post by PaulMy »

From looking at your http://windsorweather.ca/wxstatus.php your realtime.txt is current so your current data should show correct. But Cumulus weather data is not updated and might be like some date setting issue. Did it ever show current/correct?
All I can suggest is to check your date settings in Settings.php and others may have better suggestion.

Enjoy,

Paul
Davis Vantage Pro2+
C1 www.komokaweather.com/komokaweather-ca
MX www.komokaweather.com/cumulusmx/index.htm /index.html /index.php
MX www.komokaweather.com/cumulusmxwll/index.htm /index.html /index.php
MX www. komokaweather.com/cumulusmx4/index.htm

Image
User avatar
saratogaWX
Posts: 1170
Joined: Wed 06 May 2009 5:02 am
Weather Station: Davis Vantage Pro Plus
Operating System: Windows 10 Professional
Location: Saratoga, CA, USA
Contact:

Re: Wind Gust Month Error

Post by saratogaWX »

In CUtags.php?sce=dump it shows
$WX['date'] = '2019-01-09';
$WX['time'] = '12:50 on 09 January 2019';
The time format of YYYY-MM-DD is not supported -- please set the time format on your system running Cumulus to DD/MM/YYYY format and in Settings.php use

Code: Select all

$SITE['WDdateMDY'] = false; // for weather software date format of month/day/year.  =false for day/month/year
(which you already have).

Then the PHP scripts can handle the date formatting display correctly.
rhussey
Posts: 10
Joined: Tue 18 Sep 2012 11:35 pm
Weather Station: WMR200
Operating System: XP SP3
Location: Windsor, NS, Canada

Re: Wind Gust Month Error

Post by rhussey »

Thanks, that was a 5 second fix. It updated right away.
Post Reply