apm1007 / MMM-quotes

Random Quote module for MagicMirror²

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Module: Quotes

This is a module for MagicMirror².

The MMM-quotes module displays a random quote from the following online quote-services:

Using the module

To use this module, add it to the modules array in the config/config.js file:

modules: [
	{
		module: 'MMM-quote',
		position: 'lower_third',
		config: {
			// The config property is optional.
			// See 'Configuration options' for more information.
		}
	}
]

Configuration options

The following properties can be configured:

  • services: array of service names (see above) to be used;
  • showAuthor: set to false if you do not want the author of the quote to be displayed;
  • updateInterval: interval between the quote updates; please note the free limits of the services used;
  • fadeSpeed: the duration of the fade-out animation;
  • classes: class list of the module; by default equals to medium bright;
  • authorClasses: class list of the author node; by default equals to small normal align-right.

About

Random Quote module for MagicMirror²

License:Apache License 2.0


Languages

Language:JavaScript 100.0%