Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SVendittelli/MMM-wordnik
MagicMirror Module for Word of the Day
https://github.com/SVendittelli/MMM-wordnik
Last synced: about 2 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-03-25T21:02:09.000Z (almost 5 years ago)
- Last Synced: 2024-08-04T10:02:42.943Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 18
- Watchers: 4
- 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_