14 lines
450 B
Markdown
14 lines
450 B
Markdown
# Driver for check wather condition with openweathermap online service
|
|
|
|
# Example of configuration in piGarden.conf
|
|
|
|
```bash
|
|
WEATHER_SERVICE="openweathermap"
|
|
|
|
OPENWEATHERMAP_KEY="d4d22ea805788420267971135563b4cc" # Set with your api key of openweathermap
|
|
OPENWEATHERMAP_LOCATION="q=Pieve%20a%20Nievole,it" # Set with location identify, see https://openweathermap.org/current
|
|
OPENWEATHERMAP_TZ="Europe/Rome" # Set with your time zone
|
|
```
|
|
|
|
|