A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-Kermis
-
MMM-Kermis
This a module for Magic Mirror².
This displays the Carnivals (Kermis), you can add, update and delete through a webinterface.
This module is only available in Dutch.
Installation
Clone this repository in your modules folder, and install dependencies:
cd ~/MagicMirror/modules git clone https://github.com/htilburgs/MMM-Kermis.git cd MMM-Kermis npm installUpdate
When you need to update this module:
cd ~/MagicMirror/modules/MMM-Kermis git pull npm installConfiguration
Go to the MagicMirror/config directory and edit the config.js file.
Add the module to your modules array in your config.js.{ module: "MMM-Kermis", position: "top_left", header: "Mijn Kermissen", disabled: false, config: { refreshInterval: 60 * 1000 // 1 minuut } },Load Webinterface for updating the Carnivals (Kermissen)
Open a browser and type
http://serverip address:3001
So if for example you’re MagicMirror is on 192.168.0.48 then you go tohttp://192.168.0.48:3001
The Webinterface for MMM-Kermis will be loaded and you will be able to:add Kermis
complete Kermis
delete Kermis
edit Kermis
sort Kermis information
All the updates are instantly published on your Mirror
Versions
v1.0.0 - Initial release
v1.1.0 - Update for Chromium, install fonts-noto-color-emoji
