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
--
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 on the web visit
https://groups.google.com/d/msgid/weewx-user/8721f40d-98d9-489e-bbe1-41148282c035n%40googlegroups.com.