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

    Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    DocVooDooD
    Thanks, i like it! i have it overlooked… another question: I can limit that to three lines?
  • Converting an old JS file into a module

    20
    0 Votes
    20 Posts
    11k Views
    ooom416354O
    @yawns that’s amazing, thanks! I was going to start using it to try to teach myself by comparing the two. Thank you again!
  • Google Calendar - where does the private key come from?

    Solved
    2
    0 Votes
    2 Posts
    2k Views
    R
    Found it: In Google Calendar, hover over the required calendar, drop-down arrow, calendar settings. Click the green ICAL button next to ‘Private addresses’ Pop-up gives required URL.
  • Config.js issues

    error
    9
    0 Votes
    9 Posts
    6k Views
    cowboysdudeC
    @MatthewCowell I ran it through a validator and it said no issues and I can’t find any … Why are you using Noobs? I would install this: https://www.raspberrypi.org/downloads/raspbian/ When you restart copy your sample config js file to config.js and just make sure it starts… Once you do that do not delete your sample config file as that is your temp backup… Once you get it working and you add a module and it works then back up your config.js to something like config.bak that way you always have a working backup… in terminal window: cd ~MagicMirror/config then cp config.js config.bak
  • MMM-phone-notifications & text messages

    2
    1 Votes
    2 Posts
    3k Views
    Mykle1M
    @crowbar I do not have an answer for you, sorry. However, I’d be interested to know if you get it working, and in that case, if it would work with an iPhone 6
  • MMM-Voice-Control - only black screen after installation.

    9
    0 Votes
    9 Posts
    4k Views
    Q
    In the module is an error. The annyang.js file must be manually copied from the directory “dist” to the directory of the module.
  • Alexyak/motiondetector... how to?

    9
    0 Votes
    9 Posts
    4k Views
    S
    @Centurion To watch cromium console hit crt+shift+I, to check Terminal just push alt+Tab
  • [MMM-Buttons] Not recognizing button presses

    Moved
    23
    0 Votes
    23 Posts
    15k Views
    J
    @Mar Good thing you found this error. Very strange, that it did not complain on my Pi before.
  • MMM Wudnerlist does not update

    1
    0 Votes
    1 Posts
    1k Views
    F
    Hi guys, I have this problem with the Wunderlist module that it does not update. When I start my mirror it works great, the list update itself and if I add new ToDos it update, but after some time it stop updating and I need to restart the mirror. I tried to change the interval but it didn’t make a difference. The day after the restart the module is not updating itself. Please help
  • Calendar_Monthly - today's date block not sized for double digit dates

    1
    0 Votes
    1 Posts
    1k Views
    V
    I know this is wicked picky, but in this module, a white rectangle is used to highlight the current date on the calendar. I’ve noticed that this rectangle gets ‘cut off’ on the right side of the rectangle when the date is represented by double digit dates (ex. 10-31). I checked out the .js code for the module, but can’t see where this is defined. Any ideas? I think the rectangle simply needs to be extended in width a few pixels… I know, wicked anal, but I am an engineer after all (just not a good software engineer)…
  • Using SimpleLogo twice? (or more)?

    4
    0 Votes
    4 Posts
    2k Views
    Mykle1M
    @broberg Thank you. That worked very nicely. Much appreciated
  • MMM-Swipe: deprecated WARNINGS plus ERROR

    Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    binderthB
    @mochman ok. thanks for the update. Does anyone know: Is there some “newer” gesture-module for the MagicMirror?
  • Modules size

    10
    0 Votes
    10 Posts
    16k Views
    lucallmonL
    @cowboysdude thanks for the help. This is actually what worked for me: body { cursor: help } .region.top.left { width: 375px }
  • Adding suspend and resume functions into modules

    1
    0 Votes
    1 Posts
    1k Views
    L
    Hi everyone, Im using the facial recognition and added multiple modules into different classes. All the modules works fine together but my CPU load spikes up to ~90-100% at the startup. This made me stopping adding new awesome personal modules for each person. I found out the “Suspend and Resume” functions in the Development Documentation. I want to implement it into my Mirror to suspend unused modules. The point is if Person1 is recognized, the Default and the Person 2 modules should be suspended and Person 1 should be resumed etc etc. I made a short example of my config.js using the clock module and 2 persons. If you can help me further with 1 module, the location and the way of using it, i can use the code to add it for the other modules. var config = { port: 8080, language: 'nl', timeFormat: 24, units: 'metric', modules: [ { module: 'clock', position: 'top_left', classes: 'default' }, { module: 'currentweather', position: 'top_right', classes: 'Person1', config: { location: 'location', appid: 'APPID' } }, { module: 'weatherforecast', position: 'top_right', classes: 'Person2', header: 'Weather Forecast', config: { location: 'location', appid: 'APPID' } }, { module: 'MMM-Facial-Recognition', config: { recognitionAlgorithm: 1, lbphThreshold: 50, fisherThreshold: 250, eigenThreshold: 3000, useUSBCam: true, trainingFile: '/home/pi/MagicMirror/modules/MMM-Facial-Recognition/training.xml', interval: 1, logoutDelay: 15, users: ['Person1', 'Person2'], defaultClass: "default", everyoneClass: "everyone" } }, //------------------------------------------------- ] }; /*************** DO NOT EDIT THE LINE BELOW ***************/ if (typeof module !== 'undefined') {module.exports = config;}
  • Adding my twitter feed to an iframe?

    1
    1 Votes
    1 Posts
    1k Views
    C
    What’s the best way to do this? I want to view the tweets from people I’m following. I tried the twitcontrol and it did not work for me. So I was looking into embedding with iFrame but within the URL for twitter there is a iref= URL and also a src= URL. You can only add a src to the iFrame.
  • [Remote-Control] Versions not visible

    Moved
    9
    0 Votes
    9 Posts
    3k Views
    schlachtkreuzer6S
    @yawns thaaaaaanks for your advice :thumbsup_tone1: [image: 1486144521613-installer.png]
  • MMM-Facial-Recognition cannot sendSocketNotification()

    Solved mmm-facial-recognition paviro
    2
    0 Votes
    2 Posts
    2k Views
    S
    UPDATE: This, like some other issues I was running into was actually caused by the application freezing when it could not load ‘css/custom.css’. This is because the .gitignore does not track custom.css and I, like many others, edit my code on my desktop and then push the changes via git to my RPi.
  • MMM-FRITZ-Box-Callmonitor

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    strawberry 3.141S
    @zimmerjo1 cd ~/MagicMirror/modules/MMM-FRITZ-Box-Callmonitor npm install
  • [Help] Current Weather not showing up at all.

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    lolobyteL
    Right, WITHOUT API’s
  • [MMM-Buttons] An unhandled error occurred inside electron-rebuild

    Moved
    3
    1 Votes
    3 Posts
    4k Views
    J
    @FlorianRD You need to be on Magic Mirror versions 2.1.0 or higher (i.e. develop branch). Edit: What MagicMirror version are you on? 2.1.0? When you navigate from the MMM-Buttons folder to ../../node_modules you should end up in a folder with an electron folder. If there is only a electron-prebuilt folder, it should be possible to fix the issues by upgrading MagicMirror to 2.1.0.