To display more sensors on the main page I have added the following lines:
<tbody>
$station_obs_html
<tr>
<td class='station-observations-label'>$obs.label.dewpoint</td>
<td>
<span class="outHumidity">$current.dewpoint</span><!-- AJAX -->
</td>
</tr>
#if $day.soilMoist1.has_data
<tr>
<td class='station-observations-label'>Bodenfeuchte</td>
<td>
<span class="radiation">$current.soilMoist1</span><!-- AJAX -->
</td>
</tr>
#end if
</tbody>
Is there a way to display the order of the sensors in the $station_obs_html
differently?
Or only through new table entries and deleting $station_obs_html ?
--
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/46f36b98-cff3-4560-b31a-1af2a42ff39co%40googlegroups.com.