A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 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
    3k 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
    3k 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
    10k 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
    805 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
    4k Views
    SnilleS
    @Cato said in Listening to only 127.0.0.1:8080...: address: “0.0.0.0”, Ah! Thank you! :) Worked!
  • facial recognition module

    Unsolved
    1
    0 Votes
    1 Posts
    1k Views
    A
    Hello, I realized that I used a different route than what “MMM-Facial- Recognition” was instructing me to get this working… Everything works at command and I get recognized. My problem is that now I have no idea how to create a module for config.js !!! Can someone help please I used this thread: https://noahingham.com/blog/facerec-python.html Thank you
  • Modules stuck at "Loading" after update...

    Unsolved
    8
    0 Votes
    8 Posts
    6k Views
    strawberry 3.141S
    @rodofrn thats what the author said 3 days ago @ronny3050 said in Email: Loading for a long time indicates problem with communicating with your email service.
  • Creating configs

    config create beginner
    2
    0 Votes
    2 Posts
    3k Views
    B
    After you type nano x11vnc.desktop you should type [Desktop Entry] Encoding=UTF-8 Type=Application Name=X11VNC Comment= Exec=x11vnc -forever -usepw -display :0 -ultrafilexfer StartupNotify=false Terminal=false Hidden=false which causes x11vnc to autostart
  • Last bit of issue with MirrorMirrorOnTheWall...

    Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    S
    Ok, so I added the custom endpoint line to the Mirror.js file I had in the MMM-MirrorMirrorOnTheWall folder, and now it displays text when asked, but when I ask “play a video by radiohead” it simply shows the text “radiohead”, though alexa does say she is playing a video by radiohead. The console seems to connect to MirrorOnTheWall images video and text just fine… I’m so close here…lol. app.setup = function() { app.device = awsIot.device({ keyPath: __dirname + "/certs/MagicMirror.private.key", certPath: __dirname + "/certs/MagicMirror.cert.pem", caPath: __dirname + "/certs/root-CA.crt", clientId: "MirrorMirror" + (new Date().getTime()), region: "us-east-1", #add the line below host: "your-custom-endpoint", });
  • Gifs in Magic Mirror 2

    Solved
    6
    0 Votes
    6 Posts
    5k Views
    Mykle1M
    @Zelocked said in Gifs in Magic Mirror 2: Thank you so much!!! You’re welcome. Enjoy your mirror.
  • Face Recognition--coudn't find the Cam?

    5
    1
    0 Votes
    5 Posts
    2k Views
    C
    @strawberry-3.141 Thank you anyway
  • This topic is deleted!

    1
    1
    0 Votes
    1 Posts
    2 Views
  • I need help with editing configs (mainly the compliments)

    configuration config
    5
    0 Votes
    5 Posts
    4k Views
    Mykle1M
    @chaseb1357 You’re welcome. Enjoy your mirror