In weewx-data/skins/ss/index.php.tmpl I have added some info lines to the 
resulting page.

This is what I am using and for the most part it works (e.g daily, weekly, 
monthly seem to show correct data) but rain total for the last 365 days 
isn't right, its showing the same value as the monthly rain total. 
I am using weewx version 5.1.0

<td class="label"><span title="In the last 30 days">Month:&nbsp;</span></td>
<td class="data">$span($day_delta=30).rain.sum&nbsp;&nbsp;</td>

<td class="label"><span title="In the last 365 days">Year:&nbsp;</span></td>
<td class="data">$span($day_delta=365).rain.sum&nbsp;&nbsp;</td>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/weewx-user/ce5b6e7b-f197-4cd4-8ab5-0c4f1f4fca83n%40googlegroups.com.

Reply via email to