extstats - weewx extension that provides extended statistics in a report
Copyright 2014 Matthew Wall

Installation instructions:

1) expand the tarball:

cd /var/tmp
tar xvfz ~/Downloads/weewx-extstats.tgz

2) copy files to the weewx user directory:

cp /var/tmp/weewx-extstats/bin/user/extstats.py /home/weewx/bin/user

3) modify weewx.conf:

[StdReport]
    [[StandardReport]]
        [[[CheetahGenerator]]]
            search_list_extensions = user.extstats.ExtStats

4) restart weewx

sudo /etc/init.d/weewx stop
sudo /etc/init.d/weewx start
