Page 1 of 1

Wind Gust Month Error

Posted: Wed 09 Jan 2019 4:04 pm
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/

Re: Wind Gust Month Error

Posted: Wed 09 Jan 2019 4:50 pm
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

Re: Wind Gust Month Error

Posted: Wed 09 Jan 2019 5:00 pm
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.

Re: Wind Gust Month Error

Posted: Thu 10 Jan 2019 11:29 pm
by rhussey
Thanks, that was a 5 second fix. It updated right away.