Skip to content

Micropython application to show the current temperature from openweathermap on a TM1637 LED display

License

Notifications You must be signed in to change notification settings

afabian80/nodemcu-weather

Repository files navigation

nodemcu-weather

Configuration

Sample config.json:

{
  "api_key": "1234567890abcdefghijkl1234567890",
  "location": "Budapest,hu",
  "wifi": {
    "ssid": "my wifi",
    "password": "my password"
  }
}

About

Micropython application to show the current temperature from openweathermap on a TM1637 LED display

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published