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

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    S
    Okay now i´ve fixed the RSS feed and the Calendar partly. When i worked it out i will declare it here.
  • Magic Mirror wont start. :(

    11
    0 Votes
    11 Posts
    10k Views
    M
    Ok. I figured it out!!! There was a few things I was doing wrong… I found this tutorial and it is EPIC!! https://forum.magicmirror.builders/topic/236/complete-setup-tutorial/3 Hope it helps!!
  • Touchscreen not working in MM - MM freezing one's a day

    6
    0 Votes
    6 Posts
    3k Views
    C
    Indeed this is good to know to create funny effects. I’m working on the second Problem also. A guy in #ubuntu suggested me to try it with lxde instead of gnome. Maybe its a bug in gnome.
  • Sorry for this...

    5
    0 Votes
    5 Posts
    3k Views
    L
    @yawns so grateful! Thanks man… I’ll try this
  • Apply mirror film

    3
    0 Votes
    3 Posts
    3k Views
    L
    okey thanks! Gonna order a bigger one then :)
  • News feed refresh?

    2
    0 Votes
    2 Posts
    2k Views
    MedoM
    Same problem here. My newsfeed works for some time (can not say how long) and then stops receiving new news…
  • SetUp Mic to use MMM-Voice-Control or other voice control modules

    2
    0 Votes
    2 Posts
    2k Views
    bheplerB
    @FullOfOrange Have you tried starting MM in dev mode and looking at the console logs? npm start dev
  • HDMI/Monitor is switched Off

    4
    0 Votes
    4 Posts
    2k 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
    10k 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
    17k 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
    18k 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
    1k 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?