Need help with some built in variables

43 views
Skip to first unread message

cat22

unread,
Mar 24, 2025, 4:13:49 AM3/24/25
to weewx-user
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>

Reply all
Reply to author
Forward
0 new messages