A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Black screen after installation on Pi 2 model B V1.1

    13
    0 Votes
    13 Posts
    9k Views
    P
    @strawberry-3-141 Ah!Now I get it. Thank you very much for your help. :-)
  • RPi or MM or MP or MA?

    1
    0 Votes
    1 Posts
    861 Views
    ?
    ok, hit a roadblock RPI won’t be powerful enough to even be the bridge for the google visual world implementation (essentially data visualisation), i now have Thoughts? :- Mac Book Air :- Mac Book Pro 2012 :- Purchase a Mac Mini Now as the prototype for working out the software and hardware i have a feeling the Mac Book Pro would be a better use permanently as the hardware is actually 13 and SSD driven, and having no screen ideal for the use of running the system from also a powerful benchmark for future proofing the module additions.
  • Dumb Question

    6
    0 Votes
    6 Posts
    3k Views
    ?
    Thanks since worked it out, was meant to remove the topic, but thanks for answering (actually i’m currently playing on the mac, awaiting the hardware (RPi).
  • Locked/Unlocked icon on screen

    13
    0 Votes
    13 Posts
    10k Views
    ?
    Does amazon echo work in conjunction with magic mirror?
  • MMM-PIR Problems switching ON

    1
    0 Votes
    1 Posts
    1k Views
    D
    Hi, i have some issue with the PIR Module. It worked for testing a couple of month but now under productive operation it doesn’t :( The Screen is switched off and on correctly but after a unspecified time it doesn’t switch it on anymore, it stays black. Sometimes after an hour sometimes after a couple of minutes. The PIR itself is working correctly as i discovered, i’m also getting it’s state under FHEM and there i can see the relaible functionality of it. As i can see on the screen it doesn’t get any video input anymore. Only rebooting the PI2 will fix it. I’m not sure where to search :( Some startup log entrie doesn’t show anything. > magicmirror@2.0.0 start /home/pi/MagicMirror > electron js/electron.js Loading config ... Loading module helpers ... Initializing new module helper ... Initializing new module helper ... No helper found for module: alert. No helper found for module: clock. Initializing new module helper ... No helper found for module: compliments. No helper found for module: currentweather. No helper found for module: weatherforecast. Initializing new module helper ... All module helpers loaded. Starting server op port 8080 ... Server started ... Connecting socket for: MMM-FHEM Connecting socket for: MMM-PIR-Sensor Connecting socket for: calendar Starting node helper for: calendar Connecting socket for: newsfeed Starting module: newsfeed Sockets connected & modules started ... Launching application.
  • First Steps

    8
    0 Votes
    8 Posts
    5k Views
    strawberry 3.141S
    @geeflaxx there must be something wrong with your whole setup. i would personally go and do it again with this instructions https://forum.magicmirror.builders/topic/236/complete-setup-tutorial
  • Complete noob here

    13
    0 Votes
    13 Posts
    13k Views
    ?
    Ok now appears to be working…
  • Clock does not load Config section

    clock config configuration problem
    2
    0 Votes
    2 Posts
    3k Views
    B
    Please post your config.js file so that we may take a look at it. Please remember to use the markdown features of the forum while you’re at it. :)
  • Calendar Module: How to declare local calendar

    13
    0 Votes
    13 Posts
    12k Views
    B
    Okay, thanks to @strawberry-3-141 expert advice, I have it up and running. The code he gave me is good, the JSON file I am loading from is not. We’ve got it sorted out and now I’m loading a compliment array from a file. Woohoo!
  • cell phone bluetooth mirror

    3
    0 Votes
    3 Posts
    2k Views
    cowboysdudeC
    I’d play with this if I had time… https://www.hackster.io/inmyorbit/build-a-mobile-app-that-connects-to-your-rpi-3-using-ble-7a7c2c From there go to: https://github.com/sandeepmistry/bleno#characteristic
  • Black Screen

    3
    0 Votes
    3 Posts
    3k Views
    cowboysdudeC
    https://www.raspberrypi.org/forums/viewtopic.php?t=57552 Try this…
  • trouble with config file

    12
    0 Votes
    12 Posts
    13k Views
    I
    @bhepler said in trouble with config file: Just a suggestion: Try replacing that location id of locationID: '23' with locationID: '2173741'. that fixed it for me thanks. i guess using the map to get the ID for my location wasn’t the right ID. Thank you everyone for your help my config file is the way i want it and it runs without any errors.
  • 0 Votes
    2 Posts
    2k Views
    M
    Just doing a search for that error it looks like it is probably a problem with your .git/index. You should be able to fix the “bad index” issue by running: cd ~/MagicMirror rm -rf .git/index git reset You may want to make a backup of your config.js file just in case it does anything weird. I’m not sure if that will solve your module problem. It should allow you to pull the latest MagicMirror version though.
  • Exception with voicecontrol module.

    1
    0 Votes
    1 Posts
    973 Views
    E
    Hi, today I tried to use this module but, when I start the magic mirror, it throws a lot of exceptions. I attached the file with the exceptions. What happen? How can I solve it? Thanks, Edgar http://piratepad.net/alsaerror
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    85 Views
  • mp3 play , notification function and bluetooth

    6
    0 Votes
    6 Posts
    3k Views
    A
    oh…thank you :)
  • Removing modules

    7
    0 Votes
    7 Posts
    9k Views
    A
    @killerwaffles If you were talking about the header not the calendar it self header: 'US Holidays', you could just change this part here. to say something like header: 'Events,
  • What desktop manager?

    2
    0 Votes
    2 Posts
    2k Views
    M
    Solved by commenting out lxpanel and pcmanfm
  • Autostart & turning off powersave

    13
    0 Votes
    13 Posts
    18k Views
    G
    @deadherring Did I correct understand your post? My posted code didn´t work? I take it yeasterday,too And it work fine. I used a Raspi 3 whit Jessi and Pixeld Desktop, too. Now that iteressing to find out, for me, why works it correctly here and at your mirror not. :-)
  • Loading an image properly

    3
    0 Votes
    3 Posts
    3k Views
    K
    Thanks for your help strawberry pi. I was having additional issues with the code finding the img. In case this helps someone else, this is what I ended up with: { module: 'helloworld', position: 'top_left', config: { text: "<img src='./config/White.png' height='186' width='341'>" } } ,