A module for MagicMirror2 that displays the daily Dilbert strip.
- A MagicMirror2 installation
- cheerio npm package
- Clone this repo into your
modules
directory. - Create an entry in your
config.js
file to tell this module where to display on screen. - Run
npm install -p cheerio
Example:
{
module: 'MMM-DailyDilbert',
position: 'bottom_bar',
config: {
updateInterval : 36000000
}
},
Option | Description |
---|---|
updateInterval |
Set to desired update interval (in ms), default is 3600000 (10 hours). |
Heavily inspired by the awesome MagicMirror plugin DailyXKCD.