Outside Temperature
Barometric Pressure
Wind Direction
Outside Humidity
Wind Speed
Gust Speed
Latitude: 57° 15.60' N
Longitude: 012° 15.00' E
Altitude: 145 meters
Station uptime: 15 days, 14 hours, 20 minutes
Server uptime: 15 days, 13 hours, 49 minutes

How it's done

This website summarises weather data logged by a weather station using the polished and highly customisable Weewx software (version 3.7.1). Weewx downloads a data record from the weatherstation every 5 minutes and stores it in an archive database. It also creates all the graphs and webpages which are uploaded to the website every 5 minutes.

This website uses a custom skin which uses Bootstrap to deal with most of the layout and presentation. The gauges and the history tables are generated by Python scripts which hook into Weewx.

The code for gauge rendering (gaugeengine.py) and history table generation (historygenerator.py) can be found on github: github.com/brewster76/fuzzy-archer

Web content is stored in public_html/Bootstrap.

The easiest way to install this skin is to download the source archive from GitHub: releases, and use the Weewx installer to unpack it:

setup.py --extension --install [wherever you've put the archive]

Set the page title and footer through the [BootstrapLabels] section in skins/Bootstrap/skin.conf. Change the template language using the [Language] section in skins/Bootstrap/skin.conf and skins/Images/skin.conf