Metadata-Version: 1.1
Name: boxup-weatherradar
Version: 0.0.1
Summary: datasource for boxup input
Home-page: https://github.com/xamgreen/boxup_weatherradar
Author: Maximilian, Noppel
Author-email: noppelmax@googlemail.com
License: GPLv2, see LICENSE.txt
Download-URL: https://github.com/xamgreen/boxup_weatherradar/tarball/0.0.1
Description: # pyWeatherRadar
        a datasource module for boxup.
        
        this module uses:
        + [OpenWeatherMap](http://openweathermap.org/)
        
        # Installation / Start
        the best way to install boxup\_weatherradar is `python setup.py install"
        
        ## Configuration
        you need to configure your system. edit `/etc/boxup/plugins/boxup\_weatherradar.cfg`.
        Set your home-location:
        ```
        [Location]
        lat = 47.11
        lon = 8.15
        ```
        Set distances to your prefered monitored area (in kilometers):
        ```
        [Settings]
        distance1 = 1
        distance2 = 5
        distance3 = 10
        distance4 = 15
        ```
        
        # License
        boxup_weatherradar, is a datasource module for boxup.
        Copyright (C) 2015 Maximilian Noppel
        
        This program is free software: you can redistribute it and/or modify
        it under the terms of the GNU General Public License as published by
        the Free Software Foundation, either version 3 of the License, or
        (at your option) any later version.
        
        This program is distributed in the hope that it will be useful,
        but WITHOUT ANY WARRANTY; without even the implied warranty of
        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
        GNU General Public License for more details.
        
        You should have received a copy of the GNU General Public License
        along with this program.  If not, see <http://www.gnu.org/licenses/>.
        
        # Changelog
        + 2015-08-13: kml-export is no longer available
        
Keywords: weatherradar,openweathermap,raspberrypi,gpio,adafruit,bicolormatrix
Platform: UNKNOWN
