A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • PIR-Sensor detecting motion even when there's no movement

    2
    0 Votes
    2 Posts
    2k Views
    KirAsh4K
    I don’t have a PIR sensor to fiddle with … however, why are you setting pin 3 HIGH, and as an OUTPUT? If it’s to power the PIR sensor board, don’t, use either pin 1 or 17, those have a constant 3v3 on them (or if you know your sensor can tolerate 5V, use pins 2 or 4). If it’s to read from the PIR sensor, it needs to be set as an INPUT pin so it can detect when the sensor triggers it.
  • Calendar won't finish loading

    Unsolved
    6
    0 Votes
    6 Posts
    3k Views
    J
    @KirAsh4 I’ve gotten it running in kiosk mode, but the calendar might not work on it. If it doesn’t I’ll just get rid of it.
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    17 Views
  • Google API

    2
    0 Votes
    2 Posts
    2k Views
    S
    I solved the problem on my own. I needed a Browser API
  • Problems with new Modules-> allways loading

    2
    0 Votes
    2 Posts
    2k Views
    S
    Hi guys, I solved the problem. I had the wrong API Key. Somethings are easy afterwards…
  • Module WunderGround problem

    9
    0 Votes
    9 Posts
    5k Views
    S
    Hello guys, thank you for your help. I thought I have always to run npm install. Now I´m a little bit smarter. Only run npm install when the author it´s write. Sebastian
  • Error during installation ("

    4
    0 Votes
    4 Posts
    4k Views
    B
    @amanzimdwini Thank you ! I will try ASAP ! @KirAsh4 Yes, you have right ! I just tried to install in ‘root’, thinking it could possibly solve the problem ;)
  • Creating a FAQ

    1
    0 Votes
    1 Posts
    1k Views
    MichMichM
    Since we get a lot of recurring questions on this forum, and on GitHub, it might be a good idea to create a FAQ in the wiki on GitHub. This FAQ should answer questions like: “Which PIs are supported”, “How to update”, “How to install modules”, etc … Of course, this is a lot of work, so it would be awesome if someone could make a start … :) https://github.com/MichMich/MagicMirror/wiki/FAQ Suggestions for good FAQ questions are also welcome!
  • NPM restart issue

    9
    0 Votes
    9 Posts
    6k Views
    KirAsh4K
    Sleep? Is there a definition for that? :) To note: the npm process starts up Electron in kiosk mode on the rpi. Electron is simply a browser, which then loads the localhost address to MM². So if you know your rpi’s address on your network, you can load it up anywhere through a browser. In case you haven’t seen it, I posted how my (development) setup is, and it hints at doing just that with a remote browser: https://forum.magicmirror.builders/topic/265/my-setup-or-how-crazy-i-am
  • Installing MM2

    20
    0 Votes
    20 Posts
    19k Views
    KirAsh4K
    Right. If you had followed the guide, you would’ve noticed that nowhere does it talk about using a client to connect and perform the various commands. You need to access it with a keyboard attached anyway to do the initial configuration before you can connect remotely, so rather than introduce another variable (having someone install something else), I opted not to do that. That said, I’ll make a note in the guide. When connecting remotely, you must run the command as: $ DISPLAY=:0 npm start
  • iCal parsing bug?

    6
    0 Votes
    6 Posts
    3k Views
    KirAsh4K
    @mbalfour said in iCal parsing bug?: The main difference is that I want the ical events to show up on the monthly calendar view, and it looks like you’re displaying an “empty” calendar, right? Correct. That was the request made, a plain and simple calendar without any bells and whistles. My new first priority is to finish off a module that lets us text message the display to display a notification to the family (“Went out to buy groceries be back in an hour”). :) The base concept is that it shows the summary of the latest gmail message an account receives, since you can text gmail accounts. Guess it’s possible other people might find other reasons to want that too… Make sure you make it that only allowed numbers can text that e-mail, otherwise you may end up with spam messages.
  • Weather forecast from current location/calendar location

    11
    0 Votes
    11 Posts
    8k Views
    mochmanM
    I updated this module page with a step-by-step’ish guide on how to install and configure the module. Let me know if you run into any issues. Since the module pulls lat/long data in JSON format from a file, you could just manually edit that file to update your location. This is in case you don’t want to use the GPS tracker on your phone. What this means is that if you want to tweak the code, you could just have a file on your raspberry pi, or somewhere else on your home network that the lat/long is pulled from instead of setting up a website.
  • News feed - RSS feed doesn't want to load

    1
    2 Votes
    1 Posts
    2k Views
    A
    Hi everyone, I have recently build a MM and I’m very happy with it, thank you all. Everything works fine except that I have an issue with my first one RSS feed. it doesn’t want to load. I know it doesn’t load because it’s not a XML file but how can I solve this problem ? First one : http://www.legorafi.fr/feed/ Second one : http://www.lesoir.be/feed/Actualité/Belgique/destination_principale_block Thank you very much for your comments. Nicolas :)
  • 0 Votes
    2 Posts
    3k Views
    Wilco89W
    @derekhuffman disable fullscreen (f11)
  • Fresh install

    6
    0 Votes
    6 Posts
    3k Views
    KirAsh4K
    That likely happened because the respective node fetchers didn’t start when you first tried it. Killing the app and restarting it would’ve fixed that … and by rebooting the pi, you accomplished the same thing.
  • Header and Title Module Color Change

    3
    0 Votes
    3 Posts
    5k Views
    H
    Brilliant, thanks for pointing that out, greatly appreciated. Works as you said
  • npm do not start!

    6
    0 Votes
    6 Posts
    4k Views
    MitchfarinoM
    @Neokamikaze The zero isn’t supposed at the moment, is it? @KirAsh4
  • iFrame not displaying correctly

    5
    0 Votes
    5 Posts
    4k Views
    MichMichM
    It’s using Electron. As far as I know that’s based on chromium.
  • Raspberry Pi B+; Problems with the autostart of browser

    5
    0 Votes
    5 Posts
    4k Views
    Wilco89W
    Only follow some instuctions, because raspberry pi (1) is not supported.
  • Google Calendar repeatingCount

    1
    0 Votes
    1 Posts
    1k Views
    A
    I can’t figure out how how set up the displayRepeatingCountTitle ( see https://github.com/MichMich/MagicMirror/tree/master/modules/default/calendar) “inside” my Google Calendar. Googeling RepeatingCount + “Google Calendar” shows that others want this to work too; I recall seeing it on some showcase mirror? Anyway, I suspect I need to fiddle with my GoogleCalendar rather than my MM setup? Thanks