A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Magic Selfie Mirror Infra Red Issue - Please Help!

    1
    0 Votes
    1 Posts
    906 Views
    M
    Hi all, I have a really bizarre issue with my Infra Red for my Magic Selfie Mirror. When an adult with very large fingers uses the touch screen to write their name, it usually works fine, however when someone with smaller fingers or children use it, the text comes it all in dots and doesn’t work very well at all. It is definitely to do with the size of the finger used as when I use my thumb which is much larger, it works perfectly, so it is a surface area issue but not sure why infra red would not pick up a small object? I tested the infra red and there are no black spots or breaks. Can anyone help? Thank you very much in advance for any help. Martin.
  • Strava Module problems

    1
    0 Votes
    1 Posts
    833 Views
    P
    Hello there, After making an API in Strava I edit the config file in MM. Stava is now showing up. Is it possible to show my club instead of my personal trainings? In the API i selected “clubs” but MM is still showing my trainings… Any idea how to sort this out? Thanks.
  • Passing variable from one request to another

    8
    0 Votes
    8 Posts
    3k Views
    strawberry 3.141S
    @mongo116 the callback of the request gets executed async, so you can’t put them just next to each other. Because then the second request would be fired before the first one got his respond, by nesting you can ensure that the first request got a respond.
  • Awesome Alexa

    1
    0 Votes
    1 Posts
    1k Views
    ?
    How can I select the language Alexa will use ? I finally got it up and running, but now she speaks German only. Fine with me, but can I change it English and if yes, how ? Thanks
  • Alexa - Refresh Token

    4
    0 Votes
    4 Posts
    3k Views
    ?
    Problem solved, I got it to run. The problem around the grant request was a wrong code ( cut and paste error !!!). Then it run, but no micro ( snowboy related ). A rebuild of snowboy solved it. Now Alexa answers my questions ! The come a bit delayed, but they come. Compred to the sample app, the response has quite a lot of delay. Any ideas to speed it up ? Thanks.
  • Final Step of Installing MagicMirror (EXTREME NOOB)

    4
    0 Votes
    4 Posts
    2k Views
    strawberry 3.141S
    @hall1458 cd ~/MagicMirror then npm install
  • How to stop Magic Mirror *NOOB*

    14
    0 Votes
    14 Posts
    38k Views
    Mykle1M
    { module: "clock", position: "top_left", config: { timezone: "America/New_York", } },
  • pm2 logs mm error

    5
    0 Votes
    5 Posts
    2k Views
    cowboysdudeC
    @michael24h said in pm2 logs mm error: 0|mm | ERROR! Could not find main module js file. Check this: https://github.com/MichMich/MagicMirror/issues/735
  • Default MagicMirror clock config timezone error

    5
    0 Votes
    5 Posts
    3k Views
    A
    @Mykle1 ok thank you very much now I understand :)
  • Error after updating MM

    5
    0 Votes
    5 Posts
    2k Views
    Mykle1M
    @qqqqqqqq Without knowing what your module.css file, custom.css file or your config file settings are, not to mention the regions the modules occupy, I couldn’t tell you what “should or should not happen” to the display of the modules. If the quotes module is in the upper_third region and aligned to the right then that is exactly how it should appear. Are you sure it is in the top_right region? And if so, it appears it is being allowed to expand as necessary, bringing the Mirror Stats with it. Market Highlights would follow suit with the calendar module. Perhaps the update has replaced your custom settings with defaults, or simply wiped them out. Try this in custom.css for each of the modules you want to control, replacing MODULE_NAME with the name of each of the modules you want to constrain, and adjust accordingly. .MMM-MODULE_NAME { width: 200px; }
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
  • Swap - Problem

    3
    0 Votes
    3 Posts
    2k Views
    ?
    Thanks, you are right. Will do that. Wolfgang
  • Blackscreen with config.js.sample

    ubuntu black screen bug sample
    4
    0 Votes
    4 Posts
    2k Views
    Mykle1M
    @MA5K All’s well that ends well, as the saying goes. Enjoy your mirror.
  • PM2 do not start at bootup on my RPI 2? Works fine on my RPI 3.

    10
    0 Votes
    10 Posts
    9k Views
    T
    @bhepler I tried this but somehow the RPI 2 didn’t boot up with pm2. Worked just fine with my RPI 3.
  • Remote access - VPS

    7
    0 Votes
    7 Posts
    3k Views
    J
    @pepeel Sorry I’m all out of ideas. Hopefully someone else can help you get up and running.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
  • ***Noob Alert*** MagicMirror coding issues!!!

    module newsfeed weather
    3
    0 Votes
    3 Posts
    2k Views
    M
    @Mykle1 I will post my config as soon as I can, but I really appreciate your timely response!!! Thanks a mil!
  • error while loading shared libraries

    1
    0 Votes
    1 Posts
    780 Views
    E
    I installed with the single command Its on a fresh install of Jessie Lite When I enter the MagicMirror directory and run npm start it stops with a error while loading shared libraries in the electron folder here is the debug 0 info it worked if it ends with ok 1 verbose cli [ '/usr/bin/nodejs', '/usr/bin/npm', 'start' ] 2 info using npm@3.10.10 3 info using node@v6.11.1 4 verbose run-script [ 'prestart', 'start', 'poststart' ] 5 info lifecycle magicmirror@2.1.2~prestart: magicmirror@2.1.2 6 silly lifecycle magicmirror@2.1.2~prestart: no script for prestart, continuing 7 info lifecycle magicmirror@2.1.2~start: magicmirror@2.1.2 8 verbose lifecycle magicmirror@2.1.2~start: unsafe-perm in lifecycle true 9 verbose lifecycle magicmirror@2.1.2~start: PATH: /usr/lib/node_modules/npm/bin/node-gyp-bin:/home/pi/MagicMirror/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games 10 verbose lifecycle magicmirror@2.1.2~start: CWD: /home/pi/MagicMirror 11 silly lifecycle magicmirror@2.1.2~start: Args: [ '-c', 'sh run-start.sh' ] 12 info lifecycle magicmirror@2.1.2~start: Failed to exec start script 13 verbose stack Error: magicmirror@2.1.2 start: `sh run-start.sh` 13 verbose stack spawn ENOENT 13 verbose stack at ChildProcess. (/usr/lib/node_modules/npm/lib/utils/spawn.js:33:16) 13 verbose stack at emitTwo (events.js:106:13) 13 verbose stack at ChildProcess.emit (events.js:191:7) 13 verbose stack at maybeClose (internal/child_process.js:891:16) 13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5) 14 verbose pkgid magicmirror@2.1.2 15 verbose cwd /home/pi/MagicMirror 16 error Linux 4.9.28-v7+ 17 error argv "/usr/bin/nodejs" "/usr/bin/npm" "start" 18 error node v6.11.1 19 error npm v3.10.10 20 error file sh 21 error code ELIFECYCLE 22 error errno ENOENT 23 error syscall spawn 24 error magicmirror@2.1.2 start: `sh run-start.sh` 24 error spawn ENOENT 25 error Failed at the magicmirror@2.1.2 start script 'sh run-start.sh'. 25 error Make sure you have the latest version of node.js and npm installed. 25 error If you do, this is most likely a problem with the magicmirror package, 25 error not with npm itself. 25 error Tell the author that this fails on your system: 25 error sh run-start.sh 25 error You can get information on how to open an issue for this project with: 25 error npm bugs magicmirror 25 error Or if that isn't available, you can get their info via: 25 error npm owner ls magicmirror 25 error There is likely additional logging output above. 26 verbose exit [ 1, true ]
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    19 Views
  • Listening to only 127.0.0.1:8080...

    3
    0 Votes
    3 Posts
    3k Views
    SnilleS
    @Cato said in Listening to only 127.0.0.1:8080...: address: “0.0.0.0”, Ah! Thank you! :) Worked!