This is a module for MagicMirror².
The MMM-quotes module displays a random quote from the following online quote-services:
favqs: FavQsforismatic_en: Forismatic (en)forismatic_ru: Forismatic (ru)- ... please send PRs if you know others
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'
}
}
]The following properties can be configured:
services: array of service names (see above) to be used;showAuthor: set tofalseif 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 tomedium bright;authorClasses: class list of the author node; by default equals tosmall normal align-right.