/MMM-sight-words

Sight Words for the Magic Mirror

Primary LanguageJavaScriptMIT LicenseMIT

MMM-sight-words

This is a module for the MagicMirror².

Displays a daily word from Sight Word 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:

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"