MMM-wordnik
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:
- python-shell ---
npm install python-shell - wordnik-python3 ---
sudo pip install wordnik-py3
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