MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. htilburgs
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    htilburgsH Offline
    • Profile
    • Following 0
    • Followers 3
    • Topics 26
    • Posts 244
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: obsession with modul checker

      @HeikoGr
      So now I put It in the MagicMirror folder?

      posted in Development
      htilburgsH
      htilburgs
    • RE: MMM-MyHomeWizard

      Update to v2.0.0

      In this updated version, the data is saved daily at 11:59 p.m. This makes it possible to see the current difference during a day.
      You can enable and disable this option via the showDeltaXXXX options in config.js.

      Module page: MMM-MyHomeWizard

      posted in Productivity
      htilburgsH
      htilburgs
    • RE: MagicMirror crash core.xxxx

      @sdetweil said in MagicMirror crash core.xxxx:

      Not unheard of

      hahahahaha ;-)

      posted in Troubleshooting
      htilburgsH
      htilburgs
    • RE: obsession with modul checker

      @HeikoGr
      Oké, clear. Thanks for the quick replys

      posted in Development
      htilburgsH
      htilburgs
    • RE: obsession with modul checker

      @HeikoGr
      So it is not possible to check all the modules in one run?
      I have to do it for each module?

      posted in Development
      htilburgsH
      htilburgs
    • RE: obsession with modul checker

      @HeikoGr said in obsession with modul checker:

      node scripts/magicmirror-check.mjs

      I tried it, but get an error

      ❌ Error: Cannot copy a FIFO pipe: cp returned EINVAL (cannot copy a FIFO pipe: /tmp/mm-module-checker-MagicMirror/modules/MagicMirror-----MagicMirrorOrg/.lgd-nfy0) /tmp/mm-module-checker-MagicMirror/modules/MagicMirror-----MagicMirrorOrg/.lgd-nfy0
      
      posted in Development
      htilburgsH
      htilburgs
    • RE: MagicMirror crash core.xxxx

      I rebooted my MagicMirror and the “problem” doesn’t appear anymore now. Hope it stays this way, but still wondering what has happened.

      posted in Troubleshooting
      htilburgsH
      htilburgs
    • MagicMirror crash core.xxxx

      My MagicMirror currently keeps crashing and generates core.xxxx files in the MagicMirror folder.
      When I open the file with gdb, I get this:

      gdb) core core.279811
      warning: Can't open file anon_inode:[io_uring] during file-backed mapping note processing
      [New LWP 279811]
      [New LWP 279819]
      [New LWP 279842]
      [New LWP 279818]
      [New LWP 279820]
      [New LWP 279812]
      [New LWP 279822]
      [New LWP 279841]
      [New LWP 279821]
      [New LWP 279824]
      [New LWP 279840]
      [New LWP 279830]
      [New LWP 279843]
      Reading symbols from /home/pi/MagicMirror/node_modules/electron/dist/electron...
      (No debugging symbols found in /home/pi/MagicMirror/node_modules/electron/dist/electron)
      [Thread debugging using libthread_db enabled]
      Using host libthread_db library "/lib/aarch64-linux-gnu/libthread_db.so.1".
      Core was generated by `/home/pi/MagicMirror/node_modules/electron/dist/electron js/electron.js --ozone-platform=wayland'.
      Program terminated with signal SIGSEGV, Segmentation fault.
      #0  0x000000556a30595c in uv.loop_interrupt ()
      [Current thread is 1 (Thread 0x7f94d2b020 (LWP 279811))]
      

      What is going on?

      posted in Troubleshooting
      htilburgsH
      htilburgs
    • RE: Swap 2 modules on loading 1 module

      @sdetweil I Will give both of them a look and let see what I come up with. Thanks for the reply.

      posted in Troubleshooting
      htilburgsH
      htilburgs
    • RE: MMM-MyTasklist

      @Getinthegames
      Thank you, that was the reason for me to create this module, simplicity.
      I didn’t need all the extras, just a simple list.

      posted in Utilities
      htilburgsH
      htilburgs
    • Swap 2 modules on loading 1 module

      Currently my mirror is full with the needed apps. I like to swap out one module on load of an other module.

      For example:
      Left under is Module A. When I start a number on Spotify my module MMM-OnSpotify pops up (as expected) but it goes over Module A that is already in the Left under corner.

      Question:
      Is there a way that let Module A temporary disappear, until MMM-OnSpotify disappears after stopping playing music on Spotify?

      Default situation:
      4095a27f-2f21-4611-8b70-b5b88906767e-image.png

      Situation with listening to Spotify:
      af02ae7b-553c-4165-8071-0fadf63fdcff-image.png

      posted in Troubleshooting
      htilburgsH
      htilburgs
    • 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.

      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

      posted in Utilities
      htilburgsH
      htilburgs
    • RE: MMM-MyTasklist

      @meikelrix @chrisfr1976
      MMM-MyTasklist is updated to v1.2.1 with correct language support in the Webinterface

      posted in Utilities
      htilburgsH
      htilburgs
    • RE: MMM-MyTasklist

      @chrisfr1976
      That was the reason for me to create this (Simple) module.
      Just this and nothing more.

      On my site, the language is saved in the tasks.json and reloaded when I reload the page. I have to check. I’m Currently in a short holliday, but if you can you can make an issue in github so I don’t forget. I come back to you.

      posted in Utilities
      htilburgsH
      htilburgs
    • RE: MMM-MyTasklist

      I Just published v1.2.0
      This is an update with EDIT possibility in the Webinterface

      posted in Utilities
      htilburgsH
      htilburgs
    • RE: MMM-MyTasklist

      @karsten13
      I know that is an option. The fast fix now is that I have changed the port to 8448

      posted in Utilities
      htilburgsH
      htilburgs
    • RE: MMM-MyTasklist

      @chrisfr1976
      Thank you 👍

      posted in Utilities
      htilburgsH
      htilburgs
    • RE: MMM-MyTasklist

      @sdetweil
      Oké, I didn’t know. Let me see in an hour.
      Is there a rule for the Ports? Which I can use or not use?

      posted in Utilities
      htilburgsH
      htilburgs
    • MMM-MyTasklist

      MMM-MyTasklist

      This a module for Magic Mirror².
      This displays a simple Tasklist, you can update through a web frontend.

      image

      image

      Installation

      Clone this repository in your modules folder, and install dependencies:

      cd ~/MagicMirror/modules 
      git clone https://github.com/htilburgs/MMM-MyTasklist.git
      cd MMM-MyTasklist
      npm install 
      

      Update

      When you need to update this module:

      cd ~/MagicMirror/modules/MMM-MyTasklist
      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-MyTasklist",
        position: "top_left",
        header: "MyTaskList",
        disabled: false,
        config: {
          tasksFile: "modules/MMM-MyTasklist/tasks.json",
          updateInterval: 300000,
          showCompleted: true,
          maxTasks: null
        }
      },
      

      Load Webinterface for updating the Tasklist

      Open a browser and type http://serverip address:8448
      So if for example you’re MagicMirror is on 192.168.0.48 then you go to http://192.168.0.48:8448

      The Webinterface for MyTasklist will be loaded and you will be able to:

      • choose language for the Webinterface
      • add tasks
      • complete tasks
      • delete tasks
      • edit tasks
      • move the order from tasks by drag-and-drop
      • filter on all, active or done tasks

      All the updates are instantly published on your Mirror

      NOTE:
      With a touchscreen you’re able to check the checkboxes on the Mirror to complete the task.

      All these changes are instantly published to the Webinterface

      Versions

      v1.0.0 - Initial release
      v1.1.0 - Update Look & Feel
      v1.1.1 - Change Webinterface port from 8123 to 8448
      v1.2.0 - Add possibility to edit the tasks in the Webinterface
      v1.2.1 - Update language selector didn’t work correct in Webinterface (always dutch after reload)

      posted in Utilities
      htilburgsH
      htilburgs
    • RE: MMM-Chores - Manage and keep track of your household Chores

      @PierreGode
      Tested and works. Thanks!

      posted in Utilities
      htilburgsH
      htilburgs
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 12
    • 13
    • 4 / 13