Hi,
When I upgrade weewx from 3.7 to 4.10, I wanted to keep some useful features, but I discovered they are not supported here. Here is the code I've added in /etc/weewx/skins/Boutstrap/livegauge.html.inc
(...)
<tr>
#if $almanac.next_solstice.raw < $almanac.next_equinox.raw
<td">$gettext("Solstice")</td>
<td>$almanac.next_solstice</td>
#else
<td>$gettext("Equinox")</td>
<td>$almanac.next_equinox</td>
#end if
<tr/>
<tr>
#if $almanac.next_equinox.raw < $almanac.next_solstice.raw
<td>$gettext("Solstice")</td>
<td>$almanac.next_solstice</td>
#else
<td>$gettext("Equinox")</td>
<td>$almanac.next_equinox</td>
#end if
</tr>
<tr>
<td>$gettext("Cumulative rain")</td>
<td>$time_since_last_rain</td>
</tr>
(...)
Unfortunately, these variable are not supported.
Did I forget something?
Yves,
YMartin.com/meteo