Since the purchase and setup of my weather station I've been running the website on a spare laptop using stock pywws and weather4you software... I now have my own webserver (data centered) so I have moved the web serving code.
The default page
Windy Alley is currently displaying stale data as it is using the flat file data provided by pywws.
However if you go to
New Windy Alley you can see the work I've been doing to database the flat files and use 'hicharts' for the graphing. This is a work in progress and currently the 1 hour obserrvations and the 24hours graphs have the new look & feel.
The data is being fed from the pywws raw files, thats all pywws is generating I've turned everything else off, this is running on a RaspberryPi connected directly to the weather station. These raw files are then rsynced to the webserver and post processed to a mysql database.
This still has more work before completion, there are for instance some calculations that need to be done ( my rainfall always show a minimum of 154.5mm!) and my Pressure is absolute not relative.
Enjoy.