Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jfeigel/mmm-what-to-wear
- Owner: jfeigel
- License: mit
- Created: 2017-06-30T02:06:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-30T15:43:40.000Z (over 7 years ago)
- Last Synced: 2024-10-29T22:11:11.638Z (2 months ago)
- Topics: magic-mirror-modules, magicmirror
- Language: JavaScript
- Size: 19.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
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'
}
]
}
```