brianholley / tv-quotes

MagicMirror module for tv quotes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MagicMirror Module: tv-quotes

tv-quotes is a module for the MagicMirror that shows a random quote from some popular TV shows.

Installation and configuration

Clone this repository in your ~/MagicMirror/modules/ folder

git clone https://github.com/brianholley/tv-quotes

Then add it to the modules list in the MagicMirror config/config.js file:

modules: [
    {
        module: 'tv-quotes',
        position: 'middle_center',
        config: {
            // By default quotes are selected from all shows
            // See the section below for defaults and configuration options 
        }
    }
]

Shows

'tv-quotes' contains quotes from the following shows:

shows: ["archer", "doctorwho", "futurama", "kingofthehill", "invaderzim", "thesimpsons"];

Configuration options

Config setting name Description Default value
shows The array of shows to pick from All shows (see Shows list)
timeShown How long is a quote shown (in seconds) 60 seconds
fadeSpeed How long does it take to fade a quote in/out (in seconds) 2 seconds

About

MagicMirror module for tv quotes

License:MIT License


Languages

Language:JavaScript 100.0%