Hi
I made a simple page to display current temperature and max/min temp outside.
Relevant code:
<div class="tempSummary">
<p>max ute: $day.outTemp.max @$day.outTemp.maxtime.format("%-H:%I %p")</p>
<p>min ute: $day.outTemp.min @$day.outTemp.mintime.format("%-H:%I %p")</p>
</div>
Strange thing:
Time for max temp outdoors is nearly always x.x and time for min temp is nearly always y.y
(OK - I should move the probe to another location to get lower max values, and ok, I borrowed the layout from mr Crandard, and ok, it's in Swedish, but all that is beside the point)
I did not do any computing, just take the values from the database.
Anyone else notice this behavior? Should I worry?
Cheers
/Sven