MMM-wordnik icon indicating copy to clipboard operation
MMM-wordnik copied to clipboard

MagicMirror Module for Word of the Day

MMM-wordnik

MagicMirror Module to display the word of the day, its definition, and origin. Uses the wordnik API.

Dependancies:

Setup:

  • Get an api key from wordnik.
  • Add the following to your config:
{
	module: "MMM-wordnik",
	position: "lower_third",
	config: {
		api_key: "<YOUR API KEY>"
	}
}

TODO:

  • Give examples? (Python is already capable)
    • Clean up code