Current Conditions
| 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 $current.windDir.ordinal_compass ($current.windDir) |
| Rain Rate | $current.rainRate |
| Inside Temperature | $current.inTemp |
| Pond Temperature | $current.extraTemp1 |
| UV | $current.UV |
| ET | $current.ET |
| Solar Radiation | $current.radiation |
populate_strip(div_id, data_id, display_settings)
#include "forecast_strip.inc"
Since Midnight
| High Temperature | $day.outTemp.max | $day.outTemp.maxtime |
| Low Temperature | $day.outTemp.min | $day.outTemp.mintime |
| High Heat Index | $day.heatindex.max | $day.heatindex.maxtime |
| Low Wind Chill | $day.windchill.min | $day.windchill.mintime |
| High Dewpoint | $day.dewpoint.max | $day.dewpoint.maxtime |
| Low Dewpoint | $day.dewpoint.min | $day.dewpoint.mintime |
| High Humidity | $day.outHumidity.max | $day.outHumidity.maxtime |
| Low Humidity | $day.outHumidity.min | $day.outHumidity.mintime |
| High Barometer | $day.barometer.max | $day.barometer.maxtime |
| Low Barometer | $day.barometer.min | $day.barometer.mintime |
| Today's Rain | $day.rain.sum | |
| High Rain Rate | $day.rainRate.max | $day.rainRate.maxtime |
| High Wind | $day.wind.max $day.wind.gustdir | $day.wind.maxtime |
| Average Wind | $day.wind.avg | |
| RMS Wind | $day.wind.rms | |
| Vector Average Speed | $day.wind.vecavg | |
| Vector Average Direction | $day.wind.vecdir | |
| High Inside Temperature | $day.inTemp.max | $day.inTemp.maxtime |
| Low Inside Temperature | $day.inTemp.min | $day.inTemp.mintime |
| High Pond Temp | $day.extraTemp1.max | $day.extraTemp1.maxtime |
| Low Pond Temp | $day.extraTemp1.min | $day.extraTemp1.mintime |
| High UV | $day.UV.max | $day.UV.maxtime |
| Low UV | $day.UV.min | $day.UV.mintime |
| High ET | $day.ET.max | $day.ET.maxtime |
| Low ET | $day.ET.min | $day.ET.mintime |
| High Radiation | $day.radiation.max | $day.radiation.maxtime |
| Low Radiation | $day.radiation.min | $day.radiation.mintime |
#if $Extras.has_key('radar_url')
#end if
#if $Extras.has_key('radar_url')
#end if
#end if
#if $Extras.has_key('lightning_map')
#if $Extras.has_key('radar_gif') Image / Animation #end if #if $Extras.has_key('radar_url_alt') #if $Extras.has_key('radar_url_alt_text') | $Extras.radar_url_alt_text #else | Second Radar #end if #end if
#if $Extras.has_key('lightning_url')
#end if
#if $Extras.has_key('lightning_url')
#end if
#end if
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 ifSun
| 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 |
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) |
| Sunrise: | $almanac.sunrise |
| Sunset: | $almanac.sunset |
| Moon Phase: | $almanac.moon_phase ($almanac.moon_fullness% full) |
Graphs
#if $day.radiation.has_data
#end if
#if $day.UV.has_data
#end if
#if $day.rxCheckPercent.has_data
#end if
#if $day.extraTemp1.has_data
#end if