This is the skin exfoliation for the weewx weather system.
Copyright 2012-2013 Matthew Wall

Installation instructions:

1) expand the skin tarball into the weewx skins directory:

cd /home/weewx/skins
tar xvfz /var/tmp/exfoliation-for-weewx.tgz

2) add this to the StdReport section of the weewx.conf file:

    [[ExfoliationReport]]
        skin = exfoliation
        HTML_ROOT = public_html/exfoliation
        [[[Extras]]]
#            station_subtitle = "top of lighthouse"
            radar_img = http://radar.weather.gov/ridge/lite/N0R/BOX_loop.gif
            radar_url = http://radar.weather.gov/ridge/radar.php?product=NCR&rid=BOX&loop=yes

3) customize the forecasts:

The forecast page includes links to multiple forecasts as well as images.  Look
at the Extras section of the skin.conf file, then override any URLs with those
appropriate for your location.

