#errorCatcher Echo ## ## Specifying an encoding of UTF-8 is usually safe, but if your text is ## actually in Latin-1, then you should replace the string "UTF-8" with "latin-1" ## If you do this, you should also change the 'Content-Type' metadata below. #encoding UTF-8 ## ## This choice should match the #encoding directive above $station.location Current Weather Conditions

$station.location

Current Weather Conditions

$current.dateTime

Current Conditions
#if $day.UV.has_data #end if #if $day.ET.has_data and $day.ET.sum.raw > 0.0 #end if #if $day.radiation.has_data #end if
Outside Temperature $current.outTemp
Wind Chill $current.windchill
Heat Index $current.heatindex
Dewpoint $current.dewpoint
Humidity $current.outHumidity
Barometer $current.barometer
Barometer Trend ($trend.time_delta.hour.format("%.0f")) $trend.barometer
Wind $current.windSpeed from $current.windDir ($current.windDir.ordinal_compass)
Rain Rate $current.rainRate
UV $current.UV
ET $current.ET
Solar Radiation $current.radiation

 

Since Midnight
#if $day.UV.has_data #end if #if $day.ET.has_data and $day.ET.sum.raw >0.0 #end if #if $day.radiation.has_data #end if
High Temperature
Low Temperature
$day.outTemp.max at $day.outTemp.maxtime
$day.outTemp.min at $day.outTemp.mintime
High Heat Index
Low Wind Chill
$day.heatindex.max at $day.heatindex.maxtime
$day.windchill.min at $day.windchill.mintime
High Humidity
Low Humidity
$day.outHumidity.max at $day.outHumidity.maxtime
$day.outHumidity.min at $day.outHumidity.mintime
High Dewpoint
Low Dewpoint
$day.dewpoint.max at $day.dewpoint.maxtime
$day.dewpoint.min at $day.dewpoint.mintime
High Barometer
Low Barometer
$day.barometer.max at $day.barometer.maxtime
$day.barometer.min at $day.barometer.mintime
Today's Rain $day.rain.sum
High Rain Rate $day.rainRate.max at $day.rainRate.maxtime
High Wind $day.wind.max from $day.wind.gustdir at $day.wind.maxtime
Average Wind $day.wind.avg
RMS Wind $day.wind.rms
Vector Average Speed
Vector Average Direction
$day.wind.vecavg
$day.wind.vecdir
## ##
High UV
Low UV
$day.UV.max at $day.UV.maxtime
$day.UV.min at $day.UV.mintime
High ET
Low ET
$day.ET.max at $day.ET.maxtime
$day.ET.min at $day.ET.mintime
High Radiation
Low Radiation
$day.radiation.max at $day.radiation.maxtime
$day.radiation.min at $day.radiation.mintime

 

#if $Extras.has_key('radar_img')
#if $Extras.has_key('radar_url') #end if Radar #if $Extras.has_key('radar_url')

Click image for expanded radar loop

#end if
#end if
About this weather station:
Location
Latitude: $station.latitude[0]° $station.latitude[1]' $station.latitude[2]
Longitude: $station.longitude[0]° $station.longitude[1]' $station.longitude[2]
Altitude: $station.altitude

This station uses a $station.hardware, controlled by 'weewx', an experimental weather software system written in Python. Weewx was designed to be simple, fast, and easy to understand by leveraging modern software concepts.

RSS feed

Mobile formatted

Smartphone formatted

Weewx uptime: $station.uptime
Server uptime: $station.os_uptime
weewx v$station.version

Today's Almanac
#if $almanac.hasExtras ## Extended almanac information is available. Do the full set of tables. #set $sun_altitude = $almanac.sun.alt #if $sun_altitude < 0 #set $sun_None="(Always down)" #else #set $sun_None="(Always up)" #end if
#if $almanac.next_equinox.raw < $almanac.next_solstice.raw ## The equinox is before the solstice. Display them in order. #else ## The solstice is before the equinox. Display them in order. #end if
Sun
Start civil twilight: $almanac(horizon=-6).sun(use_center=1).rise
Sunrise: $almanac.sun.rise.string($sun_None)
Transit: $almanac.sun.transit
Sunset: $almanac.sun.set.string($sun_None)
End civil twilight: $almanac(horizon=-6).sun(use_center=1).set
Azimuth: $("%.1f°" % $almanac.sun.az)
Altitude: $("%.1f°" % $sun_altitude)
Right ascension: $("%.1f°" % $almanac.sun.ra)
Declination: $("%.1f°" % $almanac.sun.dec)
Equinox: $almanac.next_equinox
Solstice: $almanac.next_solstice
Solstice: $almanac.next_solstice
Equinox: $almanac.next_equinox
#if $almanac.next_full_moon.raw < $almanac.next_new_moon.raw #else #end if
Moon
Rise: $almanac.moon.rise
Transit: $almanac.moon.transit
Set: $almanac.moon.set
Azimuth: $("%.1f°" % $almanac.moon.az)
Altitude: $("%.1f°" % $almanac.moon.alt)
Right ascension: $("%.1f°" % $almanac.moon.ra)
Declination: $("%.1f°" % $almanac.moon.dec)
Full moon: $almanac.next_full_moon
New moon: $almanac.next_new_moon
New moon: $almanac.next_new_moon
Full moon: $almanac.next_full_moon
Phase: $almanac.moon_phase
($almanac.moon_fullness% full)
#else ## No extended almanac information available. Fall back to a simple table.
Sunrise: $almanac.sunrise
Sunset: $almanac.sunset
Moon Phase: $almanac.moon_phase
($almanac.moon_fullness% full)
#end if
temperatures heatchill outside humidity rain wind barometer Hi Wind Wind Vector #if $day.radiation.has_data Radiation #end if #if $day.UV.has_data UV Index #end if #if $day.rxCheckPercent.has_data day rx percent #end if
## Include the Google Analytics code if the user has supplied an ID: #if $Extras.has_key('googleAnalyticsId') #end if