A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Alexa module

    2
    0 Votes
    2 Posts
    3k Views
    S
    Hi, Install Alexapi ( https://github.com/alexa-pi/AlexaPi) . while installing Alexapi choose magicmirror as OS and then add MMM-Alexa , works fine installed and tested
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    15 Views
  • proble with inserting youtube at evenncohen Smart Mirror

    4
    -1 Votes
    4 Posts
    3k Views
    cowboysdudeC
    The MagicMirror2 has more capabilities then the other one… yes voice is integrated and yes you can watch youtube videos it’s what you can can’t do is why so many are here. Here you can create your own modules and they are supported by the structure of this mirror. [there are several voice modules available] As you will see there are MANY different types of modules and more coming each day and is a big reason it was voted #1… So you can go with the gadgets or you can build a mirror that works for you rather then having one that only does what it does…where you have little or no control over the functions.
  • MMM-TrainConnections

    1
    0 Votes
    1 Posts
    989 Views
    S
    Hello since some days, my MM shows no departure times any more. It happens one day to another. I have deledet the module and installed it new. Nothing changed. Has anybode an idea what could happen? Sebastian
  • MMM-Scrobbler doesn't show album art

    3
    0 Votes
    3 Posts
    2k Views
    J
    @jasondreher I have similar issues with TuneIn radio using the Sonos module. Not all TuneIn radio stations include album art, and sometimes they only include a logo for the station. Maybe that’s the issue?
  • MMM-DVB

    1
    1
    0 Votes
    1 Posts
    1k Views
    O
    Hi all, I have installed this module and configured as shown on the github-page. But nothing happens. In the installation I get the following errors. [image: 1502884680987-screenshot_2017-08-16-13-48-39.jpg] Regards Daniel
  • Wunderlist, blank screen when Wunderlist module is added to config.js

    9
    0 Votes
    9 Posts
    5k Views
    ceddirrC
    @randomnoise Thank you very much! I didn’t know that, but it makes sense! It is working now =)
  • Newsfeed "ignoreOldItems" does not work

    3
    0 Votes
    3 Posts
    2k Views
    S
    Hi, If showSourceTitle: true, showPublishDate: true, is true by default i’m going to delete it completely. I’ll try the “ignoreOldItems: true” without quote marks when i get home! Thanks! Edit: Seems like it’s working at the moment. Obviously it was the “true” in quots.
  • mm-music-player module: no volume-slider displayed

    1
    0 Votes
    1 Posts
    935 Views
    K
    Hallo, I have installed the mm-music-player on my Magic Mirror and after adding “font-awesome.css” in getStyles (in mm-music-player.js) and unhiding the cursor the module works great! However, for some reason, that I don’t understand, I do not succeed in getting the volume-slider displayed. If correctly, this slider is called by the jquery-ui.min script. Can someone give me a hint, what could be the problem? Thanks.
  • Weather: Current and Forecast- not showing

    4
    0 Votes
    4 Posts
    4k Views
    Mykle1M
    @MinecraftBuilder You’re welcome, mate.
  • MMM-FacialRecognition Training tool

    10
    0 Votes
    10 Posts
    7k Views
    K
    This is aweome - I needed that fix as well - one step closer, thanx!
  • Yet Another Spotify Post

    2
    1 Votes
    2 Posts
    2k Views
    ?
    So I’m building an interactive magic mirror on my own web site and served on my RPi. I was hoping to be able to play, show and control a spotify playlist on this MM but I’m being discouraged that I can do all three. I’ve toyed around with mopidy, but it doesn’t look like I can play one of my playlists using this tool. Are there other tools out there that might allow me to do this?
  • Calendar shows no events

    4
    0 Votes
    4 Posts
    3k Views
    L
    I found the mistake. There was something wrong with my lighttpd access configuration. Althought using localhost in the url, it seems like MM resolves the hostname or at least the web server thinks he was accessed by its hostname. Adding the hostname itself to the access rule did the trick. Thanks for the help and regards!
  • MagicMirror Weather

    10
    0 Votes
    10 Posts
    7k Views
    U
    @cowboysdude Thank you! That seems to have fixed the issue!
  • Facial recognition: no users

    9
    0 Votes
    9 Posts
    5k Views
    M
    Forgot to add the errors: 0|mm | model.load(config.get("trainingFile")) 0|mm | cv2.error: /build/opencv-ISmtkH/opencv-2.4.9.1+dfsg/modules/contrib/src/facerec.cpp:325: error: (-2) File can't be opened for writing! in function load 0|mm | 0|mm | 0|mm | at PythonShell.parseError (/home/pi/MagicMirror/modules/node_modules/python-shell/index.js:190:17) 0|mm | at terminateIfNeeded (/home/pi/MagicMirror/modules/node_modules/python-shell/index.js:98:28) 0|mm | at ChildProcess. (/home/pi/MagicMirror/modules/node_modules/python-shell/index.js:88:9) 0|mm | at emitTwo (events.js:106:13) 0|mm | at ChildProcess.emit (events.js:191:7) 0|mm | at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12) 0|mm | executable: 'python', 0|mm | options: null, 0|mm | script: 'modules/MMM-Facial-Recognition/facerecognition/facerecognition.py', 0|mm | args: [ '{"recognitionAlgorithm":1,"lbphThreshold":80,"fisherThreshold":250,"eigenThreshold":3000,"useUSBCam":false,"trainingFile":"modules/MMM-Facial-Recognition/Training.xml","interval":2,"logoutDelay":15,"users":["Sander"],"defaultClass":"default","everyoneClass":"everyone","welcomeMessage":true}' ], 0|mm | exitCode: 1 }
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
  • Help with MMM-PIR-Sensor tvservice logical evaluation

    3
    0 Votes
    3 Posts
    2k Views
    O
    I figured it out. There are missing brackets for the if statement. In node_helper.js: From: if (data.indexOf("0x120002") !== -1) exec("/opt/vc/bin/tvservice --preferred && chvt 6 && chvt 7", null); To: if (data.indexOf("0x120002") !== -1){ exec("/opt/vc/bin/tvservice --preferred && chvt 6 && chvt 7", null); } @paviro
  • MMM-SL how to trigger update?

    8
    0 Votes
    8 Posts
    5k Views
    Mykle1M
    @Baxer said in MMM-SL how to trigger update?: Jopyth Holy shit it works, thanks man I told you he was awesome!
  • Show location of event using default Calendar module

    calendar
    2
    0 Votes
    2 Posts
    2k Views
    Y
    It looks like the change request was not merged.
  • Conditional Show of a module

    2
    0 Votes
    2 Posts
    2k Views
    J
    @knubbl Maybe have a look at this: https://github.com/ianperrin/MMM-ModuleScheduler