The module test it refuses to read any file in the _my-settings directory, gives a “file not found, check your typing” error. Any idea where I should look for a problem?
That is because some sites had put other sensitive info in that folder.
I adapted it QAD with last update making all files there in-accessible.
Is adjusted in next update for Feb 15.
The files in _my_settings/ can be displayed again, but not if there is text such as “keys” or “settings” in the name.
Wim
Thanks, I didn’t know that. Were other changes made that would cause the status_popup to not read files? I ask because my site reports file stalled but the module test shows they are fine.
Lakewood NY Home Weather Station (wf version) shows weatherflow.txt stalled from 7 days ago.
If its the metar file, its because checkwx is hosed. You are actually downloading the file, but the data inside the file is old. When you change sources of data, you also have to go delete the status.arr file, otherwise the old abandon file will stay there and show stalled.
Regards,
Jim
Please delete the status.arr file as there are two weatherflow entries in that file.
One for the realtime data as you are using weatherflow as your station-data file and another one from when you were (testing ?) using another station-data file.
After deleting the .arr should be build correctly.
Wim
PWS_load_files.php (447) WeatherFlow___: File not old enough (103/300 seconds) https://swd.weatherflow.com/swd/rest/observations/station/58927?api_key=_API_SETTING_
PWS_load_files.php (447) METAR-KERI____: File not old enough (103/600 seconds) https://api.checkwx.com/metar/KERI/decoded
PWS_load_files.php (447) WU_forecast___: File not old enough (703/900 seconds) https://api.weather.com/v3/wx/forecast/daily/5day?geocode=42.09,-79.33&format=json&units=e&language=en-US&apiKey=_API_SETTING_
PWS_load_files.php (447) Darksky_______: File not old enough (703/900 seconds) https://api.forecast.io/forecast/_API_SETTING_/42.089,-79.327?lang=en&units=si
PWS_load_files.php (230) yr.no_________: Not used / not yet correctly set
PWS_load_files.php (255) Aeris_________: not loaded keys=ADD YOUR API KEY ADD YOUR API KEY
PWS_load_files.php (275) EC-weather____: Environement Canada: not used
PWS_load_files.php (447) Earthquakes___: File not old enough (402/600 seconds) https://travelingrvwx.com/pwsWD/PWS_quakes_load.php?json
PWS_load_files.php (447) Aurora-kindex_: File not old enough (103/300 seconds) https://services.swpc.noaa.gov/json/planetary_k_index_1m.json
PWS_load_files.php (447) AQ-Davis______: File not old enough (702/900 seconds) https://api.weatherlink.com/v2/current/130329?api-key=_API_SETTING_&api-signature=c3b378dd5e5ab4c9f49f5213d7e9364f3f37061ae322a25df0cf30654f13abe7&t=1676015929
PWS_load_files.php (322) AQ-Luftdaten__: luftdaten sensor not used
PWS_load_files.php (338) AQ-Purpleair__: purplair sensor not used
PWS_load_files.php (447) AQ-official___: File not old enough (1000/3600 seconds) https://api.waqi.info/feed/geo:42.089;-79.327/?token=_API_SETTING_
PWS_load_files.php (362) Weatherflow___: WeatherFlow data already loaded
PWS_load_files.php (447) WU-today-CSV__: File not old enough (102/1800 seconds) https://travelingrvwx.com/pwsWD/PWS_DailyHistory.php?ID=KNYLAKEW11&graphspan=day&day&month&year&format=1
PWS_load_files.php (447) WU-month-CSV__: File not old enough (5802/14400 seconds) https://travelingrvwx.com/pwsWD/PWS_DailyHistory.php?ID=KNYLAKEW11&graphspan=custom&year=2023&month=01&day=10&yearend=2023&monthend=02&dayend=10&format=1
PWS_load_files.php (447) WU-year-CSV___: File not old enough (31302/43200 seconds) https://travelingrvwx.com/pwsWD/PWS_DailyHistory.php?ID=KNYLAKEW11&graphspan=custom&year=2022&month=02&day=10&yearend=2023&monthend=02&dayend=10&format=1
Thank you both for the info.