Wrong high temp [closed]

Hi vilmeteo,

Your website https://vilmeteo.es/pwsWD/ uses WU as data-source.
WU only delivers current values, no high-lows

If you want to use those high-lows you need to run a cron-job every 5 minutes.
That cron-job compares the current values with todays high-lows which are stored in the history.txt file
More info here: No High/Lows, where is history and graphs data used for, and ? cron ?

It seems that you are not running a cron-job or that the cron-job fails.
You can test the cron script in the browser.

@ALL
Adding ?test when manually running the cron-script will give extra information such as

  • all files loaded
  • uploads to other weather-networks (if you selected that)
  • all updated values to the history.txt file

Just run it with http (s):// your website url /pwsWD/PWS_cron_stationcron.php?test

Succes, Wim