This is a module for the MagicMirror².
Show icons of clothes to wear, e.g. t-shirt and shorts, depending on the weather
To use this module, add the following configuration block to the modules array in the config/config.js
file:
var config = {
modules: [
{
module: 'MMM-what-to-wear'
}
]
}