Code Monkey home page Code Monkey logo

mmm-jeopardy's Introduction

MMM-Jeopardy

Experience the beloved game show that has captivated audiences for over four decades as it arrives on your Magic Mirror. Prepare yourself for an extensive collection of 156,800 captivating clues and answers from the show.

How it works

Immerse yourself in the familiar format of the game show, where each round begins with the presentation of a category and a corresponding value for the clue within that category. Once the clue is revealed, you are given a designated time-frame to provide your response before the answer is unveiled. The momentum continues as you swiftly transition to the next category and clue, ensuring a fast-paced, stimulating, and enjoyable experience. Prepare to be challenged, entertained, and educated all at once!

Examples

  • Screenshot of Question and then screenshot of Question with Answer

Installation

  • git clone https://github.com/f00d4tehg0dz/MMM-Jeopardy into the ~/MagicMirror/modules directory.

  • Uses the Jeopardy REST API https://github.com/f00d4tehg0dz/jeopardy-api

Config.js entry and options

{
  module: "MMM-Jeopardy",
  position: "top_right",             		// Works well anywhere
  config: {
      useHeader: false,                  // Set to True if you want a header shown
      header: "This is Jeopardy!",       // Text for Header. Only will show if useHeader is set to true in config
      maxWidth: "192px",                 // Stretch or constrain the whole container
      textAlignment: "right",            // Text alignment
      animationSpeed: 3000,              // How fast the text fades in and fades out. (e.g clue fades in and then fades out)
      initialLoadDelay: 4250,            // How soon the module loads on Magic Mirror startup, in milliseconds, 4.25 in seconds
      answerDisplayDuration: 20 * 1000,  // Duration in milliseconds to display the answer before moving to the next question (e.g 20 seconds) 
      nextQuestionDelay: 10 * 1000,      // Delay in milliseconds after displaying the answer before moving to the next question (e.g 10 seconds)
    }
},

Special thanks to SpaceCowboysDude and mykle1

mmm-jeopardy's People

Contributors

f00d4tehg0dz avatar

Watchers

 avatar

mmm-jeopardy's Issues

Config

can you please help with the times?
defaults: {
rotateInterval: 30 * 1000,
(what is this for?)
animationSpeed: 3000,
(is this 3 seconds?)
initialLoadDelay: 4250,
(can I decrease this?)
retryDelay: 5000,
(what is this?)
updateInterval: 60 * 60 * 1000
(what is this?)

I want to know which to change for how often the answers/questions are changed and how.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.