It's very simple. In index.html.tmpl, change this

              <tr>
                <td class="stats_label">Inside Temperature</td>
                <td class="stats_data">$current.inTemp</td>
              </tr>

to this

              <tr>
                <td class="stats_label">Inside Temperature</td>
                <td class="stats_data">$current.inTemp</td>
              </tr>
              <tr>
                <td class="stats_label">Soil temperature</td>
                <td class="stats_data">$current.soilTemp1</td>
              </tr>

-tk


On Tue, Nov 1, 2016 at 1:41 AM, Jacek Skowroński <yace...@gmail.com> wrote:

> Hi guys, could You help me with showing soil temperature on my weewx
> webpage - boleslawice.info
> I went through the customization documentation but it seems very
> complicated for me.
> Maybe somebody already have skin with the soil temp showing on?
>
> Thanks in advance
> BR
> Jacek
>
> --
> 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 weewx-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to