13 lines
390 B
Markdown
13 lines
390 B
Markdown
# Driver for check wather condition with wunderground online service
|
|
|
|
# Example of configuration in piGarden.conf
|
|
|
|
```bash
|
|
WEATHER_SERVICE="wunderground"
|
|
|
|
WUNDERGROUND_KEY="" # Set with your api key of wunderground
|
|
WUNDERGROUND_LOCATION="IY/Monsummano" # Set with your location indentify, see http://www.wunderground.com/weather/api/d/docs?d=resources/country-to-iso-matching&MR=1
|
|
```
|
|
|
|
|