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

Subcategories

  • 0 Votes
    1 Posts
    1k Views
    Hey ho! If I try to play an embedded video in the forum and hit the full-screen button, the video disappears and the site jumps to the first post. Google Chrome under win10 and Android 7
  • 0 Votes
    5 Posts
    3k Views
    @jasondreher said in [SOLVED] Dates lower than Thu Jan 01 1970 00:00:00 GMT+0100 (CET) are not supported: You need to edit the /home/pi/MagicMirror/node_modules/rrule-alt/lib/rrule.js file. See the post below. Excellent!
  • Exit MM2 process gracefully?

    Jul 12, 2017, 1:48 AM
    0 Votes
    10 Posts
    4k Views
    @j.e.f.f That could be, I wonder if when Electron starts it somehow removes any SIGINT listeners already created. With respect to running stop() during a MM crash – the main function in js/app.js is still attaching to process.on("SIGINT", ...) just upstream of the individual node_helper files. If MM crashes I think it should still call the stop() functions unless the node_helper array gets corrupted. An advantage to cycling through each node_helper would be that you don’t have multiple individual SIGINT listeners that are trying to call a process.exit before the other is done.
  • sendSocketNotification() fails

    Solved Oct 9, 2017, 8:27 AM
    0 Votes
    4 Posts
    2k Views
    Thanks @Sean. Of course the problem relates to the this reference, which changes depending on the scope where it’s referenced. Thanks for pointing that out!
  • 0 Votes
    4 Posts
    2k Views
    @zdenek in the magicmirror folder, usually /home/pi/MagicMirror
  • electron performance

    Jun 7, 2017, 9:07 PM
    1
    0 Votes
    7 Posts
    4k Views
    @wtidwell said in electron performance: Can you think of anything dumb i didn’t do once it’s installed? Like change a config file or anything? No, it SHOULD work with the default installation, and then some. As you can see from this topic other people have had this problem and sorted it out. I just don’t understand your particular circumstance. I hate to keep throwing suggestions at you but perhaps you can try an SD card that does not have a U rating at all, like the one I posted in the other topic? And you formatted the card using the suggestions I posted as well? I’m trying to think of something, anything that might help you.
  • Error during installation of MM2

    Jun 20, 2017, 10:50 PM
    0 Votes
    5 Posts
    3k Views
    @rudibarani the command you used to install MM is deprecated. Use bash -c "$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh)" instead.
  • 1 Votes
    3 Posts
    2k Views
    pi@raspberrypi:~ $ uname -a Linux raspberrypi 4.4.50-v7+ #970 SMP Mon Feb 20 19:18:29 GMT 2017 armv7l GNU/Linux
  • Core update problem

    May 28, 2017, 8:03 AM
    0 Votes
    1 Posts
    1k Views
    I hope, i´m right here. Yesterday I start my Pi after about 8 month the first time. At the last shutdown in the past everything works fine. Now I think, ok the first thing I have to do, was updating… At first I update my raspian. Everything works fine. Then i change into my MAgicMirror folder and write gitpull and then npm install. the system works a lot, and then i restart my pi… But the my magic mirror only shows a black screen and no error. I try everything I can remember. but nothing. A start whit npm start dev didn´t work too (It produce a white screen and the error “Can not conect”. In searching errors I found some warnings from npm about lifecircle and grunt-jsonlint. Have anybody the same issue? Or can help me? I am happy because I have create a image of my sd card before that so I could some steps back… :-) Greets and many thanks gismo2006
  • MM crash with MMM-Sounds enable.

    May 18, 2017, 4:04 AM
    0 Votes
    1 Posts
    932 Views
    Magic Mirror cannot start when MMM-Sounds configs are in config.js. I get a black screen and nothing more. I try with only that module in config.js, same thing. Delete the MMM-Sounds module, reinstalled it, same thing again. Here the log. Thanks for your help. magicmirror@2.1.1 start /home/pi/MagicMirror 0|mm | > sh run-start.sh 0|mm | Starting MagicMirror: v2.1.1 0|mm | Loading config … 0|mm | Loading module helpers … 0|mm | No helper found for module: alert. 0|mm | Initializing new module helper … 0|mm | Module helper loaded: updatenotification 0|mm | Initializing new module helper … 0|mm | Module helper loaded: MMM-IFTTT 0|mm | Initializing new module helper … 0|mm | WARNING! Could not load config file. Starting with default configuration. Error found: TypeError: m.loaded is not a function 0|mm | Loading module helpers … 0|mm | No helper found for module: alert. 0|mm | Initializing new module helper … 0|mm | Module helper loaded: updatenotification 0|mm | Initializing new module helper … 0|mm | Module helper loaded: MMM-IFTTT 0|mm | Initializing new module helper … 0|mm | App threw an error during load 0|mm | TypeError: m.loaded is not a function 0|mm | at loadModule (/home/pi/MagicMirror/js/app.js:144:6) 0|mm | at loadNextModule (/home/pi/MagicMirror/js/app.js:161:5) 0|mm | at /home/pi/MagicMirror/js/app.js:163:6 0|mm | at Class.loaded (/home/pi/MagicMirror/modules/node_modules/node_helper/index.js:19:3) 0|mm | at loadModule (/home/pi/MagicMirror/js/app.js:144:6) 0|mm | at loadNextModule (/home/pi/MagicMirror/js/app.js:161:5) 0|mm | at /home/pi/MagicMirror/js/app.js:163:6 0|mm | at Class.loaded (/home/pi/MagicMirror/modules/node_modules/node_helper/index.js:19:3) 0|mm | at loadModule (/home/pi/MagicMirror/js/app.js:144:6) 0|mm | at loadNextModule (/home/pi/MagicMirror/js/app.js:161:5) 0|mm | Whoops! There was an uncaught exception… 0|mm | MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection? 0|mm | If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues 0|mm | TypeError: m.loaded is not a function 0|mm | at loadModule (/home/pi/MagicMirror/js/app.js:144:6) 0|mm | at loadNextModule (/home/pi/MagicMirror/js/app.js:161:5) 0|mm | at /home/pi/MagicMirror/js/app.js:163:6 0|mm | at Class.loaded (/home/pi/MagicMirror/modules/node_modules/node_helper/index.js:19:3) 0|mm | at loadModule (/home/pi/MagicMirror/js/app.js:144:6) 0|mm | at loadNextModule (/home/pi/MagicMirror/js/app.js:161:5) 0|mm | at /home/pi/MagicMirror/js/app.js:163:6 0|mm | at Class.loaded (/home/pi/MagicMirror/modules/node_modules/node_helper/index.js:19:3) 0|mm | at loadModule (/home/pi/MagicMirror/js/app.js:144:6) 0|mm | at loadNextModule (/home/pi/MagicMirror/js/app.js:161:5) 0|mm | Launching application.
  • gmail Calendar default usage.

    Apr 25, 2017, 6:18 PM
    0 Votes
    3 Posts
    3k Views
    Sorry for the new topic and many thanks for the information!
  • Linking Apple Calendar

    Mar 25, 2017, 10:04 PM
    0 Votes
    6 Posts
    3k Views
    Hi, I used icaltogcal and this worked for me, up until the point where i tried to update to 2.1.1 and blew up my MagicMirror… but give that a shot.
  • 0 Votes
    10 Posts
    5k Views
    Just want to notify you that this issue has been solved in the latest commit in the develop-branch.
  • Outlook 365 calendar not loading

    Mar 9, 2017, 10:55 PM
    0 Votes
    1 Posts
    2k Views
    Hi there, so I am not having any luck loading in my Outlook 365 calendar. I’ve tried it with a Google Calendar and that works but not for an the Outlook calendar… it stays stuck at Loading. Anyone have any solutions they may have tried? I also don’t want to export/import it into gCal since there’s currently problems with both services synching properly. pi@raspi:~/MagicMirror $ npm start > magicmirror@2.1.0 start /home/pi/MagicMirror > electron js/electron.js Starting MagicMirror: v2.1.0 Loading config ... Loading module helpers ... No helper found for module: alert. Initializing new module helper ... No helper found for module: clock. Initializing new module helper ... No helper found for module: compliments. No helper found for module: MMM-forecast-io. Initializing new module helper ... All module helpers loaded. Starting server op port 8585 ... Server started ... Connecting socket for: updatenotification Connecting socket for: calendar Starting node helper for: calendar Connecting socket for: newsfeed Starting module: newsfeed Sockets connected & modules started ... Launching application. Create new calendar fetcher for url: https://outlook.office365.com/owa/calendar/372cc3ce0f234db993ecbc707d461480@criticalmass.com/25812ef3264346e38bcbfaf68369b7c64173571250934396679/calendar.ics - Interval: 300000 Create new news fetcher for url: http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml - Interval: 300000 Whoops! There was an uncaught exception... TypeError: curr.start.toISOString is not a function at Object.ical.objectHandlers.END (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/node-ical.js:39:40) at Object.handleObject (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/ical.js:257:41) at Object.parseICS (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/ical.js:298:20) at Request._callback (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/node-ical.js:11:24) at Request.self.callback (/home/pi/MagicMirror/node_modules/request/request.js:187:22) at emitTwo (events.js:106:13) at Request.emit (events.js:191:7) at Request. (/home/pi/MagicMirror/node_modules/request/request.js:1126:10) at emitOne (events.js:96:13) at Request.emit (events.js:188:7) MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection? If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
  • This topic is deleted!

    Feb 25, 2017, 10:33 AM
    0 Votes
    1 Posts
    4 Views
  • Core installation fails

    Feb 8, 2017, 8:28 AM
    0 Votes
    6 Posts
    4k Views
    THIS is the setup that worked GREAT for me: https://forum.magicmirror.builders/topic/236/complete-setup-tutorial Really - even someone like me could not mess it up.
  • 0 Votes
    7 Posts
    3k Views
    Hi broberg! Thanks again for your help! It’s working now. It was only due to the vnc viewer connection - this caused a space or resolution error. On the TFT screen everything’s fine! But good to know where I can play with the CSS options… Thanks again and kind regards, Dominik
  • custom.css

    Jan 23, 2017, 2:24 PM
    0 Votes
    1 Posts
    2k Views
    Hi, this is simple. I found in custom.css the comment Changes to this files will be ignored by GIT. Is already added in gitignore file. if I modified this appear in your changes to stage on git. Well, is really not ignore. Suggestions?
  • Update notification not working

    Jan 18, 2017, 12:05 AM
    0 Votes
    7 Posts
    4k Views
    @nobita MMM-Mobile is for his app he is making
  • 0 Votes
    2 Posts
    2k Views
    @jcbriones Did you modify the event? Maybe something to do with this? link