Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrecarlucci/MMM-DailyDilbert
A module for MagicMirror2 that displays the daily Dilbert strip.
https://github.com/andrecarlucci/MMM-DailyDilbert
Last synced: 22 days ago
JSON representation
A module for MagicMirror2 that displays the daily Dilbert strip.
- Host: GitHub
- URL: https://github.com/andrecarlucci/MMM-DailyDilbert
- Owner: andrecarlucci
- License: mit
- Created: 2018-03-27T00:05:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-13T08:50:44.000Z (about 3 years ago)
- Last Synced: 2024-08-05T10:10:42.176Z (4 months ago)
- Language: JavaScript
- Size: 50.8 KB
- Stars: 10
- Watchers: 4
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mmm - **MMM-DailyDilbert**
README
# MMM-DailyDilbert
A module for MagicMirror2 that displays the daily Dilbert strip.## Dependencies
* A [MagicMirror2](https://github.com/MichMich/MagicMirror) installation
* [cheerio](https://github.com/cheeriojs/cheerio) npm package## Installation
1. Clone this repo into your `modules` directory.
2. Create an entry in your `config.js` file to tell this module where to display on screen.
3. Run `npm install -p cheerio`
**Example:**
```
{
module: 'MMM-DailyDilbert',
position: 'bottom_bar',
config: {
updateInterval : 36000000
}
},
```## Config
| **Option** | **Description** |
| --- | --- |
| `updateInterval` | Set to desired update interval (in ms), default is `3600000` (10 hours). |Heavily inspired by the awesome MagicMirror plugin [DailyXKCD](https://github.com/Blastitt/DailyXKCD).