## Copyright 2009-2018 Tom Keffer, Matthew Wall ## Distributed under terms of GPLv3. See LICENSE.txt for your rights. #errorCatcher Echo ## ## Specifying an encoding of UTF-8 is usually safe: #encoding UTF-8 ## ## This choice should match the #encoding directive above MeteoCongrés ## #include "titlebar.inc"
#include "current.inc" #include "sunmoon.inc" #include "hilo.inc" #include "forecast.inc" #include "about.inc"
Periode   Dia Setmana Mes Any
$obs.label.outTemp $obs.label.rain $obs.label.windSpeed $obs.label.windDir $obs.label.windvec $obs.label.barometer $obs.label.feel $obs.label.outHumidity #if $day.UV.has_data $obs.label.UV #end if #if $day.radiation.has_data $obs.label.radiation #end if #if $day.extraTemp1.has_data or $day.extraTemp2.has_data or $day.extraTemp3.has_data $obs.label.extraTemp1 #end if #if $day.rxCheckPercent.has_data $obs.label.rxCheckPercent #end if

This station is controlled by WeeWX, an experimental weather software system written in Python.

#include "analytics.inc"