https://github.com/SVendittelli/MMM-wordnik
MagicMirror Module for Word of the Day
https://github.com/SVendittelli/MMM-wordnik
Last synced: 12 months ago
JSON representation
MagicMirror Module for Word of the Day
- Host: GitHub
- URL: https://github.com/SVendittelli/MMM-wordnik
- Owner: SVendittelli
- Created: 2016-04-05T12:14:04.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-03-25T21:02:09.000Z (about 6 years ago)
- Last Synced: 2025-07-06T23:51:51.991Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 19
- Watchers: 3
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mmm - **MMM-Wordnik**
README
MMM-wordnik
===
[MagicMirror](https://github.com/MichMich/MagicMirror) Module to display the word of the day, its definition, and origin. Uses the wordnik API.
Dependancies:
---
* [python-shell](https://www.npmjs.com/package/python-shell) --- `npm install python-shell`
* [wordnik-python3](https://github.com/wordnik/wordnik-python3) --- `sudo pip install wordnik-py3`
Setup:
---
* Get an api key from [wordnik](http://developer.wordnik.com/).
* Add the following to your config:
````javascript
{
module: "MMM-wordnik",
position: "lower_third",
config: {
api_key: ""
}
}
````
TODO:
---
* Give examples? (Python is already capable)
* * _Clean up code_