A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Subcategories

  • New upcoming features available in the beta branch will be announced here.

    16 Topics
    140 Posts
    @plainbroke yeh i had doubts about it
  • You have a cool idea for the core? Post it here.

    147 Topics
    787 Posts
    @Tammieda i am not the OP and i dont see how this would work. its been 7 years since the original discussion, and no example has been forthcoming anyhow the MagicMirror team is not working on this. anyone else is welcome to experiment and post issues
  • Think you found a bug? Check with others to see if it’s just you. Real bug reports can be submitted via GitHub.

    214 Topics
    1k Posts
    @sdetweil A few things: The main issue being: MagicMirror is now using a flat npm config, and the start scripts are handled differently, node --run start:x11 is not a valid Node.js command — unless you are using a custom wrapper or an internal script, this will fail silently or do nothing. As Crontab runs in a minimal environment, so any graphical (X11) application must explicitly export DISPLAY. Previously I had the command as DISPLAY=:0 npm start. Now, I had to export DISPLAY=:0 first and then start MM.
  • 95 Topics
    1k Posts
    @nwonnink this topic is old, but seems pretty comprehensive you have to setup some mechanism to run the sync on a schedule https://forum.magicmirror.builders/topic/5327/sync-private-icloud-calendar-with-magicmirror