Skip to content

rmrustem/MMM-quotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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-quotes',
		position: 'lower_third',
		config: {
			// The config property is optional.
			// See 'Configuration options' for more information.
			// Example:
			classes: 'large bright',
			authorClasses: 'medium normal align-right'
		}
	}
]

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²

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published