Skip to content

A module for MagicMirror2 that displays the daily Calvin and Hobbes comic.

Notifications You must be signed in to change notification settings

rahultadak/MMM-CalvinAndHobbes

Repository files navigation

MMM-CalvinAndHobbes

A module for MagicMirror2 that displays the daily Calvin and Hobbes comic.

Manual install

  • (1) Clone this repository in your modules folder, and install dependencies:
cd ~/MagicMirror/modules # adapt directory if you are using a different one
git clone https://github.com/rahultadak/MMM-CalvinAndHobbes.git
cd MMM-CalvinAndHobbes
npm install
  • (2) Add the module to your config/config.js file.
{
    module: 'MMM-CalvinAndHobbes',
	position: 'middle_center',
	config: {
        invertColors: false, // Optional, default: false
        grayScale: false, // Optional, default: false
        updateInterval: 1000 * 60 * 60 * 12, // 12 Hr
    }
},

Screenshot

MMM-CalvinAndHobbes Screenshot

About

A module for MagicMirror2 that displays the daily Calvin and Hobbes comic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published