Skip to content

jeepdrvr71/M5Dial-Weather-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

M5Dial Weather Tracker 🌤️

A smart, rotary-controlled weather dashboard built for the M5Stack M5Dial.

Features

  • Rotary Navigation: Use the dial to scroll through a master list of cities.
  • Favorites System: Save up to 5 favorite cities to quick-access memory using the touchscreen.
  • Smart Screensaver: Automatically cycles through your favorite cities, your home location, and the current time if left idle for 15 seconds.
  • NTP Time Sync: Accurate network time protocol integration.

Hardware Required

Software Dependencies

Install these via the Arduino Library Manager:

  • M5Dial by M5Stack
  • ArduinoJson by Benoit Blanchon

Setup Instructions

  1. Get a free API key from OpenWeatherMap.
  2. Rename secrets_template.h to secrets.h.
  3. Enter your Wi-Fi SSID, Password, and OpenWeather API key into secrets.h.
  4. Open M5Dial_Weather_Tracker.ino and change const String currentLocation = "Wixom"; to your actual home city.
  5. Compile and upload to your M5Dial!

Usage

  • Turn Dial: Scroll through cities.
  • Press Dial: Fetch weather for the selected city.
  • Hold Dial (1 sec): Swap between "All Cities" and "Favorites" lists.
  • Tap Screen (+ Add Fav): While viewing a city's weather, tap the yellow button to save it.

Copyright (c) 2026 J Botica

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Weather App using the M5Stack M5Dial. First attempt at using the M5Dial. Any help to improve would be greatly appreciated.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors