A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Odroid C1+ warnings at the end of the installation

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    I
    It may be related with the fact that i’m root. I’ll try the following npm install --unsafe-perm to see if it works
  • This topic is deleted!

    Unsolved
    2
    2
    0 Votes
    2 Posts
    75 Views
  • Error Installing Dependencies Permission Denied

    Unsolved
    8
    0 Votes
    8 Posts
    4k Views
    bheplerB
    @buckgup It installed into desktop because that’s the folder you were in when you ran the git command. So: cd /home/pug git clone https://github.com/MichMich/MagicMirror.git cd MagicMirror npm install
  • Installing USB Soundcard using seperate USB Mic

    Unsolved
    12
    0 Votes
    12 Posts
    8k Views
    MrCoffeeM
    I reinstalled the whole system using another SD-card. Now I can use the seperate USB-Mic and the audio Out comes from the other USB-Soundcard. After that I installed all my modules like MMM-Podcast. I played the video and … sound comes from the audio jack again:-( However the usb mic and alexa are still working fine. It is just MMM-Podcast which uses the audio jack. How can that be? I installed the dependecies especially the omxplayer. But that can´t be the reason, or what do you think? lsusb Bus 001 Device 004: ID 0d8c:013c C-Media Electronics, Inc. CM108 Audio Controller Bus 001 Device 005: ID 0d8c:0014 C-Media Electronics, Inc. Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub aplay -l **** Liste der Hardware-Geräte (PLAYBACK) **** Karte 0: Device_1 [USB Audio Device], Gerät 0: USB Audio [USB Audio] Sub-Geräte: 1/1 Sub-Gerät #0: subdevice #0 sudo nano ~/.asoundrc pcm.!default { type asym playback.pcm "plughw:0" capture.pcm "plughw:1" } ctl.!default { type hw card 0 } Do you have an idea? Seems like I am almost there. Thanks.
  • MM2 on Synology NAS

    Unsolved nas synology
    1
    0 Votes
    1 Posts
    1k Views
    D
    Hi all, I’m trying to install MM on my synology. The steps I already performed: Install nodejs on synology Install MM in serveronly mode Copied config file and tried to whitelist IP address I now can access the page on xxx.xxx.x.x./MagicMirror/ but i get an error that the config file is missing although it is available. If I look at the console error I see that http://xxx.xxx.x.x./socket.io/socket.io.js is not loading. I already tried to change this to a CDN pointed location, with no luck. I’m kidda stuck here, can anybody help me on the way? Cheers,
  • MM not loading on startup or manually

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    justjim1220J
    @awephuk I think you might be able to rebuild MM… cd MagicMirror npm rebuild it takes a few minutes, but that is one thing that has helped me in the past fix several different errors. Also, you can re-install the MM and your modules, especially the last one you added prior to getting this error… Start with the last module… cd modules/[last-module-name] >>> npm install Then run the npm install with MM. Or, the npm rebuild then restart MM Also, try rebooting the Pi by shutting it off, then turn it back on. (works better to help fix errors than using restart)
  • current weather feels 185F!!!

    Unsolved
    7
    0 Votes
    7 Posts
    3k Views
    Mykle1M
    @maxbachmann Ahh, I didn’t realize that the feels like temp was being calculated manually. I thought it was coming directly from the api. My bad. [image: 1526696346743-21.png]
  • Faster Reload after changing config.js

    Solved
    7
    0 Votes
    7 Posts
    8k Views
    Mykle1M
    @justjim1220 Allllllllllrighty then! :-)
  • Midori white screen (Raspberry Pi Zero W)

    Solved
    6
    0 Votes
    6 Posts
    4k Views
    strawberry 3.141S
    @meyraa from what i heard in the forum here, the users of the pi zero reported all that midori is the only browser on this pi that has no performance issues. The advantage of the chromium browser is that it is completely compatible, as electron internally uses the chromium project.
  • Blackscreen after changing custom.css

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    J
    ty for the code. Sadly it didn’t help. It’s so weird, I set the whole css and config folder back to master-version and I still get a black screen. That are the only two folders I touched so far. I think the only way I can fix this is to reinstall everything.
  • midori cant connect to localhost

    11
    0 Votes
    11 Posts
    11k Views
    M
    @bbdv I had the same problem. Midori has problems with ES6 and the arrow functions. I just deinstalled Midori and installed chromium-browser. You can rewrite the startMidori.sh #!/bin/sh unclutter & xset -dpms # disable DPMS (Energy Star) features. xset s off # disable screen saver xset s noblank # don’t blank the video device chromium-browser --no-sandbox --disable-infobars --start-maximized --noerrdialogs --kiosk --incognito http://localhost:8080 If you want you can rename startMidori.sh to startChromium.sh, but don’t forget to rename it in the startMagicMirror.sh too. My startMagicMirror.sh looks like this: #! /bin/bash cd ~/MagicMirror node serveronly & sleep 45 sudo xinit /home/pi/startMidori.sh
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    94 Views
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    1 Views
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    8 Views
  • This topic is deleted!

    Unsolved
    1
    3
    0 Votes
    1 Posts
    20 Views
  • Raspberry 2 clean install showing as black screen

    Unsolved
    8
    0 Votes
    8 Posts
    3k Views
    A
    @sdetweil said in Raspberry 2 clean install showing as black screen: npm remove electron npm install electron@1.7.9 I will have to try that. Thank you! My fix had been to install another web browser and use that. Electron’s built-in browser seemed to always show a black screen.
  • Weather module not getting shown

    15
    0 Votes
    15 Posts
    9k Views
    idoodlerI
    @michaels It looks like you don’t use pm2 to run MagicMirror. How did you install MagicMirror, did you use the automatic installation?
  • TypeError: curr.start.toISOString is not a function

    34
    0 Votes
    34 Posts
    33k Views
    M
    it does not :-(
  • Cant run npm start or npm install on my macbook air please help

    Unsolved
    4
    2
    0 Votes
    4 Posts
    3k Views
    piedanielP
    Need to install X-Code on your mac. If not, you will not able to run the app.
  • email module: Update of Emails stops

    Unsolved
    1
    0 Votes
    1 Posts
    724 Views
    C
    I am using the email module together with an gmx.net account (not gmail). So far everything works okay but after some hours (sometimes a day) it stops showing new E-Mails. I think that might be caused by the fact that the provider (gmx in this) drops the IMAP session and thus no new email push is received. Also tried with other providers and it shows similar behaviour. Is there a way to invoke a manual update in intervals? Or sending a notification to re-connect / re-establish the session? I tried using the schedule module to send a LISTEN_EMAIL notification but nothing happens.