## about module for weewx skins ## Copyright Tom Keffer, Matthew Wall ## See LICENSE.txt for your rights #errorCatcher Echo #encoding UTF-8 #set $allways_lang = False #set $use_lang = False #try #if $SKIN_VERSION != '' or $allways_lang == True #set $use_lang = True #end if #except #pass #end try #if not $use_lang
About this weather station
#try #if $current.runtime.has_data #end if #if $current.ws90_ver.has_data #end if #except #pass #end try
Hardware $station.hardware
Station uptime $current.runtime
WS90 Vers $current.ws90_ver.format("%.0f")
Latitude $station.latitude[0]° $station.latitude[1]' $station.latitude[2]
Longitude $station.longitude[0]° $station.longitude[1]' $station.longitude[2]
Altitude $station.altitude
Server uptime $station.os_uptime
WeeWX uptime $station.uptime
WeeWX version $station.version
#else
$gettext("About this station")
#try #if $current.runtime.has_data #end if #if $current.ws90_ver.has_data #end if #except #pass #end try
$gettext("Hardware") $station.hardware
$gettext("Station uptime") $current.runtime
$gettext("WS90 Vers") $current.ws90_ver.format("%.0f")
$gettext("Latitude") $station.latitude[0]° $station.latitude[1]' $station.latitude[2]
$gettext("Longitude") $station.longitude[0]° $station.longitude[1]' $station.longitude[2]
$pgettext("Geographical", "Altitude") $station.altitude
$gettext("Server uptime") $station.os_uptime
$gettext("WeeWX uptime") $station.uptime
$gettext("WeeWX version") $station.version
$gettext("Skin") $SKIN_NAME $SKIN_VERSION