Skip to content

LeftBrainCreated/MMM-JustForTodayMeditation

Repository files navigation

MMM-JustForTodayMeditation

This is a module for the MagicMirror².

Narcotics Anonomous Just For Today Meditation Display for Magic Mirror2

Preview

Thanks to the BibleGateway module as it was used as a starting point.

Simple installation

Using Console, from /MagicMirror

cd modules

git clone https://github.com/LeftBrainCreated/MMM-JustForTodayMeditation.git

cd MMM-JustForTodayMeditation

npm i

Using the module

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

var config = {
  modules: [
		{
			module: 'MMM-JustForTodayMeditation',
			position: 'bottom_bar',
			config: {
				interval: 3 // refresh every x hours
				, retryDelay: 5000 // time in milliseconds
				, size: 'xsmall'
			}
		},
  ]
};

Configuration options

Option Description
interval Optional Refresh time, in hours Default is 3 hrs
retryDelay Optional When to try again, on failure
size Optional Size of text, default is

About

Magic Mirror module to display NA Just For Today Daily Meditation Header

Resources

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
LICENSE
MIT
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors