Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 715 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 715 Bytes

WeatherFM

A Raspberry Pi weather repeater using Geonames, Open Weather Map and GTTS to generate audio weather reports from random locations.

Dependencies

This relys on PiRate Radio following the accompanying tutorial found at Make Projects with support from peppe8o for a slightly more technical perspective.

Setup

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}