==== MeteoStations graphs python daemons. ====
Install dependencies
    apt-get install python python-rrdtool python-simplejson python-utidylib
Edit and customice meteoconfig.py script to macht your setup.
    Use only one of the connection options
symlink meteostationWEB/html to /var/www/meteo
    ln -s /full/path/to/meteostationWEB/html /var/www/meteo
Create and set permissions for chart dir
    mkdir /var/www/meteo/CHART
    chmod 774
Set apache group to own directories
    sudo chown -R [you]:www-data /var/www/meteo

Test startupMETEO.sh and put on rc.local if you want a automatic startup.
