A Raspberry Pi weather repeater using Geonames, Open Weather Map and GTTS to generate audio weather reports from random locations.
This relys on PiRate Radio following the accompanying tutorial found at Make Projects with support from peppe8o for a slightly more technical perspective.
Install Python modules:
pip install -r requirements.txt
Rename .env.example
to .env
and populate with the required API keys:
WEATHER_KEY={Open Weather Map key}
LOCATION_KEY={Geonames key}