Lew at Farmingtonweather wondered why no rain info was shown on the Trends page in the template… Good question, so I’ve added it to wxlocal5.html to appear just under the Records and Stats heading.
You can replace (in wxlocal5.html in your Weather Display \webfiles directory)
<h3>Records and Stats</h3>
<table width="99%" cellpadding="0" cellspacing="0" border="0">
<tr class="table-top">
<td colspan="2">TEMPERATURE HIGHS</td>
<td colspan="2">HOT DAYS THIS MONTH</td>
</tr>
with
<h3>Records and Stats</h3>
<table width="99%" cellpadding="0" cellspacing="0" border="0">
<tr class="table-top">
<td colspan="2">RAIN</td>
<td colspan="2">RAIN HISTORY </td>
</tr>
<tr class="column-light">
<td>Today</td>
<td>%dayrn% (%hourrn% last hour) </td>
<td>Today</td>
<td>%dayswithnorain% days since last rain on %dateoflastrainalways% at %timeoflastrainalways%</td>
</tr>
<tr class="column-dark">
<td>Yest.</td>
<td>%yesterdayrain%</td>
<td>Week</td>
<td>%raincurrentweek% in. over last 7 days.</td>
</tr>
<tr class="column-light">
<td>Month</td>
<td>%monthrn% (%dayswithrain% days with rain this month)</td>
<td>Month</td>
<td>%raintodatemonthago% last month. </td>
</tr>
<tr class="column-dark">
<td>Year</td>
<td>%yearrn% (%dayswithrainyear% days with rain this year)</td>
<td>Year</td>
<td>%raintodateyearago% total last year at this time.</td>
</tr>
<tr class="table-top">
<td colspan="2">TEMPERATURE HIGHS</td>
<td colspan="2">HOT DAYS THIS MONTH</td>
</tr>
and that should give you a nice summary of the rain information.
I’ve updated the distribution files at http://saratoga-weather.org/scripts-WD-AJAX.php#WDajax to V2.06 (only change was in wxlocal5.html)
Best regards,
Ken