====================================== First, add this to your graphs.conf: ====================================== [about] show_button = false time_length = 172800 # 48 hours in seconds aggregate_type = last aggregate_interval = 300 # 5 min gapsize = 300000 # 5 min #aggregate_interval = 1800 # 30 min #gapsize = 1800000 # 30 min [[rxchart]] title = ISS Receive Stats yAxis_max = 100 [[[rxCheckPercent]]] color = "#268bd2" [[rxchartyear]] title = ISS Receive Stats Average yAxis_max = 100 xAxis_groupby = month xAxis_categories = 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec' time_length = year [[[rxCheckPercent]]] aggregate_type = avg color = "#268bd2" ========================================================================================================================= Then add this to your about.inc. The magic here is to have showChart("about") match your group name in the single brackets. (e.g. [about]) Then to show the graph, you need a div with an ID that matches the graph name in the double brackets. (e.g. [[rxchart]])
========================================================================================================================= #set $have_voltage = 0 #for $x in [$day.consBatteryVoltage, $day.heatingVoltage, $day.supplyVoltage, $day.referenceVoltage] #if $x.has_data #set $have_voltage = 1 #end if #end for
BelchertownWeather.com #if $day.rxCheckPercent.has_data #end if #if $day.txBatteryStatus.has_data #end if #if $have_voltage #if $day.consBatteryVoltage.has_data #end if #end if
Hardware $station.hardware Plus
Hardware Addon AS3935 Lightning Sensor
Signal Quality $current.rxCheckPercent
Transmitter Battery #if $current.txBatteryStatus.raw == 0 OK #else LOW #end if
$obs.label.consBatteryVoltage $current.consBatteryVoltage
WeeWX version $station.version
Belchertown skin version $belchertown_version

This website is automatically updated in real time (about every 2.5 seconds) with weather observations from a Davis Vantage Pro 2 Plus personal weather station located in Belchertown, MA. Weather data is received by the Davis Console and weewx connects to a Davis WeatherlinkIP module to get archive data and the live website feeds. The weather station provides the following readings:

  • Temperature
  • Humidity
  • Wind speed
  • Wind direction
  • Rainfall
  • UV
  • Solar radiation
  • Barometric Pressure

The rest of the observations on this website are done via software calculations and quality control checks to make sure the data is valid.

All weather observations are also posted to the following websites:

Software used:

Credits: