Magic Mirror module to display the free Bored API.
- A MagicMirror2 installation
- Clone this repo into your
modules
directory. - cd into NextTrains
npm install request
- Create an entry in your
config.js
file to tell this module where to display on screen.
Example:
{
module: 'BoredDaily',
position: 'bottom_bar',
config: {
updateInterval: "10"
}
},
Option | Description |
---|---|
updateInterval |
Set to desired update interval (in seconds), default is 10 (10 seconds). |