I'd like to include some WeeWX variables in the About page, but when I use 
the HTML sample I get the variable names as output.

This:
<ul>
    <li>Station hardware: $station.hardware</li>
    <li>Server uptime: $station.os_uptime</li>
    <li>WeeWX uptime: $station.uptime</li>
    <li>WeeWX version: $station.version</li>
    <li>Belchertown Skin Version: $belchertown_version</li>
</ul>
          

Results in this:


   - Station hardware: $station.hardware
   - Server uptime: $station.os_uptime
   - WeeWX uptime: $station.uptime
   - WeeWX version: $station.version
   - Belchertown Skin Version: $belchertown_version

As long as I'm on the topic, is there a list of inbuilt variables?

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to