Offline but Not

Morning all.
Not to sure what has happened…
My wxsim is working fine and uploading to the website but since sunday its is showing on the site as offline…
image

But as I say is uploading all the time as it should be.
I have checked the plaintext files and plaintext paser but no joy
Any Ideas???
I know someone will know the fix…

Hmmm Strange now working again and showing online !!

No Scrap that its updated at 2pm but still showing the update was at 10am !!!

Back to the drawing board

Now its showing again OMG !!!

(post deleted by author)

Took a few hours to locate the possible problem.
Does not help as you continue to use an old partly tested beta version.

You upload the wxsim files to the ./wxsimPP/ folder.
But your ./_my_settings/wxsim_locations.php point to

$wxsim_files_loc= $same_level; # Most often used

At that same level as the dashboard scripts there are also wxsim files so there will be no error message. But those are old ones from 1:55 PM 15 Feb, 2025
That is why there are empty pop-ups in the forecast block. There is simply no recent data left in the Feb15 files.

Uncomment line 25 in ./_my_settings/wxsim_locations.php so that it reads

$wxsim_files_loc= $other_fldr;

The scripts should than use the correct files.

Wim

1 Like

Changed as requested, but still not showing…Very Strange

Please open easyweathersetup, make no changes, click the green save button.

Also remove the old wxsim files from the root.

Not sure your file-locations were correctly initialized.
It works Ok when I test it local here with your files.

So i want to see the messages when there are only files on 1 location, in your ./wxsimPP/ folder


Then we have to wait until the cache age is invalid.


I copied your 3 WXSIM files, deleted cache files, ran the scripts and they work OK at my test server.
No ideas anymore why it is not working at your place.
Wim

Thansk for your help as always WIM.
Not to sure what is happening, as its now showing 9am which is when i did a test, but not showing 10am, so will wait and see.
Thanks once again, have a great weekend Wim

But there are old files in the root of your site.
Please delete the lastret.txt latest.csv and plaintext.txt from your main folder.
The scripts still use that old data.
And old data is skipped until valid data is found.

See attached screenshot which shows the data, but it is the data from the root of your website. If you add &test to a link the scripts will use all available data

WXSIM forecast - Graphs by highcharts.com

Or put the new files also in the root. That will solve it also.

Wim

(post deleted by author)