NOT CURRENT

Can anyone help me with a couple of these NOT CURRENT items on my wxstatus.php page.

Weather-Display NOAA report
Weather-Display Month report

Thank you in advance


You have a few scripts that need updating (but not related to your status issue) check-fetch-times.php?show=versions is your friend :slight_smile:

The Noaa Report it is looking for is dailynoaareport.htm and the Month Report is (for this month) April2019.htm

http://www.sekywx.com/dailynoaareport.htm shows the last update was for 02-Apr-2019, and likewise for the April2019.htm

These files are updated after midnight (local time) once a day. Was WD running at that time?

Regarding the WXSim line, the plaintext.txt file shows

WXSIM text forecast for Mauston, initialized at 2:55 PM Jan 20, 2007

so I’m guessing you are not running WXSIM for your site. I suggest changing Settings.php from

$SITE['WXSIM']			= true;  // Set to false if you have not installed WXSIM

to

$SITE['WXSIM']			= false;  // Set to false if you have not installed WXSIM

to turn off WXSIM indicators.
Conversely, if you are running WXSIM, just make sure to have c:\wxsim\plaintext.txt uploaded to your site.

I hope this helps…

Thank you Ken, i just started working on my website a couple of months ago after a 3 or 4 year hiatus. I will get to the updates as soon as possible. Thank you again for all you do 8)