A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Solar-Edge module causes black screen

    Unsolved
    3
    0 Votes
    3 Posts
    696 Views
    S
    @sdetweil Thank you! After several hours I finally have things back to working. Whew. For others working on SolarEdge, first, I had to obtain an API key and Site ID from SolarEdge, but to do that, I had to request that my installer reach out to them to give permission. Next I got this to work by using the https://github.com/bertieuk/MMM-SolarEdge module. After cloning (git clone https://github.com/bertieuk/MMM-SolarEdge from the module folder), I had to do npm install request. Note, this is deprecated, so it may break again. After that, I am back in business. Hope this can save you the HOURS I just spent. Whew.
  • Losing display output after 5 minutes

    Unsolved
    14
    0 Votes
    14 Posts
    4k Views
    S
    @danjvd valid-url see https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later
  • MMM log files. Where are they hiding?

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    S
    @gregorywest pm2 = node process manager (version 2) it is used to start processes on boot, and also keep them running, if they fail my install script prompts if u want to use it… and I also provide a separate script to enable it if u change your mind. I don’t know how to edit the system files for services on all the platforms I use or come in contact with (and don’t WANT to know) pm2 is the same on every platform . (including windows) the good news is it captures the content from the thing it started and lets u examine it live… (and saves it for after the fact)
  • MMM-Calendar-EXT2

    Solved
    2
    0 Votes
    2 Posts
    426 Views
    D
    I figured it out. had to modify the .js file for the calendar, nothing in my config or css worked. but in doing so was able to better design the mirror better
  • MagicMirror [pm2-pi.service: Start operation timed out. Terminating]

    Unsolved
    2
    0 Votes
    2 Posts
    427 Views
    S
    @panos what is in the other log from .pm2 folder?
  • Problems after Update

    Unsolved
    17
    0 Votes
    17 Posts
    1k Views
    Dotmatrix812D
    I tried this, but same problem with sample config. SD-Card is in there fro the beginning, at max one year… Will try a new one, but have to get one first ;-) Maybe this is the solution. Thanks, I will come back to you. If it’s not the SD I will try to connect the keyboard and check the DEV Console for errors.
  • MMM-Buttons

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    J
    @fozi - Thanks will check if a resistor does the trick - if not I order a gesture sensor
  • MagicMirror and a SoGo Calendar.

    Unsolved
    2
    0 Votes
    2 Posts
    513 Views
    S
    @gregorywest you need to use some tool to export the sogo calendar to ics format see the recent module https://forum.magicmirror.builders/topic/15648/mmm-caldav?_=1637631939670 a Google search says u can use caldav to do it
  • Blackscreen after MM Update to 2.17.1

    Unsolved
    3
    0 Votes
    3 Posts
    519 Views
    S
    @msulzer see https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later
  • Blank screen on start when installing modules

    Unsolved
    3
    0 Votes
    3 Posts
    643 Views
    S
    @natebrown i don’t think it applies here at the moment (unless there was a mistake in the module installation and it overlayed some MM files) delete MagicMirror/node_modules and redo npm install in the MagicMirror folder but see this https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later
  • Error on update to MM 2.11.0

    Solved
    32
    0 Votes
    32 Posts
    9k Views
    K
    @sdetweil glad to help ;-)
  • GoogleAssistant, Raspotify and bluetooth audio...

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    S
    @djboob66 Spotify itself worked flawless - regardless where I started it. It simply used any other audio (my monitor since it unfortunately has some crappy speakers inside) and did not wanted to use my BT-Audio at all.
  • How do I properly uninstall magic mirror on raspberry pi 4

    Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    S
    @r3d6 yes, deleting the folder is deleting the product if u said yes to pm2, them pm2 status and pm2 delete xx where xx is the number or name of the entry
  • wont boot into start screen

    Unsolved
    4
    0 Votes
    4 Posts
    666 Views
    S
    @miridini no sorry. for all the work, I’d just build another SD card and copy my mm folder over
  • How do I delete a module?

    Unsolved
    2
    0 Votes
    2 Posts
    699 Views
    S
    @r3d6 open a terminal window ctrl-alt-t cd ~/MagicMirror/modules rm -rf xxxxx where xxxxx is the module you have installed and now want to delete. exact letter case matters foo is not the same as Foo on Linux then do cd ~/MagicMirror/config nano config.js use the arrow keys on the keyboard to move up and down, left and right find the entry module:"xxxxx`, where xxxxx is the module u want to delete move the cursor to the right end of that line hit the enter key type disabled:true, hit Ctrl-o hit enter hit ctrl-x you will be back at the terminal window prompt do cd ~/MagicMirror you can now restart MagicMirror however you do that npm start or pm2 restart read the two links in my signature below we did the disable approach cause it’s the easiest to do, and requires the least amount of content format knowledge.
  • npm update

    Unsolved
    3
    1
    0 Votes
    3 Posts
    753 Views
    D
    @raf thank you for your advice now, i can use npm version 6.14.15
  • Unable to update

    Solved
    7
    0 Votes
    7 Posts
    583 Views
    S
    Oh crap. Love a new setup. Anyways thank you a lot für your quick and helpful support!
  • MMM-PublicTransportBerlin only displays "Loading..."

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    kaiK
    …thank you very much, @sdetweil :clapping_hands_light_skin_tone:
  • MMM-GoogleTasks problems with MMM-Pages

    2
    0 Votes
    2 Posts
    595 Views
    D
    I was having the same problem - this fixed it for me: bug… missing data, when display is requested do this edit MMM-GoogleTasks.js change line 37 from this.tasks; to this.tasks= {};
  • IPhone won't respond to Remote Control link , any help is appreciated.

    Unsolved
    1
    0 Votes
    1 Posts
    260 Views
    JayIVJ
    Hello, fellow builders! I’ve successfully downloaded https://github.com/Jopyth/MMM-Remote-Control module and made the changes in the configuration to accept all IPs ( port: 8080 , ipWhiteList: [] , etc.) but the http://[insert IP address]:8080/remote.html link keeps timing out. I’ve searched around this forum and others to find where I’ve gone wrong with no success. Below I’ve attached pictures of my display and the messages I got from searching the link in both Google and Safari (This is my first time posting here so please bear with me if I didn’t upload the images properly). I’d really like to figure this out so I can show my folks when I go home for the holidays. Any and all help is both welcomed and appreciated! ![2_1636613345513_MMLink.jpg](Uploading 100%) ![1_1636613345513_LinkErrorGC.jpg](Uploading 100%) ![0_1636613345512_LinkErrorSafari.jpg](Uploading 100%)