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

    4
    0 Votes
    4 Posts
    2k Views
    Mykle1M
    @Onelast apt-get purge packagename or apt-get remove --purge packagename will remove about everything regarding the package packagename, but not the dependencies installed with it on installation. Both commands are equivalent. Particularly useful when you want to ‘start all over’ with an application because you messed up the configuration. However, it does not remove configuration or data files residing in users home directories, usually in hidden folders there. There is no easy way to get those removed as well. apt-get autoremove
  • Did an update got errors and need help

    3
    0 Votes
    3 Posts
    2k Views
    Mykle1M
    @wizz This will take you less than an hour and you’ll be up and running AND you won’t lose anything from your previous install https://forum.magicmirror.builders/topic/5274/how-to-manually-install-mm-on-your-pi-for-absolute-beginners
  • Serveronly mode - Refresh modules/browser?

    4
    0 Votes
    4 Posts
    2k Views
    strawberry 3.141S
    @B3nihana ok i thought it may has problems with es6 in updte process, but chrome should be able to handle es6. can you show your browser console logs
  • Magic Mirror showing only black screen on PiZeroW -- node serveronly mode

    3
    0 Votes
    3 Posts
    2k Views
    K
    Works a treat mate - thanks for the Help - Much appreciated !!
  • electron err

    2
    2
    0 Votes
    2 Posts
    1k Views
    wiresharkW
    I want to use the sonus module. (https://github.com/sharmmoh1983/MMM-Voice-Control-Sonus) install the module and start the mirror, you get an error. [image: 1513429171516-20171216_215921.png] [image: 1513429212475-20171216_220002.png] What is the problem?
  • Electron taking too much memory and processing

    7
    0 Votes
    7 Posts
    4k Views
    Y
    @Mykle1 should I use this command in ‘MagicMirror/node_modules/’ directory or somewhere else. Also how to uninstall electron manually? I’m sorry if my question is too basic.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    10 Views
  • MMM Google assistant

    28
    0 Votes
    28 Posts
    22k Views
    gauravsaccG
    @Refalken Yes it works.
  • Possible sytax error in my config.js file?

    5
    0 Votes
    5 Posts
    2k Views
    B
    @yawns That was it, thanks!
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
  • problem with set up

    2
    0 Votes
    2 Posts
    903 Views
    cowboysdudeC
    This problem has been covered several times…Here’s just one. https://forum.magicmirror.builders/topic/2454/screensaver-will-not-turn-off/5
  • My Magic Mirror wont start up

    1
    0 Votes
    1 Posts
    883 Views
    C
    (i’m a noob) My magic mirror ran upon installation but i cant get it to run from pm2 start mm.sh. I followed the jessie lite instructions step by step and i cant find a solution. Its weird because when I reboot the rasberry pi a screen shows up that the Magic Mirror is booting up but then that goes away and the rasberry dash shows up. any help will be greatly appreciated.
  • Should this be happening at start up [request for information]

    2
    1
    0 Votes
    2 Posts
    1k Views
    randomnoiseR
    Have you set it to autologin to GUI? Looks like you’ve got it set to login to console instead. sudo raspi-config then go to boot options. Text there is suggesting you change your password as well. Default user is pi with password raspberry
  • Power/Sleep Settings?

    2
    0 Votes
    2 Posts
    2k Views
    cowboysdudeC
    @termeric No that’s a monitor setting so what you have to do is some research because this isn’t the first time this has happened… look up your monitor and find out how to fix it :)
  • MMM-WunderGround

    14
    0 Votes
    14 Posts
    10k Views
    B
    Hey, even if this is more a year ago,. I recently have the Problem, that only the temperature shows one specific - incorrect - value. It is always 11.4 °C. Even tho at the moment its freezing,. the rest of the app is correct: forecast in written words,. in pictures, etc,… Any idea? No errors via pm2 log.
  • DHT22 problem

    10
    0 Votes
    10 Posts
    6k Views
    B
    you’re welcome. This is the next topic for you … https://forum.magicmirror.builders/topic/5084/mmm-xiaomi-temperature-and-humidity-from-your-smarthome ;)
  • 0 Votes
    1 Posts
    989 Views
    C
    I have this issue after downloading the fswebcam package (https://www.raspberrypi.org/documentation/usage/webcams/). Whenever I turn on my Raspberry Pi, my webcam turns on as well (which is what I want). However upon running the MagicMirror app, there will always be this error code that looks like this: Whoops! There was an uncaught exception... { Error: listen EADDRINUSE 127.0.0.1:8080 at Object.exports._errnoException (util.js:1050:11) at exports._exceptionWithHostPort (util.js:1073:20) at Server.setupListenHandle [as _listen2] (net.js:1263:14) at listenInCluster (net.js:1304:12) at doListen (net.js:1428:7) at GetAddrInfoReqWrap.asyncCallback [as callback] (dns.js:62:16) at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:78:10) code: 'EADDRINUSE', errno: 'EADDRINUSE', syscall: 'listen', address: '127.0.0.1', port: 8080 } 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 Launching application. And the screen loads a live stream of my webcam video. I understand that the issue is with the server being shared by the two apps that cause the issue, however when I change the server port of the MagicMirror app in the config.js file to a different server, the fswebcam server runs on the same server of the MagicMirror. It’s like the fswebcam server is coded to always use the same server as my MagicMirror app. Hopefully, someone can share with me on how to change the code for the fswebcam such that an individual server for the webcam can be created and I can have the two apps running simultaneously.
  • disconnect USB dongle for keyboard, concole tty change

    1
    0 Votes
    1 Posts
    758 Views
    L
    If i disconnect the USB dongle for keyboard, after a short time, the console changes by itself form tty3 desktop view to tty2 console. Where is the mistake? Thanks for any hint
  • Electron error on install.

    8
    0 Votes
    8 Posts
    8k Views
    D
    @Mykle1 said in Electron error on install.: @darkcloud784 Try deleting the electron folder from this path: `MagicMirror/node_modules/electron Then run npm install in the MagicMirror directory. This should install electron for you. Then run npm start in the MagicMirror directory Unfortunately this didn’t work for me, but I did find a solution. I had to upgrade nodejs manually. npm cache clean -f npm install -g n n stable
  • After Languange switching in gonfig.js monitor is not switching off

    1
    0 Votes
    1 Posts
    817 Views
    X
    Hello, me again, I have a fine working Mirror , but I´d like to chanke the langauage in Italian, that works fine also, the only problem is the Pir Sensor doesnt reacts . when I switch back to German it works fine. What could it be?Or have I to change more in the config.js thane the language. Here is the code language: "it", #or de timeFormat: 24, units: "metric",