Skip to content

A MagicMirror module that shows jokes from the JokeAPI

Notifications You must be signed in to change notification settings

alexbergsland/MMM-JokeAPI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MagicMirror² JokeAPI module

This is a module for MagicMirror²; the purpose of the module is to show you jokes from the JokeAPI.

Installation

  1. Clone this repository into your MagicMirror modules folder.
  2. Edit your configuration file under config/config.js with the following configuration.
{
    module: 'MMM-JokeAPI',
    position: 'middle_center',
    config: {
        category: "Programming"
    }
}

The following categories are available

  1. Programming
  2. Miscellaneous
  3. Dark
  4. Any

Preview

Screenshot

Credits

MagicMirror²: MagicMirror²
JokeAPI: JokeAPI

About

A MagicMirror module that shows jokes from the JokeAPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.3%
  • CSS 13.7%