## Copyright (C)2020 by John A Kline (john@johnkline.com) ## Distributed under the terms of the GNU Public License (GPLv3) ## See LICENSE for your rights. #errorCatcher Echo #encoding UTF-8 #if $Extras.has_key('meta_title') $Extras.meta_title #else WeatherBoard™—$station.location #end if #include "analytics.inc" #include "realtime_updater.inc"
#if $Extras.has_key('logo') and $Extras.logo != '' #else #end if

#if $Extras.has_key('title') $Extras.title #else WeatherBoard™ #end if

#if $Extras.has_key('subtitle') $Extras.subtitle #else Updated continuously. #end if

 
$current.outTemp $current.appTemp
$current.windSpeed $current.windDir.ordinal_compass
/
$day.rain.sum $current.rainRate
#include "footer.inc"