This is a module for the MagicMirror².
Narcotics Anonomous Just For Today Meditation Display for Magic Mirror2
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
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'
}
},
]
};| 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 |
