MagicMirror Module to display the word of the day, its definition, and origin. Uses the wordnik API.
- python-shell ---
npm install python-shell
- wordnik-python3 ---
sudo pip install wordnik-py3
- Get an api key from wordnik.
- Add the following to your config:
{
module: "MMM-wordnik",
position: "lower_third",
config: {
api_key: "<YOUR API KEY>"
}
}
- Give examples? (Python is already capable)
-
- Clean up code