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

Posts

Recent Best Controversial
  • RE: Adds Blocking Posts

    @karsten13 Understood. Will do the add blocker thingy…

    posted in Forum
    M
    mumblebaj
    24 days ago
  • RE: Starting MM Crontab

    @sdetweil Yep, only MM update. Let me try start: node --run start:x11 and see what happens.

    posted in Bug Hunt
    M
    mumblebaj
    25 days ago
  • RE: Starting MM Crontab

    @sdetweil in my user, crontab -e. It worked just fine until I updated my mirror this morning. I don’t use pm2 on my installation for my own reasons… 😉

    posted in Bug Hunt
    M
    mumblebaj
    25 days ago
  • RE: Starting MM Crontab

    @KristjanESPERANTO Sorry, typo, it is lower x. It start when I manually run npm start. When I manually run node --run start:x11 it works fine. When I manually run the script ./mm.sh it works fine. When calling it from the cron nothing. In my log I see the command node --run start:x11 but MM does not launch.

    posted in Bug Hunt
    M
    mumblebaj
    25 days ago
  • Adds Blocking Posts

    Hi,

    Is there anything that can be done about the add at the bottom left of the Forum? It is blocking the posts. This was gone for a while but is now back and is a nuisance.
    3d78aba1-400f-422c-a951-175296e01886-image.png

    posted in Forum
    M
    mumblebaj
    25 days ago
  • Starting MM Crontab

    Hi.

    I have been using crontab to start my MM for ages and it has always worked well. After updating it no longer seems to work. cron calls a script that has the following.

    cd ~/MagicMirror
    DISPLAY=0 npm start
    

    Now, I have seen that it is suggest to use node --run start:X11 going forward and I have updated my start script with same but that does not seem to work either.

    So my mm.sh now looks like,

    cd ~/MagicMirror
    DISPLAY=0 node --run start:X11
    

    But as mentioned, this does not work.

    Any ideas?

    posted in Bug Hunt
    M
    mumblebaj
    25 days ago
  • RE: MMM-Growatt

    @nowayto Hi. That sounds more like something else. Have you checked the logs to see if you see any errors during the time when there is no update? Let me know if you see anything.

    The retry will try 3 times, first after 1000 milliseconds and and then at 2000 milliseconds and the last time at 3000 milliseconds and will return a warning. The next time it will try is at the refresh interval which is whatever value you have set.

    You can update if you want to check this out. You can let me know if you experience any issues.

    I am thinking about making the retry interval configurable but not sure if it is warranted at the moment.

    posted in Utilities
    M
    mumblebaj
    Jun 27, 2025, 1:33 PM
  • RE: MMM-Growatt

    v2.2.0 Upgrade

    I have decided to refactor the code to make it a little easier to manage

    • Update growatt library to latest
    • Added helper functions
    • Add a connection retry in cases where connection to the Growatt server is down or interrupted
    • Add better error handling

    Current users do NOT have to update to the latest version unless you want to be on the latest version.

    If you do decide to upgrade and experience any issues, please open an issue on the MMM-Growatt Github page.

    The same updates were applied to the MMM-Growatt-Stats module. If you update and experience any issues please open a ticket at the MMM-Growatt-Stats Github page.

    posted in Utilities
    M
    mumblebaj
    Jun 26, 2025, 4:25 PM
  • RE: MMM-WOTD

    @Niggich Glad it is working for you now.

    posted in Education
    M
    mumblebaj
    Jun 11, 2025, 4:45 PM
  • RE: MMM-WOTD

    @Niggich Have you also check for any errors in the Dev console (shift + ctrl + i)

    posted in Education
    M
    mumblebaj
    Jun 11, 2025, 4:34 PM
  • 1 / 1
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