This is a module for the MagicMirror² to display Hungarian compliments from Udvaronc.
Default bow:
Long compliment:
For updates, please check the CHANGELOG.
To use this module follow these steps:
- Clone this repository to the
modules
folder of your MagicMirror:
git clone https://github.com/balassy/MMM-Udvaronc.git
- 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
}
}
]
}
Option | Description |
---|---|
updateInterval |
Optional The frequency of when the module should display a new compliment. Type: int (milliseconds) Default value: 3600000 milliseconds (1 hour) |
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:
- Install developer dependencies:
npm install
- Run all linters:
npm run
Your feedback is more than welcome, please send your suggestions, feature requests or bug reports as GitHub issues.
Many thanks to Udvaronc for creating this service, opening it for other platforms and providing it for free.
This project is created and maintaned by György Balássy.