MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Snille
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 0
    • Followers 5
    • Topics 17
    • Posts 264
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: Best Modules for TouchScreen?

      @lucallmon I will when it’s all finished. I’m currently working on the frame. :)

      posted in General Discussion
      SnilleS
      Snille
    • RE: Best Modules for TouchScreen?

      @lucallmon Here are the ones I use on my Mirror…
      MMM-Remote-Control in combination with an iFrame
      MMM-newsfeedtouch
      MMM-TouchNavigation
      node-sonos-web-controller is not really a “module” but I use it also in combination with an iFrame
      MMM-Modulebar
      mm-hide-all

      posted in General Discussion
      SnilleS
      Snille
    • RE: How to switch users without Facial Recognition? (Alexa instead?)

      Hi @rchase, Yes, I’m doing it with a little help from other stuff… :) Using Alexa (Echo Dot) that communicate with a HA-Bridge that then activate profiles (and other stuff) using the module MMM-Remote-Control. Works well. :)

      posted in General Discussion
      SnilleS
      Snille
    • RE: All of a sudden SSH is really lagging/slow.

      Just got myself a “core”-file again in the MM root. :) I’m now sure it’s because Electron is crashing. So, it’s probably a memory dump. Still don’t really know why Electron is crashing. It’s not crashing all the time. Just sometimes. But then, I do have lot’s of modules going… :)

      posted in Troubleshooting
      SnilleS
      Snille
    • RE: Sonos Module

      @Dicous Do you get the “zones” when you check the sonos-web-api? If you have it on the mirror: http://the-ip-to-your-mirror:5005/zones
      You should get a list of all the zones and lot’s of data from the sonos-web-api.

      posted in Troubleshooting
      SnilleS
      Snille
    • RE: MMM-Memo - Add some memos on your page and manage them through HTTP request

      @schnibel Hi! Thank you for this module! I’m currently using it in a quiet different way. :) I’m a frequent flyer (fly 4 times a week) so, from time to time I have to message my wife to tell that a flight is late (or canceled). So, to get around this problem I set up a new gmail-account for my Mirror, then I joined “Flight Aware” with that account. On the site, you can set to be sent information mails for specific flight-numbers. I set up to get mails on start, land and changes for my “flights”. These mails then are picked up with a python-script that parse them and send a “refined” version of the information to a “memo” on the mirror, that then “popup” automatically. So, now my wife only have to glance at the mirror to know when I will land and if there are any changes in the schedule. All automatically. :)

      Thank you for making it possible. :)

      posted in Productivity
      SnilleS
      Snille
    • RE: Sonos Module

      @Dicous What happens, what does not work?

      posted in Troubleshooting
      SnilleS
      Snille
    • RE: All of a sudden SSH is really lagging/slow.

      @strawberry-3-141 Hmm… It does not seam to be any module doing it… I’m thinking it’s a “core-dump”, I noticed when restarting that it took a long time before it actually restarted. I’m guessing something did not close down properly, then the memory (or something) is dumped down to a file… Now it’s not happening any longer… Reboots normally. Only thing is that I lost my pm2 autostart of the mirror for some reason (had to do a pm2 startup and run the “setup” command sudo env PATH=$PATH:/usr/bin /usr/lib/node_modules/pm2/bin/pm2 startup systemd -u pi --hp /home/pi again… And now it starts normally again… No core file after reboots, all modules back again… Darn! :)

      posted in Troubleshooting
      SnilleS
      Snille
    • RE: All of a sudden SSH is really lagging/slow.

      @strawberry-3.141 That’s what I’m doing right now… :)

      posted in Troubleshooting
      SnilleS
      Snille
    • RE: All of a sudden SSH is really lagging/slow.

      @strawberry-3.141 I don’t know yet. I just rebooted my mirror now and got it back again. I’m trying to figuring it out.
      Here is my MagicMirror dir after this reboot…
      The file is there again… :/

      drwxr-xr-x  16 pi pi      4096 Mar 22 11:06 .
      drwxr-xr-x  21 pi pi      4096 Mar 22 11:08 ..
      -rw-r--r--   1 pi pi     11172 Mar 21 13:37 CHANGELOG.md
      drwxr-xr-x   2 pi pi      4096 Mar 21 13:52 config
      -rw-------   1 pi pi 574697472 Mar 22 11:07 core
      drwxr-xr-x   2 pi pi      4096 Mar 21 13:37 css
      -rw-r--r--   1 pi pi       266 Mar 21 13:37 docker-entrypoint.sh
      -rw-r--r--   1 pi pi       378 Mar 21 13:37 Dockerfile
      -rw-r--r--   1 pi pi       964 Mar 21 13:37 .dockerignore
      -rw-r--r--   1 pi pi       132 Mar 21 13:37 .eslintignore
      -rw-r--r--   1 pi pi       319 Mar 21 13:37 .eslintrc.json
      drwxr-xr-x  20 pi pi      4096 Mar 21 13:37 fonts
      drwxr-xr-x   8 pi pi      4096 Mar 22 11:09 .git
      drwxr-xr-x   2 pi pi      4096 Mar 21 13:37 .github
      -rw-r--r--   1 pi pi       915 Mar 21 13:37 .gitignore
      -rw-r--r--   1 pi pi      2173 Mar 21 13:37 Gruntfile.js
      -rw-r--r--   1 pi pi      2337 Mar 21 13:37 index.html
      drwxr-xr-x   3 pi pi      4096 Mar 21 13:37 installers
      drwxr-xr-x   2 pi pi      4096 Mar 21 13:37 js
      -rw-r--r--   1 pi pi       271 Mar 21 13:37 jsconfig.json
      -rw-r--r--   1 pi pi      1118 Mar 21 13:37 LICENSE.md
      drwxr-xr-x  27 pi pi      4096 Mar 22 08:40 modules
      drwxr-xr-x 561 pi pi     20480 Mar 22 10:55 node_modules
      -rw-r--r--   1 pi pi      1789 Mar 21 13:37 package.json
      -rw-r--r--   1 pi pi     11431 Mar 21 13:37 README.md
      -rw-r--r--   1 pi pi       141 Mar 21 13:37 run-start.sh
      drwxr-xr-x   2 pi pi      4096 Mar 21 13:37 serveronly
      -rw-r--r--   1 pi pi       478 Mar 21 13:37 .snyk
      drwxr-xr-x   2 pi pi      4096 Mar 21 13:37 splashscreen
      -rw-r--r--   1 pi pi       126 Mar 21 13:37 .stylelintrc
      drwxr-xr-x   6 pi pi      4096 Mar 21 13:37 tests
      drwxr-xr-x   2 pi pi      4096 Mar 21 13:37 translations
      -rw-r--r--   1 pi pi       229 Mar 21 13:37 .travis.yml
      drwxr-xr-x   3 pi pi      4096 Mar 21 23:24 vendor
      
      posted in Troubleshooting
      SnilleS
      Snille
    • 1
    • 2
    • 15
    • 16
    • 17
    • 18
    • 19
    • 26
    • 27
    • 17 / 27