This is a Magic Mirror module for the kids! Show them what to wear outside! It uses broadcasted weather data to show a boy wearing weather-suitable clothes. Please note dependencies below
- clone this module into your modules folder
git clone https://github.com/lavolp3/MMM-WeatherBoy.git
- Add it to your config.js
{
disabled: false,
module: 'MMM-WeatherBoy',
position: 'top_right',
config: {
height: 400,
randomColors: true,
}
},
Following options are configurable via above config:
Option | Default | Description |
---|---|---|
height |
400 |
Height of the module. Width will be autoset |
randomColors |
true | Color clothes randomly with every update |
brightness |
1.5 | Adjust brightness of the picture. Value of 1 is original brightness |
teint |
2 | Choose between teint colors. 1 is light, 5 is dark teint. |
debug |
false | Debug mode. Increases output to dev console. |
This module needs to receive weather data from weather modules via module notifications. Currently only MMM-DarkSkyForecast is supported.
Further support is planned for:
- built-in weather module
- my fork of MMM-forecast-io
If you have any suggestions or issues, let me know via an issue. Have fun!