Hi,
I'm using weewx with the Skin Seasons. Some values (temperatures and
humidity) are displayed 6 decimal places. The rest is normal with 1 decimal
place. I didn't find a way to adjust it
A short excerpt from the file current.inc:
<tr>
<td class="label">$obs.label.extraTemp5</td>
<td class="data">$current.extraTemp5 / $current.extraHumid5</td>
</tr>
<tr>
<td class="label">$obs.label.extraTemp6</td>
<td class="data">$current.extraTemp6 / $current.extraHumid6</td>
</tr>
<tr>
<td class="label">$obs.label.extraTemp7</td>
<td class="data">$current.extraTemp7 / $current.extraHumid7</td>
</tr>
<tr>
<td class="label">$obs.label.extraTemp8</td>
<td class="data">$current.extraTemp8 / $current.extraHumid8</td>
</tr>
And here the presentation on the website:
I am grateful for any advice on customization:
Michael
--
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/fb1fdeae-4f28-40a3-8004-5f715f24009c%40googlegroups.com.