Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jfeigel/mmm-what-to-wear

Show icons of clothes to wear, e.g. t-shirt and shorts, depending on the weather
https://github.com/jfeigel/mmm-what-to-wear

magic-mirror-modules magicmirror

Last synced: 29 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# MMM-what-to-wear

This is a module for the [MagicMirror²](https://github.com/MichMich/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:
```js
var config = {
modules: [
{
module: 'MMM-what-to-wear'
}
]
}
```