Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 955 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 955 Bytes

MMM-BoredDaily

Magic Mirror module to display the free Bored API.

Dependencies

Examples

name-of-you-image

name-of-you-image

Installation

  1. Clone this repo into your modules directory.
  2. cd into NextTrains
  3. npm install request
  4. 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"
     }
},

Config

Option Description
updateInterval Set to desired update interval (in seconds), default is 10 (10 seconds).