A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • No voice detection within program

    Unsolved
    4
    0 Votes
    4 Posts
    758 Views
    S
    @toastybot there are modules that support Amazon Alexa and Google Assistant voice interactions MMM-Alexa And MMM-AssistantMk2 There may be others. I have used both of these, with MMM-Hotword in front
  • Intermittent `localhost err_connection_refused` error on browser

    Unsolved
    1
    0 Votes
    1 Posts
    674 Views
    J
    Hello! I know there are many articles addressing this already, but I haven’t found one to work yet so hoping someone can shed new light. MM 2.7.0 on an RaspberryPi Zero W and chromium MM was working after initial setup, I was tweaking modules just to get my initial layout all set (occasionally getting the “please use a config.js” message, fixing my js then it worked again… So now the issue: Twice now after pm2 restart mmrestart from just changing config.js I get the browser page that the Site can't be reached... localhost refused to connect 1st time it happened I started going back through the whole setup again doing npm install, etc and nothing worked. I was just about to burn the whole thing down when… Finally after one more sudo reboot after no changes… it just worked. This time, it’s not coming back yet. tail -n 50 ~/.pm2/logs/mmstart-out.log: wm_set_cursor_visibility: visible using XCreateFontCursor Starting MagicMirror: v2.7.1 Loading config ... Loading module helpers ... No helper found for module: alert. Initializing new module helper ... Module helper loaded: updatenotification No helper found for module: clock. Initializing new module helper ... Module helper loaded: MMM-CalendarExt Loading module helpers ... No helper found for module: alert. Initializing new module helper ... Module helper loaded: updatenotification No helper found for module: clock. Initializing new module helper ... Module helper loaded: MMM-CalendarExt Whoops! There was an uncaught exception... MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection? If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues wm_set_cursor_visibility: visible using XCreateFontCursor Starting MagicMirror: v2.7.1 Loading config ... Loading module helpers ... No helper found for module: alert. Initializing new module helper ... Module helper loaded: updatenotification No helper found for module: clock. Initializing new module helper ... Module helper loaded: MMM-CalendarExt Loading module helpers ... No helper found for module: alert. Initializing new module helper ... Module helper loaded: updatenotification No helper found for module: clock. Initializing new module helper ... Module helper loaded: MMM-CalendarExt Whoops! There was an uncaught exception... MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection? If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues nmap -A -T4 localhost: Starting Nmap 7.40 ( https://nmap.org ) at 2019-04-24 06:55 EDT Nmap scan report for localhost (127.0.0.1) Host is up (0.0021s latency). Other addresses for localhost (not scanned): ::1 Not shown: 998 closed ports PORT STATE SERVICE VERSION 22/tcp open ssh (protocol 2.0) | fingerprint-strings: | NULL: |_ SSH-2.0-OpenSSH_7.4p1 Raspbian-10+deb9u4 | ssh-hostkey: | 2048 66:12:9f:31:9f:17:1c:07:1e:f4:73:e5:66:95:ea:1a (RSA) |_ 256 17:08:1d:39:a9:ff:3f:1d:5a:66:c7:2a:e6:36:78:5f (ECDSA) 111/tcp open rpcbind 2-4 (RPC #100000) | rpcinfo: | program version port/proto service | 100000 2,3,4 111/tcp rpcbind |_ 100000 2,3,4 111/udp rpcbind 1 service unrecognized despite returning data. If you know the service/version, please submit the following fingerprint at https://nmap.org/cgi-bin/submit.cgi?new-service : SF-Port22-TCP:V=7.40%I=7%D=4/24%Time=5CC040A8%P=arm-unknown-linux-gnueabih SF:f%r(NULL,29,"SSH-2\.0-OpenSSH_7\.4p1\x20Raspbian-10\+deb9u4\n"); Service detection performed. Please report any incorrect results at https://nmap.org/submit/ . Nmap done: 1 IP address (1 host up) scanned in 23.12 seconds /etc/hosts/: 127.0.0.1 localhost ::1 localhost ip6-localhost ip6-loopback ff02::1 ip6-allnodes ff02::2 ip6-allrouters 127.0.1.1 juddpi sudo iptables -L --verbose: Chain INPUT (policy ACCEPT 0 packets, 0 bytes) pkts bytes target prot opt in out source destination Chain FORWARD (policy ACCEPT 0 packets, 0 bytes) pkts bytes target prot opt in out source destination Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes) pkts bytes target prot opt in out source destination Any help is greatly appreciated. Thanks, all!
  • MMM-MirrorMirrorOnTheWall module error

    Unsolved
    3
    0 Votes
    3 Posts
    866 Views
    richland007R
    @Julia Same here …been working on it for a year…other people have gotten it to work though i can’t for some reason :( … look some pages back from the last one here https://forum.magicmirror.builders/topic/8569/mmm-mirrormirroronthewall-installation-issue/131?page=14
  • This device is not allowed to access your mirror.

    Unsolved
    10
    0 Votes
    10 Posts
    4k Views
    S
    @dxfan227 that shouldn’t matter. The message the OP posted comes from server.js after checking the ipWhitelist config variable
  • 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
    835 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
    999 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
    715 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
    805 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
    3k 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.