A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-PIR-Sensor doesn't work

    1
    0 Votes
    1 Posts
    922 Views
    ?
    Hello, I have problems with the MMM-PIR-Sensor Module. I cloned it in my module-folder and installed it. The Output from the Sensor is plugged at pin22 of the raspberryPi. The sensitivity is almost rotated to left. Also the Delay time. The Relay is plugged at pin23 of the RaspberryPi. module: “MMM-PIR-Sensor”, config: { sensorPIN: 22, powerSavingDelay: 5, relayPIN: 23, relayOnState: 1, } powerSavingDelay is 5 seconds, so I don’t need to wait to long while testing at startup the raspberry, the Relay is switched off, after a short while it is switched on. But it is independent of the PIR-Sensor. Also if I take away the PIR-Sensor and plugg the PIN22 directly to 5V, GND, the Relay doesn’t switch.
  • Configure MMM-Weatherunderground

    7
    0 Votes
    7 Posts
    6k Views
    G
    I know this big Tower :-)
  • Calendar help - won't post

    7
    0 Votes
    7 Posts
    3k Views
    E
    Thank you. I appreciate the checking. I ended up re-running the install script and it worked. I have no idea but am very happy. Now that I know not to mess with the modules, it is much easier.
  • Disable ipWhitelist

    4
    0 Votes
    4 Posts
    2k Views
    Mykle1M
    @greda said in Disable ipWhitelist: Thank you so much Mukle1. Cheers!
  • Update MMM-MyCommute

    2
    0 Votes
    2 Posts
    1k Views
    G
    Sorry i find : git pull !!!
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    30 Views
  • Starting MM on Reboot

    4
    0 Votes
    4 Posts
    3k Views
    Mykle1M
    @termeric said in Starting MM on Reboot: Thanks, i needed to execute the command All is well. You’re welcome, mate. :-)
  • MM-Dublin-Bus

    2
    0 Votes
    2 Posts
    2k Views
    C
    I’m using the module and I have been able to get it working, try this in the config.js { module: “MMM-Dublin-Bus”, position: “bottom_left”, config: { stopNumber: 111, updateInterval: 10, mode: “dom” } }
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    770 Views
  • MMM-Facial-Recognition seems to run only once

    5
    0 Votes
    5 Posts
    3k Views
    P
    @d00my Does it work now? I think I have an similar problem with the PiCam. I start the Magic Mirror and after selecting the camera nothing is happend. It doesn’t try do recognizie any user. I reinstalled all, and it worked ONCE… now I have the same problem like bevor. I tried intervall: 1, 2 and 5.
  • MMM-Carousel showPageControls not visible

    2
    0 Votes
    2 Posts
    2k Views
    A
    I just came across this post while also looking for a way to do this. After not finding any answer by searching, I decided to look at the css files included with this module and see if I could figure it out. I’m a new at this, but easily found the lines to make changes at for displaying the pointer visibility: in MMM-Carousel.css, make the following changes (in Bold): … .control label { z-index: 0; display: none; text-align: center; line-height: 50px; position: relative; width: 50px; height: 50px; left: 33%; /* Center in .control div: this.width / .control.width; / top: 33%; / Center in .control div: this.height / .control.height;; */ font-size: 50px; color: #FFF; cursor: pointer !important; opacity: 0.5; } /Increase brightness when directly over/ .control label:hover { opacity: 1.0; } …
  • newfeed is not updated.

    2
    0 Votes
    2 Posts
    1k Views
    Mykle1M
    @wireshark In most cases, this occurs when adding a newfeed. Have you added a newsfeed? Did the problem start afterwards? Does the default NY Times (by itself) exhibit this behavior?
  • Move the bottom_bar a little higher

    5
    0 Votes
    5 Posts
    3k Views
    N
    That’s awesome thank you. Last question and this possibly does need a. We post! Any idea how I’d hide the white border around iframe?
  • 0 Votes
    4 Posts
    4k Views
    V
    Hi Jeff thanks for your reply and help! Now I will skip the stopping process and directly go for shutdown. Greetings Lukas
  • Rebuild the system

    1
    0 Votes
    1 Posts
    1k Views
    ArzegA
    Hey guys, i have more a question than a problem. I want to rebuild the system because i do many changes in different folder (sounds and config). But these folders arent in the MM folder. Now my question can i copy the full MM folder, save him, rebuild the system and paste the mm folder in the new system? or need the mm folder some “installation Connections” (paths) to the folders outside from the mm folder. Hope u guys can help, Greets Arzeg
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    12 Views
  • Magic Mirror Display

    3
    0 Votes
    3 Posts
    3k Views
    C
    Ok so now I had to stop the instance of magic mirror running and restart with the command you noted, which worked, but now i cant see the magic mirror on the remote session, just the blank desktop isnt there a way to switch between desktop and MM display, like using shift-tab? also can you explain what the command means and why some has to be in all caps
  • After update to newest version = Black screen

    7
    0 Votes
    7 Posts
    4k Views
    Mykle1M
    @CGwaltney try: DISPLAY=:0 npm start or DISPLAY=:0 nohup npm start &
  • MMM-Fhem: Error "Cannot read property 'Results' of undefined"

    2
    0 Votes
    2 Posts
    2k Views
    M
    maybe I add the module creator :-) @BenRoe
  • Bash install command doesn't execute

    5
    0 Votes
    5 Posts
    3k Views
    Mykle1M
    @heed Try git clone https://github.com/MichMich/MagicMirror.git If that is successful: cd MagicMirror npm install