/MMM-MyWordOfTheDay

Magic Mirror module to display Wordnik's Word of the Day

Primary LanguageJavaScript

MMM-MyWordOfTheDay

This a module for MagicMirror.

This shows you Wordnik's Word of the Day.

Installation

  1. Navigate into your MagicMirror modules folder and execute
    git clone https://github.com/jclarke0000/MMM-MyWordOfTheDay.git.
  2. Enter the new MMM-MyWordOfTheDay directory and execute npm install.

Configuration

Option Description
apiKey REQUIRED
You need to get an API key from Wordnik.com: http://developer.wordnik.com/.
Type String

Sample Config

{
  module: "MMM-MyWordOfTheDay",
  position: "top_left",
  header: "Word Of The Day",
  config: {
    apiKey: "..." //private; don't share.
  }
}