Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 674 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 674 Bytes

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