Little weather station build on MicroPython for esp8266. Weather API used for this project is https://openweathermap.org/api.
Clone this repository:
git clone https://github.com/nenadfilipovic/esp8266-micropython-weather-station
Setting up is simple, it is necessary to get ID of city you want to display weather data from.
Easiest way is to navigate to https://openweathermap.org/city, type in your city, select it and in address bar will be ID of that particular city.
You also need to register for API key to be able to use their service.
Some ESP board, ESP8266 or ESP32 it doesn't matter and openweathermap.org API key.
In script you can define wifi name and password, city ID and API key.
Script outputs current weather data or 5 day forecast for selected city.
- Nenad Filipovic - Initial work - nenadfilipovic
This project is licensed under the MIT License - see the LICENSE file for details.