A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Fresh install MM2 RP3 wont start :(

    6
    0 Votes
    6 Posts
    3k Views
    P
    @ninjabreadman No i realy happy i got it working thanks everyone for all the help Alot of great support gong on in the forms Big Thumbs up to you all Thanks
  • Transfer to smaller SD card

    5
    0 Votes
    5 Posts
    3k Views
    C
    appreciate all the help here guys, going to try a few of these options out this afternoon Cheers
  • mp2 won"t start properly

    5
    0 Votes
    5 Posts
    2k Views
    yawnsY
    @dnzio You start the shell/terminal/bash either directly on the pi, via ssh (putty for example) or via vnc and either type or copy paste the command Then you press enter
  • Something is wrong ....

    19
    0 Votes
    19 Posts
    8k Views
    cruunnerrC
    I am glad u found out what causes your problem :D Yeah, the RPi is very limited in processor power. That is the reason, why some users went over to old laptops or small x86 solutions :)
  • PIR with a relay module

    1
    0 Votes
    1 Posts
    1k Views
    M
    So, as in this thread I am trying to use a PIR sensor that powers off my screen via a relay. I’ve had no luck so far. The module MMM-PIR-sensor works nicely as it should, as long as I don’t use relayPIN in the config.js. I also tried doing that via external python scripts, but somehow the relay doesn’t get triggered. Well, it clicks extactly once and that’s it. Has anyone managed to use a PIR sensor with a relay on a Raspberry Pi 3 B? If so, how did you do that? Edit: Btw, gpio -g write 27 0 or gpio -g write 27 1 do absoloutly nothing. Wiringpi v 2.44 is installed.
  • npm start and black screen

    5
    0 Votes
    5 Posts
    3k Views
    N
    @dexterbeng I would guess 15-30 seconds. pm2 has to detect that the process has terminated and restart. It depends on the polling interval for pm2 (which, as far as I can tell from their docs/issues, is 100ms, and cannot be changed – seems more frequent than I expected). Why are you killing mm with Ctrl+Q? Better to use pm2 restart mm or even pm2 start mm --watch which will also restart mm after file system changes (you may need to configure which directories to watch).
  • I need help with my magic mirror screen

    2
    0 Votes
    2 Posts
    1k Views
    Mykle1M
    @Areeba Rotating the screen requires that you edit the /boot/config.txt file. You simply need to add the following line to that file and save. display_rotate=1 Reboot.
  • magic mirror as a smart clock

    5
    0 Votes
    5 Posts
    3k Views
    N
    @MrRodz If you install MMM-Remote-Control and correctly configure the ipWhiteList, it will install a generic receiver to receive commands to your MM via a local HTTP GET request. You can then use an HTTP GET request like http://192.168.178.240:8080/remote?action=SHOW&module=module_0_MMM-GoogleMapsTraffic to trigger a module/action, switch profiles, or create your own custom actions. I’m terms of GPIO for your doorbell, see MMM-Buttons or MMM-PIR-Sensor. It seems to me you want to receive a GPIO event, switch profiles, and start a timer to later revert your profile to the original – that’s basically MMM-PIR-Sensor (movement, turn on screen, set timer to turn off).
  • This topic is deleted!

    4
    0 Votes
    4 Posts
    35 Views
  • Browser access in LAN not working

    5
    0 Votes
    5 Posts
    4k Views
    E
    I can confirm that address: "localhost" does not allow access from LAN. That is specifying the interface. So it need to be an interface facing your ethernet/wlan, i.e. “0.0.0.0” (any iface).
  • Failure of v2.2.0

    15
    0 Votes
    15 Posts
    9k Views
    lavolp3L
    @carltonb said in Failure of v2.2.0: Install went fine, but again crashed when I tried to use this command. It crashes at the same point every time. See the file generation after I start the installer in the first post. Where exactly does it crash? I can’t follow you. I also can’t find the error in the pasted code above. Does it just stop where the code stops and not go on?
  • Calendar and Newsfeed stop Updating after 1-2 hours

    3
    0 Votes
    3 Posts
    2k Views
    kwyjibo089K
    Not sure if this applies to you, but I had problems with updating the calendar. Turns out I had to change the wifi channel -> https://forum.magicmirror.builders/topic/4193/calendar-not-updating-after-changing-to-wifi-ssid/3
  • After upgrade (v2.1.1) multiple calendars not displaying

    6
    0 Votes
    6 Posts
    4k Views
    lavolp3L
    @Mitch1138 said in After upgrade (v2.1.1) multiple calendars not displaying: Edit this file: /home/pi/MagicMirror/node_modules/rrule-alt/lib/rrule.js Go to line 56 or search for the first occurance of “ORDINAL_BASE” and change this line: ORDINAL_BASE: new Date(1970, 0, 1), ORDINAL_BASE: new Date(1000, 0, 1), (set it to a lower year like 1900, I used 1000) Then restart your magic mirror This resolved the same problem for me. Thanks!
  • 0 Votes
    2 Posts
    1k Views
    K
    The PIR-Module doesn’t work correctly. I got a tip to change in the module directory and enter npm install. I did it, the module was rebuild and so the MM works. Thank you.
  • WunderGround Icons Fonts and Spacing

    2
    1
    0 Votes
    2 Posts
    1k Views
    M
    Sorry the arrows didn’t post to pict. Looking to make the sunrise/sunset icons orange. Trying to increase size of EL PASO, TX at top (header) Want to remove the total rainfall 0in column Trying to reduce gap between high and low temps Thanks
  • Use node_helper.js functionality in config file

    callback button
    1
    0 Votes
    1 Posts
    1k Views
    F
    Hi, I am building an app with different buttons which the user can define for them selfes what happens when they are pressed. This information is located in the configuration array: config = { button : { name : "bla", callback : function(){} } } and the class organnizing it has a refrence to that button and subscribes to the click event and triggers said callback when clicked. How can I use module.sendSocketNotification in this configuration for the button callback?
  • Error in config file when adding modules, looking for another set of eyes

    5
    0 Votes
    5 Posts
    2k Views
    E
    Wow, thanks for these replies everyone. Blows my mind how it was just basically missing just a few “small,” to me, pieces. Hard to pick those out, need to step my game up and hit up CodeAcademy. JSHint is perfect! That will help me out a TON! And @RandomNoise, thank you for that idea, going to make it MUCH easier to browse and modify files that way! You guys rock thanks, what a great community
  • keep running against a wall

    11
    0 Votes
    11 Posts
    5k Views
    Mykle1M
    @noiz13 said in keep running against a wall: can i use normal debian would that be better? You sure can. I use ubuntu on my old laptops. It works perfectly for MM.
  • Two instances running if using pm2 start script

    2
    0 Votes
    2 Posts
    2k Views
    N
    Hi @veitk, Follow the instructions here: https://forum.magicmirror.builders/topic/6233/modules-not-always-loading/
  • Modules not always loading

    12
    2
    0 Votes
    12 Posts
    11k Views
    NathanWilcoxN
    Great shout @randomnoise! Removed the pm2 mm as per @ninjabreadman’s instructions and restarted MagicMirror and everything loads perfectly! Can’t thank you all enough!