A complete template uses multiple weather-station uploads and or maintains their own weather-database
The dashboard uses small upload files which often has no historical information.
To maintain the daily/monthly/yearly high-lows the dashboard code depends on a minute cron job.
That cron-job will download outdated data and maintain a small “history” file.
There are free cron-servers who can be used for that.
If one does not want to run a cron, the temp/wind/baro small blocks all have a setting in line 3-4
$my_choice = 'day'; // day
$my_choice = 'multi'; // day / month / year
If you set line4 to comment, the block will show todays values only.
No High/Lows, where is history and graphs data used for, and ? cron ?
Succes,
Wim