Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mykle1/MMM-JEOPARDY
Spanning more than 40 years, the widely popular game show comes to your Magic Mirror. With more than 156,800 clues and answers from the show.
https://github.com/mykle1/MMM-JEOPARDY
Last synced: 22 days ago
JSON representation
Spanning more than 40 years, the widely popular game show comes to your Magic Mirror. With more than 156,800 clues and answers from the show.
- Host: GitHub
- URL: https://github.com/mykle1/MMM-JEOPARDY
- Owner: mykle1
- License: mit
- Created: 2017-06-07T02:09:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-15T05:40:50.000Z (almost 7 years ago)
- Last Synced: 2024-11-18T16:57:11.064Z (24 days ago)
- Language: JavaScript
- Homepage:
- Size: 93.8 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mmm - **MMM-JEOPARDY**
README
## MMM-JEOPARDY
Spanning more than 40 years, the widely popular game show comes to your Magic Mirror.
With more than *156,800* clues and answers from the show.## How it works
Just like the show, you are presented with a category and a value for the clue in that category.
The clue is given. You have a specified amount of time to respond before the answer appears.
Then it's on to the next category and clue.
Fast pace. Challenging. Educational. Fun!## Examples
* Before answer and after answer appears
![](pix/1.JPG), ![](pix/6.JPG)
* Annotated .css file included for aligning and coloring text and header.
* Don't want the picture? Hate Alex Trebec? css file will easily remove it.## Installation
* `git clone https://github.com/mykle1/MMM-JEOPARDY` into the `~/MagicMirror/modules` directory.
* No API needed!
## Config.js entry and options
{
module: 'MMM-JEOPARDY',
position: 'top_left', // Works well anywhere
config: {
useHeader: false, // true if you want a header
header: "This is Jeopardy!", // Any text you want
maxWidth: "250px", // Stretch or constrain according to region
animationSpeed: 3000, // New clue fades in and out
}
},
## Special thanks to SpaceCowboysDude