#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 ## #set global $page = "home" #include "header.html.tmpl"

$station.location Weather Conditions

Observations are powered by a Personal Weather Station
Last Updated $current.dateTime.format("%B %d, %Y at %I:%M %p")
#if $social_html != "" $social_html #end if
$current_obs_icon
$current.outTemp
$current_obs_summary
#if $Extras.has_key('show_apptemp') and $Extras.show_apptemp == '1'
Feels like: $current.appTemp.format("%.1f")
#end if
High Low
$day.outTemp.max.format("%.1f") $day.outTemp.min.format("%.1f")
#if $current.windDir.ordinal_compass == "N/A" -- #else $current.windDir.ordinal_compass #end if $current.windDir.format("%.0f")
Speed Gust
#if $current.windSpeed.formatted == "N/A" $current.windSpeed #else #echo "%.1f" % int( float( $current.windSpeed.formatted ) )# #end if   #if $current.windGust.formatted == "N/A" $current.windGust #else #echo "%.1f" % int( float( $current.windGust.formatted ) )# #end if
$unit.label.windSpeed
#if $Extras.has_key("forecast_enabled") and $Extras.forecast_enabled == '1' #end if #if $day.UV.has_data #end if #if $day.radiation.has_data #end if
Barometer $current.barometer.format("%.2f") #if $trend.barometer == "N/A"   #else if "-" in str($trend.barometer) #else #end if
Visibility $visibility $visibility_unit
Dew Point $current.dewpoint
Humidity $current.outHumidity
Rainfall $day.rain.sum $current.rainRate
UV $current.UV
Solar $current.radiation
Sun & Moon
$almanac.sunrise.format("%-I:%M %p")
$almanac.sunset.format("%-I:%M %p")
#if $almanac.moon_phase == "New Moon"
#else if $almanac.moon_phase == "Waxing Crescent"
#else if $almanac.moon_phase == "First Quarter"
#else if $almanac.moon_phase == "Waxing Gibbous"
#else if $almanac.moon_phase == "Full Moon"
#else if $almanac.moon_phase == "Waning Gibbous"
#else if $almanac.moon_phase == "Last Quarter"
#else if $almanac.moon_phase == "Waning Crescent"
#end if
$almanac.moon_phase
$almanac.moon_fullness% visible
$radar_html
#if $index_hook_after_station_info_enabled == 1
$index_hook_after_station_info_text
#end if #if $Extras.has_key("forecast_enabled") and $Extras.forecast_enabled == '1'
8 Day Forecast Last Updated on $forecast_updated
$forecastHTML
#end if #if $index_hook_after_forecast_enabled == 1
$index_hook_after_forecast_text
#end if
#if $Extras.has_key('earthquake_enabled') and $Extras.earthquake_enabled == '1'
#else
#end if
Weather Record Snapshots. View all weather records here.
Today, $current.dateTime.format("%A, %B %d, %Y")
High: $day.outTemp.max Low: $day.outTemp.min
Highest Wind: $day.wind.max Highest UV: $day.UV.max
Today's Rain: $day.rain.sum Highest Rate: $day.rainRate.max
Month of $current.dateTime.format("%B, %Y")
High: $month.outTemp.max Low: $month.outTemp.min
Highest Wind: $month.wind.max Highest UV: $month.UV.max
Total Rain: $month.rain.sum Highest Rate: $month.rainRate.max
#if $Extras.has_key('earthquake_enabled') and $Extras.earthquake_enabled == '1'
Recent Local Earthquake
$earthquake_time #if $earthquake_place != ''
$earthquake_place
Magnitude $earthquake_magnitude
$earthquake_lat °
$earthquake_lon °
#end if
Source: USGS.gov
#end if
#if $index_hook_after_snapshot_enabled == 1
$index_hook_after_snapshot_text
#end if #if $Extras.has_key('highcharts_enabled') and $Extras.highcharts_enabled == '1'
Today's charts. View more here.
#end if
#if $index_hook_after_charts_enabled == 1
$index_hook_after_charts_text
#end if
#include "footer.html.tmpl"