Skip to content

Lavve/MMM-WeatherOutfit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MMM-WeatherOutfit

A module for MagicMirror² that presents appropriate outfit depending on current outside temperature received from Otto Paulsen's outstanding MQTT module.

Installation

  1. Clone this repository into MagicMirror/modules/ inside your MagicMirror² folder.
cd ~/MagicMirror/modules
git clone https://github.com/Lavve/MMM-WeatherOutfit
  1. Add the module to your MagicMirror² config.js
{
  module: "MMM-WeatherOutfit",
  header: "Today's outfit",
  position: "top_left",
  config: {
    topic: "outside/temperature",
  },
},

Configuration

Specify the topic from where the temperature is received from

Configuration Default Type Description
topic "" string MQTT topic of your choice

Note: You also need to add broadcast: true on the specific topic in the configuration for MMM-MQTT.

Collaborate

Pull requests, translations and suggestions for improvements are more than welcome.

Donations

Buy me a beer if you like my modules! ❤️

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published