A module for MagicMirror² that presents appropriate outfit depending on current outside temperature received from Otto Paulsen's outstanding MQTT module.
- Clone this repository into
MagicMirror/modules/
inside your MagicMirror² folder.
cd ~/MagicMirror/modules
git clone https://github.com/Lavve/MMM-WeatherOutfit
- Add the module to your MagicMirror²
config.js
{
module: "MMM-WeatherOutfit",
header: "Today's outfit",
position: "top_left",
config: {
topic: "outside/temperature",
},
},
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.
Pull requests, translations and suggestions for improvements are more than welcome.
Buy me a beer if you like my modules! ❤️