Skip to content

MagicMirror module that displays a random quote from the Simpsons television show

License

Notifications You must be signed in to change notification settings

acastruc/MMM-Simpsons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMM-Simpsons

A module for MagicMirror2 that displays the a random Simpsons quote. Uses https://thesimpsonsquoteapi.glitch.me

Dependencies

Installation

  1. Clone this repo into your modules directory.
  2. Create an entry in your config.js file to tell this module where to display on screen.

Example:

 {
    module: 'MMM-Simpsons',
	position: 'bottom_bar',
	config: {
		updateInterval : 36000000
	}
 },

Config

Option Description
updateInterval Set to desired update interval (in ms), default is 3600000 (10 hours).

Heavily inspired by the awesome MagicMirror plugin [DailyDilbert]. I barely added anything here except call the different rest api, so full credit to DailyDilbert module.

About

MagicMirror module that displays a random quote from the Simpsons television show

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published