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

    Solved
    7
    0 Votes
    7 Posts
    3k Views
    Mykle1M
    @Quesada said in Removing lines: I’m talking about the bottom line of WEATHER title. Individual modules. .WEATHER-MODULE-NAME-HERE header.module-header { border-bottom: none; } I made a mistake (because I didn’t test) on the second direction I made above. I corrected it but here it is again. All modules! This one is easier to use. header { border-bottom: none; } These absolutely work. Please post your custom.css file if they do not.
  • npm install error

    Unsolved
    4
    -1 Votes
    4 Posts
    813 Views
    S
    @mikeymac02 do npm install -g npm May have to use sudo in front
  • Flashing and green lines after couple of minutes

    Solved flashing screen issue
    4
    0 Votes
    4 Posts
    2k Views
    Q
    @bhepler Thanks! Switching away from the fake driver seems to fix it.
  • Camera capture cannot be performed on the Magic Mirror.

    Solved
    5
    4
    0 Votes
    5 Posts
    2k Views
    E
    @Sean thank you!
  • capture.py in MMM-Facial-Recognition-Tools error

    Unsolved
    1
    0 Votes
    1 Posts
    972 Views
    E
    https://forum.magicmirror.builders/topic/6345/facial-recognition-module-step-by-step-guide Referring to the above link, I was following the guidelines. But while following the guide, an error occurred in the Python capture.py part. I am trying to run capture.py but getting this Error. I am using a webcam… python capture.py Traceback (most recent call last): File “capture.py”, line 18, in import lib.capture as capture File “/home/pi/MagicMirror/modules/MMM-Facial-Recognition-Tools/lib/capture.py”, line 12, in from builtins import input ImportError: No module named builtins python3 capture.py Traceback (most recent call last): File "capture.py", line 18, in import lib.capture as capture File "/home/pi/MagicMirror/modules/MMM-Facial-Recognition-Tools/lib/capture.py", line 21, in from . import config File "/home/pi/MagicMirror/modules/MMM-Facial-Recognition-Tools/lib/config.py", line 15, in (CV_MAJOR_VER, CV_MINOR_VER, mv1, mv2) = cv2.__version__.split(".") ValueError: not enough values to unpack (expected 4, got 3) Then im tring to sudo pip install future --upgrade, I modified the code in config.py from CV_MAJOR_VER, CV_MINOR_VER, mv1, mv2 = cv2.version.split(“.”) to CV_MAJOR_VER, CV_MINOR_VER, type = cv2.version.split(“.”) try: python3 capture.py // python capture.py success!! I’m still worried. Is there anything wrong with it later?
  • Question to MMM-Swipe (Simon089) and MMM-Pages and MMM-page-indicator

    4
    0 Votes
    4 Posts
    2k Views
    J
    I will try that now. Looking forward to seeing it in action.
  • Thank you very much, could you tell us more about the installation?

    Unsolved
    2
    0 Votes
    2 Posts
    690 Views
    S
    @deemedia follow the manual install steps, described in the GitHub repo readme
  • Updated OS. MM no longer starts

    Unsolved
    8
    0 Votes
    8 Posts
    2k Views
    bheplerB
    @Myst - The installation script from the GitHub repository uses pm2 to start Magic Mirror. The pm2 application starts and monitors a script in the /home/pi/MagicMirror folder named run-start.sh. If the script crashes/exits for any reason, pm2 will detect it and restart that script.
  • This topic is deleted!

    Solved
    1
    0 Votes
    1 Posts
    5 Views
  • No sound from my RPi 3 B.

    Solved
    16
    0 Votes
    16 Posts
    7k Views
    B
    I have sound! Thanks for all the help. What I did, after I read some the links provided, I decided to format another SD card and reload all my programs and I got sound. Then I compared the two SD card files and found that the original card had a file called AIY Project Voice, this program overwrote some of the files and change the parameters for output, apparently my grandson downloaded it thinking he was helping. Now all is good and I’ve learned a lot with every ones help. Thanks again.
  • config error

    Moved
    11
    0 Votes
    11 Posts
    4k Views
    S
    @BandNerd1002 no… from the MagicMirror folder as I said From the mm folder run npm config:check mm is short for MagicMirror… tired of typing it out all day long
  • How do I increase display size once Magic Mirror loads?

    9
    0 Votes
    9 Posts
    7k Views
    S
    @ceddirr there are two minus keys on most keyboards… the keypad area and next to the equal sign ( us keyboard)
  • Rainbow screen

    Unsolved
    2
    4
    0 Votes
    2 Posts
    769 Views
    S
    sadly, usually means there is a problem with the sd card… if u have another linux system , you might be able to repair it with fsck, maybe…
  • MMM-MyWeather by martinkooij doesn't work...

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    S
    @Isid0r great… can u mark your issue resolved… thx
  • is it working well about Multi RSS News Feed?

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    P
    @sdetweil said in is it working well about Multi RSS News Feed?: http://feeds.bbci.co.uk/news/world/rss.xml Thank you so much. I found what was wrong at my side. My problem was that News contents was older than others’ since my RSS address I want to see was not latest. After I change new RSS, I can see News alternatively.
  • Core dump causing black screen

    Unsolved
    9
    0 Votes
    9 Posts
    2k Views
    M
    @sdetweil I am already getting core dumps generated so I have the file. I had see the nodejs postmortem debugging and I can get a stack trace from the core file but so far I have not been able to identify which module was active at the time from it. Doing more research shows that this may be related to MMM-WallPaper which I am using. I found https://github.com/kolbyjack/MMM-Wallpaper/issues/3 that seems to match my symptoms exactly. I’m removing that module and will test it a few days and see what happens.
  • Instead of the monitor turning on and off is there a way to just have a black screen?

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    S
    @dxfan227 this is what I use https://motion-project.github.io/ my module references how to config it
  • Installation of Magicmirror failed!

    Unsolved
    2
    0 Votes
    2 Posts
    878 Views
    bheplerB
    First, please use the markdown features of the board when posting errors & code. Second, what version of Node and npm are you running? npm -v node -v
  • How to go back to Pi homepage

    Moved
    6
    0 Votes
    6 Posts
    3k Views
    S
    @bhepler that’s why I said minimze the mm UI. Back to the desktop, then all works… Then put mm UI back on screen by selecting it from the Task bar or alt tab
  • black screen

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    bheplerB
    @MichaelKim - We’re going to need more information than that. So answer some questions, if you please: Was this a new installation or upgrading from a previous version of Magic Mirror? If you point a web browser at your Pi’s network address, does it show anything or just a black page? Is there anything in the pm2 logs that says “error”? Have you tried stopping the Magic Mirror process and manually running “npm start dev”?