Skip to content

toddsantoro/MMM-Chuck-Norris

Repository files navigation

MMM-Chuck-Norris

MMM-Chuck-Norris is a module for the MagicMirror².

Description

Magic Mirror Module that displays Chuck Norris Facts from the free public API Chuck Norris API that requires no API key. This project is my first module based on the MagicMirror Template and my project is completed.

Installation

To install this module simply clone git clone https://github.com/toddsantoro/MMM-Chuck-Norris.git this repository into your modules folder and run npm install inside of MMM-Chuck-Norris. Make sure to have Grunt installed npm install -g grunt-cli and you may have to use sudo npm install -g grunt-cli. Once that has completed run grunt inside of MMM-Chuck-Norris folder. Then add the config below to your MagicMirror/config/config.js file by entering this in the terminal nano ~/MagicMirror/config/config.js. Then run npm start in the MagicMirror folder and you will start to see Chuck Norris Facts every 20 seconds (default). To update from the module's folder simply enter git pull origin master and restart MagicMirror.

TODO: add a config variable to change the time between new facts.

Using the module

requiresVersionOfMagicMirror: "2.1.0"

To use this module, add the following configuration block to the modules array in the config/config.js file:

var config = {
    modules: [
        {
            module: "MMM-Chuck-Norris",
            position: "bottom_bar",
            header: "Chuck Norris Facts"
        }
    ]
}

Configuration options

Option Description
header Can be changed to any string or left blank: ' '

alt text

About

Magic Mirror Module that displays Chuck Norris Facts from the public API https://api.chucknorris.io/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published