/MMM-what-to-wear

Show icons of clothes to wear, e.g. t-shirt and shorts, depending on the weather

Primary LanguageJavaScriptMIT LicenseMIT

MMM-what-to-wear

This is a module for the MagicMirror².

Show icons of clothes to wear, e.g. t-shirt and shorts, depending on the weather

Using the module

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'
        }
    ]
}