Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
/ MMM-Weather Public archive

MagicMirror module that displays current weather conditions the clean way

Notifications You must be signed in to change notification settings

timvonwerne/MMM-Weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MagicMirror Module: Weather

MMM-Weather is a module for MagicMirror that shows current weather conditions in a cleaner way than the default one. It's UI is heavily inspired by Max Braun's Smart Mirror Project (which is also the source for the icons.).

Screenshot of the Weather module

Usage

Setup

Clone this module into your MagicMirror's modules directory and install dependencies:

cd modules
git clone https://github.com/timvonwerne/MMM-Weather

then add the module to your MagicMirror's configuration. Here is an example:

/* MagicMirror/config/config.js */
{
    /* ...your other config here */

    modules: [

        /* ...your other modules here */

        {
            module: "MMM-Weather",
            header: "",
            position: "top_left",
            config: {
                apiKey: String,
                locationID: Number,
                updateInterval: Number,
                animationSpeed: Number
            }
        }
    ]
}

Sources / Inspiration

About

MagicMirror module that displays current weather conditions the clean way

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published