A Chuck Norris joke generator
for MagicMirror module.
Currently there are ~600 jokes available.
Add MMM-chuck-joke
module to the modules
array in the config/config.js
file:
modules: [
{
module: 'MMM-chuck-joke',
position: 'top_right',
config: {
updateInterval: 300, // Seconds
fadeSpeed: 4, //Seconds
}
},
]
Copyright (C) 2017 by Christian Handorf with MIT License.