tv-quotes
is a module for the MagicMirror that shows a random quote from some popular TV shows.
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
}
}
]
'tv-quotes' contains quotes from the following shows:
shows: ["archer", "doctorwho", "futurama", "kingofthehill", "invaderzim", "thesimpsons"];
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 |