Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jfeigel/mmm-sight-words
Sight Words for the Magic Mirror
https://github.com/jfeigel/mmm-sight-words
magic-mirror-modules magicmirror
Last synced: 29 days ago
JSON representation
Sight Words for the Magic Mirror
- Host: GitHub
- URL: https://github.com/jfeigel/mmm-sight-words
- Owner: jfeigel
- License: mit
- Created: 2017-06-26T14:48:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-30T15:41:59.000Z (over 7 years ago)
- Last Synced: 2024-10-29T23:33:54.243Z (2 months ago)
- Topics: magic-mirror-modules, magicmirror
- Language: JavaScript
- Size: 17.6 KB
- Stars: 0
- 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-sight-words
This is a module for the [MagicMirror²](https://github.com/MichMich/MagicMirror/).
Displays a daily word from [Sight Word](http://www.sightwords.com/) based on the age group set in the config.
## 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-sight-words',
config: {
// See below for configurable options
}
}
]
}
```## Configuration options
| Option | Description
|----------------- |-----------
| `group` | *Optional* Age group of words to display
**Type:** `string`
Default `"prek"`
Valid options `"prek"`, `"kindergarten"`, `"first"`, `"second"`, `"third"`, `"noun"`