Skip to content

A MagicMirror module that displays Hungarian compliments from Udvaronc.hu.

License

Notifications You must be signed in to change notification settings

balassy/MMM-Udvaronc

Repository files navigation

MMM-Udvaronc

This is a module for the MagicMirror² to display Hungarian compliments from Udvaronc.

Screenshot

Default bow:

Default

Long compliment:

Default

For updates, please check the CHANGELOG.

Using the module

To use this module follow these steps:

  1. Clone this repository to the modules folder of your MagicMirror:
git clone https://github.com/balassy/MMM-Udvaronc.git
  1. Add the following configuration block to the modules array in the config/config.js file:
var config = {
  modules: [
    {
      module: 'MMM-Udvaronc',
      position: 'lower_third',
      config: {
        updateInterval: 3600000 // 1 hour in milliseconds
      }
    }
  ]
}

Configuration options

Option Description
updateInterval Optional The frequency of when the module should display a new compliment.

Type: int (milliseconds)
Default value: 3600000 milliseconds (1 hour)

Contribution

Although for operation this module does not depend on any other module (other than the request module used by MagicMirror itself), if you would like to contribute to the codebase, please use the preconfigured linters to analyze the source code before sending a pull request. To run the linters follow these steps:

  1. Install developer dependencies:
npm install
  1. Run all linters:
npm run

Got feedback?

Your feedback is more than welcome, please send your suggestions, feature requests or bug reports as GitHub issues.

Acknowledments

Many thanks to Udvaronc for creating this service, opening it for other platforms and providing it for free.

About the author

This project is created and maintaned by György Balássy.

About

A MagicMirror module that displays Hungarian compliments from Udvaronc.hu.

Resources

License

Stars

Watchers

Forks

Packages

No packages published