Skip to content

tonymorris-MM/MMM-Dad-Jokes

 
 

Repository files navigation

MMM-Dad-Jokes

This is a module for the MagicMirror².

Random Dad Jokes... from https://icanhazdadjoke.com/

This was a learning exercise with node and Magic Mirror - feel free to do what you want with it.

Using the module

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

var config = {
    modules: [
        {
            module: 'MMM-Dad-Jokes',
            position: 'bottom_left', //Or wherever you want
            config: {
                updateInterval: 60000,
            }
        }
    ]
}

Configuration options

Option Description
updateInterval Required How often to grab an amazing joke! Default 1 minute)

About

Dad Joke module for Magic Mirror

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.2%
  • CSS 3.8%