done Am Mittwoch, 5. August 2020 14:26:53 UTC+2 schrieb Joachim Puttkammer: > > 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/054273ae-350f-4db6-a2a1-a9dab93c78bco%40googlegroups.com.
