A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • HDMI/Monitor is switched Off

    4
    0 Votes
    4 Posts
    3k Views
    C
    the PIR sensor is not connected anymore…could this be the reason? screenserver setup is done as in the tutorials described.
  • PM2 not starting up on boot

    8
    0 Votes
    8 Posts
    11k Views
    R
    @Nazfera2 not is the best, is the last resource ;) Maybe the problem raise the pm2 install. Check https://github.com/Unitech/pm2/issues/1654#issuecomment-145071292
  • Removing modules

    3
    0 Votes
    3 Posts
    2k Views
    C
    @broberg thanks!
  • Error on start

    6
    0 Votes
    6 Posts
    5k Views
    P
    @negativeflare I had this error as well after setting up on a Raspberry Pi (1) only yesterday and running as serveronly. I found that to fix this I had to upgrade node, as doing an apt-get install for node gave me version 0.10.x or something like that. I followed this script up to line 26. https://github.com/audstanley/Node-MongoDb-Pi/blob/master/Install-Node-MongoDb-Pi.sh But I changed it to the arm6l and version 5 of node.
  • End MM from Terminal

    7
    0 Votes
    7 Posts
    5k Views
    J
    okay thanks :)
  • windows remote desktop doesn't show same screen as on hdmi

    3
    0 Votes
    3 Posts
    3k Views
    J
    Thnaks, that makes it a lot easier ;)
  • SSH startup

    16
    0 Votes
    16 Posts
    18k Views
    yawnsY
    @Stehman07 you need to edit the file as root, the normal user pi does not have sufficient rights. Run sudo nano /boot/config.txt instead
  • Problem: npm install && npm start

    9
    0 Votes
    9 Posts
    19k Views
    J
    Today I reinstalled my Pi. This time with Noob style, but with the image itself. After that, the automatic MagicMirror installation worked finde. Everything was updated correctly. Yesterday it didn’t work at all. Also I had the problem that google clalenders would not show up in the Magic Mirror. Today everything works fine. Maybe there is a problem with Noob installation?!
  • MMM-temp-ds18b20

    2
    0 Votes
    2 Posts
    1k Views
    C
    @ the moderators of this forum, could you please move this to the /modules/troubleshooting section? Wasn’t aware that there is more than one troubleshooting subfolder … thank you in advance. c.keen
  • Hiring developer...

    2
    0 Votes
    2 Posts
    2k Views
    BangeeB
    What do you want? :-) And how much do you pay $$$ ;-)
  • Error with Config.

    3
    0 Votes
    3 Posts
    2k Views
    J
    Fixed from a backup. I really need to learn how to code.
  • Running facial recognition and instagram?

    1
    0 Votes
    1 Posts
    2k Views
    E
    Hi everyone! I have the facial recognition module working as well as the instagram module, but only separately. When I run my MM with both active, only the facerec is working and the instagram module isn’t showing anything at all. Wont they both work at the same time? Or is the computational demand too heavy to run them both (with some other minor stuff)? Here is my config.js /* Magic Mirror Config Sample * By Michael Teeuw http://michaelteeuw.nl MIT Licensed. */ var config = { port: 8080, language: ‘en’, timeFormat: 24, units: ‘metric’, //kioskmode: ‘true’, modules: [ // { // module: ‘alert’, // }, { module: ‘clock’, position: ‘top_left’, classes: ‘default everyone’ }, { module: 'MMM-Instagram', header: "x Instagram Feed", position: 'top_right', classes: 'default everyone', config: { access_token: 'my_key', count: 20, min_timestamp: 0, animationSpeed: 2500, updateInterval: 12500 } }, { module: 'faceemployee', position: 'middle_center', //shown for classes: 'Ella' }, { module: 'faceemployee', position: 'middle_center', //shown for Marcus classes: 'Marcus' }, { module: 'faceemployee', position: 'middle_center', classes: 'Christer' }, { module: 'compliments', position: 'middle_center', classes: 'default' //Replaced when a user is logged in! }, { module: "MMM-ResRobot", position: "top_left", header: "Ferry Departure Time ", classes: 'default everyone', config: { from: "740059355",//"740025697",//<klippan buss // ResRobot Station ID (or a comma-separated string of IDs) to: "740059412", //"740015573",//<järntorget // ResRobot Station ID of destination (or a comma-separated string of IDs) maximumEntries: 5, // Number of departures to show on screen truncateAfter: 4, // A value > 0 will truncate direction name at first space after <value> characters. 0 = no truncation apiKey: "my_key" } }, { module: 'MMM-Facial-Recognition', config: { // 1=LBPH | 2=Fisher | 3=Eigen recognitionAlgorithm: 1, // Threshold for the confidence of a recognized face before it's considered a // positive match. Confidence values below this threshold will be considered // a positive match because the lower the confidence value, or distance, the // more confident the algorithm is that the face was correctly detected. lbphThreshold: 50, fisherThreshold: 250, eigenThreshold: 3000, // force the use of a usb webcam on raspberry pi (on other platforms this is always true automatically) useUSBCam: false, // Path to your training xml trainingFile: 'modules/MMM-Facial-Recognition/training.xml', // recognition intervall in seconds (smaller number = faster but CPU intens!) interval: 3, // Logout delay after last recognition so that a user does not get instantly logged out if he turns away from the mirror for a few seconds logoutDelay: 8, // Array with usernames (copy and paste from training script) users: ['Marcus', 'Josue ', 'Ella ', 'Christer '], //Module set used for strangers and if no user is detected defaultClass: "default", //Set of modules which should be shown for every user everyoneClass: "everyone" } }, { module: 'newsfeed', position: 'bottom_bar', classes: 'default everyone', config: { feeds: [ { title: "News", url: "http://nyhetsbrev.viktoria.se/feed/" } ], showSourceTitle: true, showPublishDate: true } }, ] }; /*************** DO NOT EDIT THE LINE BELOW ***************/ if (typeof module !== ‘undefined’) {module.exports = config;}
  • MMM-Wunderlist: Invalid namespace Error

    4
    0 Votes
    4 Posts
    3k Views
    H
    Successful curl: [image: 1479734984620-upload-0649f5be-43e3-4221-9b67-d1f9b3dc2a7b-resized.png] However, on the client side when it is checking for ToDos, nothing comes through: [image: 1479735599044-upload-e83f3dd2-ebed-4d40-909e-bb93cca5bf05.png] [image: 1479736037680-upload-2f2887b4-ca87-41b1-ade6-c603636241f5.png] Obviously there will be subsequent I/O with the socket but I’m assuming if nothing returns here then any of the other requests will follow suit. Is there a specific spot in the server side code I should focus on?
  • 0 Votes
    6 Posts
    6k Views
    S
    @tajno , Had the same problem. Installed and reinstalled several times, manually and with the automated script. It looked to me it was a problem installing grunt and electron. I had to install them with sudo. Still did not work, but when I renamed the magicmirror folder and “reinstalled” magicmirror using curl command with sudo, it worked. Some privileges problem maybe somewhere?
  • Problems mit config.js

    17
    0 Votes
    17 Posts
    10k Views
    H
    speciall thx my dear. I have reached the problem in another way. I wrote this command into the rc.local: su pi -c ‘/home/pi/mm.sh &’ And now I have the MM after reboot. I am so happy :)
  • MMM-Button; ERROR

    2
    0 Votes
    2 Posts
    2k Views
    yawnsY
    Take a look at this: https://forum.magicmirror.builders/topic/948/error-found-error-module-version-mismatch-expected-50-got-46/4
  • Calendar Module not reloading/updating the entries

    2
    0 Votes
    2 Posts
    2k Views
    N
    @rak I’m also seeing this issue, I have entries showing on added in the calendar that are no longer part of the news feed online. It seems it’s ‘filling up’ then not refreshing :(
  • 'snyk-protect' is not in the npm registry.

    1
    0 Votes
    1 Posts
    2k Views
    D
    So i installed from the script and when it finished there were 3 WARN messages saying npm WARN prefer global coffee-script@1.10.0 should be installed with -g npm WARN prefer global colorguard@1.2.0 should be installed with -g npm WARN prefer global jsonlint@1.6.2 should be installed with -g so i reimnstalled those using -g and that went ok. renamed the config file and did npm start. no dice. i got magicmirror@2.0.0 start /home/pi/MagicMirror electron js/electron.js fs.js:557 return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode); ^ Error: ENOENT: no such file or directory, open ‘/home/pi/MagicMirror/node_modules/electron-prebuilt/path.txt’ at Object.fs.openSync (fs.js:557:18) at Object.fs.readFileSync (fs.js:467:33) at Object. (/home/pi/MagicMirror/node_modules/electron-prebuilt/index.js:4:42) at Module._compile (module.js:573:32) at Object.Module._extensions…js (module.js:582:10) at Module.load (module.js:490:32) at tryModuleLoad (module.js:449:12) at Function.Module._load (module.js:441:3) at Module.require (module.js:500:17) at require (internal/module.js:20:19) npm ERR! Linux 4.4.30-v7+ npm ERR! argv “/usr/local/bin/node” “/usr/local/bin/npm” “start” npm ERR! node v7.0.0 npm ERR! npm v4.0.2 npm ERR! code ELIFECYCLE npm ERR! magicmirror@2.0.0 start: electron js/electron.js npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the magicmirror@2.0.0 start script ‘electron js/electron.js’. 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 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 after seeing someone else here having issues relating to snyk-protect i tried pi@raspberrypi:~/MagicMirror $ sudo npm update -g pi@raspberrypi:~/MagicMirror $ sudo npm cache clean pi@raspberrypi:~/MagicMirror $ sudo npm install snyk-protect npm ERR! Linux 4.4.30-v7+ npm ERR! argv “/usr/local/bin/node” “/usr/local/bin/npm” “install” “snyk-protect” npm ERR! node v7.0.0 npm ERR! npm v3.10.9 npm ERR! code E404 npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/snyk-protect npm ERR! 404 npm ERR! 404 ‘snyk-protect’ is not in the npm registry. npm ERR! 404 You should bug the author to publish it (or use the name yourself!) npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url. npm ERR! Please include the following file with any support request: npm ERR! /home/pi/MagicMirror/npm-debug.log pi@raspberrypi:~/MagicMirror $ sorry for the wall of text, can anyone help
  • Calendar showing "in X day" wrongly

    20
    0 Votes
    20 Posts
    15k Views
    C
    @Cato yeah I was a little bit too quick there. it’s now changed to “today”. @Matthes0815 Oh the time on the hardware is correct, otherwise the clock wouldn’t have shown right.
  • Wanna buy Raspberry pi 3 toolkit.

    2
    0 Votes
    2 Posts
    1k Views
    bheplerB
    Hey @Neha-Afreen. The Raspberry Pi itself doesn’t require much in order to run. You can buy one at Amazon pretty easily. You’ll need: Raspberry Pi 3 USB cable for power HDMI cable for video MicroSD card with the operating system You can get most of that together in a Complete Raspberry Pi Starter Kit That should get you started with the Raspberry Pi portion of the project. Let us know when you’re ready for the carpentry part!