Greetings all,
My Nano SD and Weather34 site have been working beautifully for the last week, and feel everything is dialed in and working correctly. I have noticed on my Weather34 site that the Almanac data for temp, wind, rain etc, had missed 2 days this week, but other days are working as expected. The daily data looks great. I suspect there may be an issue with sending the data, or processing the data that feeds the template. Since I dont have any granular logging to see if a scheduled http push in the services tab is working each time at the scheduled interval, I cant really self diagnose.
I have a task to run at 11:45 PM every day for the following:
http://www.mywebsite.com/charts-month-year.php
Any ideas? Thanks in advance!
Weather34 Almanac missing Days
Moderator: Mattk
Weather34 Almanac missing Days
Last edited by dcsdiver on Sun Dec 29, 2019 4:51 pm, edited 1 time in total.
Re: Weather34 Almanac missing Days
Check on the "Live Data" tab whether the script was really executed. I was facing the similar problem recently. I resoleved it by configuring execution of the scirpts "/chartstoday.php", "/mbdbfiles/stationcron.php" and "/charts-month-year-mod.php" directly in CRON on the web server instead of in Meteobridge "Services" tab. Since then it works perfectly...
Re: Weather34 Almanac missing Days
Thanks for the tip Taylor. I'll have to dig into how to do that, but I'll give that a try.
Re: Weather34 Almanac missing Days
Setup cron jobs to run on server and everything seems to be updating as expected. Will have to wait until 23:59 tonight to see if the charts-month-year-mod.php runs as expected. Thanks much!