Kreshnik / MMM-JokeAPI

A MagicMirror module that shows jokes from the JokeAPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"
    }
}

Preview

Screenshot

Configuration options

Option Description
category The list of module names that are controlled by this module.
Possible values:
1. Programming
2. Miscellaneous
3. Dark
4. Any

Type: string
Default value: Programming
fetchInterval How often (in milliseconds) a new joke should be fetched.

Type: number
Default value: 10 * 1000

Credits

MagicMirror²: MagicMirror²
JokeAPI: JokeAPI

About

A MagicMirror module that shows jokes from the JokeAPI


Languages

Language:JavaScript 86.3%Language:CSS 13.7%