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
    785 Posts
    @sifuhall one thing pm2’s job is to keep the app running. so when the script ends it restarts in windows to spin off a separate task you use detach detach xxxx.bat in linux you use the & as last character xxx.sh & so if you choose to launch from one script # use port in config.js npm run server & # override port in config.js export MM_PORT=8090 npm run server & # override port in config.js export MM_PORT=8100 npm run server & there is nothing to keep the script running and pm2 will relaunch it just remove the last & and bash will wait for that command to end(never) pm2 will be happy
  • Think you found a bug? Check with others to see if it’s just you. Real bug reports can be submitted via GitHub.

    213 Topics
    1k Posts
    @kusselin you cannot run electron from root user without additional parameters you should logon as a normal user
  • 95 Topics
    1k Posts
    Hey - this script with vdirsyncer was working for years without any issues - recently i obersverd that my meetings are not shown any more - so i went to the console and entered “vdirsyncer discover” - and i am getting this error: warning: Failed to discover collections for iCloud, use -vdebug to see the full traceback. error: Unknown error occurred: 401, message=‘Unauthorized’, url=URL(‘https://caldav.icloud.com/.well-known/caldav’) I did check the iCloud API Keys - they are still there. Is anyone having the same issue? Does anyone know how to fix it?