mykle1 / MMM-ATM

Another Trivia Module? Really?
MIT License
7 stars 1 forks source link

MMM-ATM

Another Trivia Module? Really?

How it works

There are multiple choice questions and "True or False" questions. You can choose NOT to have multiple choice answers displayed. That's a bit more challenging. You see the questions for 20 seconds and then the answer for 10 seconds, then it's on to the next question. There are many categories. See Category List below.

Installation

Config.js entry and options

{
    module: 'MMM-ATM',
    position: 'top_left',              // Works well anywhere
    config: {
    multipleChoice: "Yes",        // No = just the ? then the answer
    useHeader: true,              // true if you want a header
    header: "Not another trivia module!",   // Any text you want
    maxWidth: "250px",             // Stretch or constrain according to region
    }
},

Categories