$station.location Weather Conditions
Observations are powered by a Personal Weather Station
Last Updated $current.dateTime.format("%B %d, %Y at %I:%M %p")
$forecast_alert_text
#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 | ||
| Barometer | |
| Visibility | $visibility $visibility_unit |
| Cloud Base | $current.cloudbase |
| 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")
$almanac.moon_phase
$almanac.moon_fullness% visible |
$radar_html
$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
$index_hook_after_forecast_text
#end if
#if $Extras.has_key('earthquake_enabled') and $Extras.earthquake_enabled == '1'
#end if
#if $index_hook_after_charts_enabled == 1
#else
#end if
#if $index_hook_after_snapshot_enabled == 1
#end if
#if $Extras.has_key('earthquake_enabled') and $Extras.earthquake_enabled == '1'
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 |
Recent Local Earthquake
$earthquake_time
#if $earthquake_place != ''
$earthquake_place
#end if
$earthquake_place
Magnitude $earthquake_magnitude
$earthquake_lat °
$earthquake_lon °
$earthquake_lon °
Source: USGS.gov
$index_hook_after_snapshot_text
#end if
#if $Extras.has_key('highcharts_enabled') and $Extras.highcharts_enabled == '1'
$index_hook_after_charts_text
#end if

