MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-Kermis

    Scheduled Pinned Locked Moved Utilities
    1 Posts 1 Posters 46 Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • htilburgsH Offline
      htilburgs
      last edited by htilburgs

      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.

      image image

      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 install 
      

      Update

      When you need to update this module:

      cd ~/MagicMirror/modules/MMM-Kermis
      git pull
      npm install
      

      Configuration

      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 to http://192.168.0.48:3001
      The Webinterface for MMM-Kermis will be loaded and you will be able to:

      image add Kermis
      image complete Kermis
      image delete Kermis
      image edit Kermis
      image 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

      (still trying to learn JS, but not afraid to ask and AI is my best friend) ☺

      1 Reply Last reply Reply Quote 0
      • 1 / 1
      • First post
        Last post
      Enjoying MagicMirror? Please consider a donation!
      MagicMirror created by Michael Teeuw.
      Forum managed by Sam, technical setup by Karsten.
      This forum is using NodeBB as its core | Contributors
      Contact | Privacy Policy