A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 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
    17k 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
    4k 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.
  • Adding 3rd party modules help please

    11
    0 Votes
    11 Posts
    8k Views
    Mykle1M
    @cowboysdude And I surely will. I think all of this stuff is amazing and I’m learning as quickly as I can. I’ll be glad to help when I can. I wanna get me some of those ^ Peace
  • MMM-Button white screen

    23
    0 Votes
    23 Posts
    17k Views
    F
    Okay, next try… npm ERR! Linux 4.4.26-v7+ npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "start" "dev" npm ERR! node v7.4.0 npm ERR! npm v4.0.5 npm ERR! code ELIFECYCLE npm ERR! magicmirror@2.0.0 start: `electron js/electron.js "dev"` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the magicmirror@2.0.0 start script 'electron js/electron.js "dev"'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the magicmirror package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! electron js/electron.js "dev" npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs magicmirror npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls magicmirror npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! /home/pi/MagicMirror/npm-debug.log
  • [MMM-Remote-Control] Getting 404 on "get?data=translation"

    Moved Solved
    5
    0 Votes
    5 Posts
    3k Views
    S
    So ended up updating npm to resolve the grunt/mini match issues and now all is working in perfect harmony again. No issue at all with remote control in the first place but instead having to update MM and in turn update npm!
  • Installing a joystick to control non touch mirror

    Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    brobergB
    @shashank your prayers has been heard https://forum.magicmirror.builders/topic/1575/mmm-buttons-connect-multiple-buttons-to-send-configurable-notifications
  • MMM-Admin-Interface add IP to whitelist

    2
    0 Votes
    2 Posts
    3k Views
    lolobyteL
    Hi, read this… https://forum.magicmirror.builders/topic/1326/ipwhitelist-howto/11
  • Newsfeed - Old items

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    J
    @phrazelle In this thread we basically have the same question, so lets continue the discussion there.
  • Help configuring the Magic Mirror

    Unsolved
    11
    0 Votes
    11 Posts
    9k Views
    SnilleS
    @PhilsterM9 Hi again, maybe I’m missing something… If you followed the install guide when you installed… When you SSH in to your Pi (or open a terminal on the desktop of the pi) you should end up in a prompt looking like this: pi@MagicMirror:~ $ Now, type as follows: pi@MagicMirror:~ $ cd MagicMirror/config/ You should now be in MagicMirror/config/ looking like this: pi@MagicMirror:~/MagicMirror/config $ To copy a file enter: pi@MagicMirror:~/MagicMirror/config $ cp config.js.sample config.js Check if the files where copied with ls both file should be there now: pi@MagicMirror:~/MagicMirror/config $ ls Listed like this: config.js config.js.sample Now, if you want you can edit your config file: pi@MagicMirror:~/MagicMirror/config $ nano config.js Change whatever you need to change… But you actually don’t have to change anything just for testing it. Now restart the MagicMirror with pm2 like this: pi@MagicMirror:~/MagicMirror/config $ pm2 restart mm You should se something like this: Restarts are now immutable, to update environment or conf use --update-env [PM2] Applying action restartProcessId on app [mm](ids: 0) [PM2] [mm](0) ✓ ┌──────────┬────┬──────┬───────┬────────┬─────────┬────────┬─────┬──────────┬──────────┐ │ App name │ id │ mode │ pid │ status │ restart │ uptime │ cpu │ mem │ watching │ ├──────────┼────┼──────┼───────┼────────┼─────────┼────────┼─────┼──────────┼──────────┤ │ mm │ 0 │ fork │ 26361 │ online │ 32 │ 0s │ 22% │ 2.3 MB │ disabled │ └──────────┴────┴──────┴───────┴────────┴─────────┴────────┴─────┴──────────┴──────────┘ Use `pm2 show ` to get more details about an app pi@MagicMirror:~/MagicMirror/config $ And your Magic should have started. :)
  • PIR-Sensor - put your mirror to sleep if not used

    Locked
    126
    1 Votes
    126 Posts
    233k Views
    J
    Please continue discussion about install issues here. There is already info on how it can be solved. For other problems with the PIR-Sensor Module please open a new thread in the troubleshooting section.