Temps suddenly 0 F

We do not process weather-values between 23:55 and 00:05
Some weather-programs upload “invalid” information around midnight. f.i. a zero for temp or min-temp

Also a time difference between the server and your cumulus station can cause this.

Therefor change lines 41-42 in PWS_cron_stationcron.php from

$no_data_after          = 2355; // Hour-minutes after wich no day data should be processed in history
$no_data_before         = 0005; // Same before

to

$no_data_after          = 2350; // Hour-minutes after wich no day data should be processed in history
$no_data_before         = 0015; // Same before

Also read the topic about this No High/Lows, where is history and graphs data used for, and ? cron ?
There you find how to update those files.

Thanks for using the dashboard.
And for your compliments :D, as it really helps me to continue giving support.

Wim