A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Error Running DISPLAY=:0

    2
    2
    0 Votes
    2 Posts
    3k Views
    D
    I have the same issue. So does this guy. https://github.com/MichMich/MagicMirror/issues/1007
  • Bottle py - freezes raspberry pi

    1
    0 Votes
    1 Posts
    1k Views
    K
    Hi, I’m using Bottle: Python Web Framework to control a relay on the raspberry pi. When I start the python script everything runs fine, but after a certain time (half an our or so) the pi freezes completely. from bottle import route, run import RPi.GPIO as GPIO GPIO.setwarnings(False) GPIO.cleanup() GPIO.setmode(GPIO.BCM) GPIO.setup(5, GPIO.OUT) @route('/on') def on(): GPIO.output(5,GPIO.LOW) return("ON") @route('/off') def off(): GPIO.output(5,GPIO.HIGH) return("OFF") @route('/status') def status(): return GPIO.input(5) run(host="0.0.0.0", port=8070) anyone with more python experience that can give a helping hand?
  • MMM-FHEM

    1
    0 Votes
    1 Posts
    744 Views
    ?
    Is there a way to send commands to FHEM from the mirror ? Thanks
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
  • MagicMirror2 is laggy

    1
    0 Votes
    1 Posts
    1k Views
    T
    MagicMirror2 fade animation requires 99% of the CPU? Help my MagicMirror2 is verry laggy everytime is does (well… tries) an animation. I had this problem before and decided to do a fresh Raspbarian install, same problem. This is so frustrating, uuugh. I use Raspberry Pi 3b, 16G SD card. Please help me, thanks :)
  • Mirror installation failing

    Moved
    2
    0 Votes
    2 Posts
    2k Views
    S
    info it worked if it ends with ok 1 verbose cli [ ‘/opt/nodejs/bin/node’, ‘/usr/local/bin/npm’, ‘start’ ] 2 info using npm@3.10.8 3 info using node@v6.9.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: /opt/nodejs/lib/node_modules/npm/bin/node-gyp-bin:/home/pi/MagicMirror/node_modules/.bin:/opt/nodejs/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/b$ 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 silly lifecycle magicmirror@2.1.2~start: Returned: code: 1 signal: null 13 info lifecycle magicmirror@2.1.2~start: Failed to exec start script 14 verbose stack Error: magicmirror@2.1.2 start: sh run-start.sh 14 verbose stack Exit status 1 14 verbose stack at EventEmitter. (/opt/nodejs/lib/node_modules/npm/lib/utils/lifecycle.js:255:16) 14 verbose stack at emitTwo (events.js:106:13) 14 verbose stack at EventEmitter.emit (events.js:191:7) 14 verbose stack at ChildProcess. (/opt/nodejs/lib/node_modules/npm/lib/utils/spawn.js:40:14) 14 verbose stack at emitTwo (events.js:106:13) 14 verbose stack at ChildProcess.emit (events.js:191:7) 14 verbose stack at maybeClose (internal/child_process.js:877:16) 14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5) 15 verbose pkgid magicmirror@2.1.2 16 verbose cwd /home/pi/MagicMirror 17 error Linux 4.4.50-v7+ 18 error argv “/opt/nodejs/bin/node” “/usr/local/bin/npm” “start” 19 error node v6.9.1 20 error npm v3.10.8 21 error code ELIFECYCLE 22 error magicmirror@2.1.2 start: sh run-start.sh 22 error Exit status 1 23 error Failed at the magicmirror@2.1.2 start script ‘sh run-start.sh’. @sharmmoh1983 said in Mirror installation failing: npm start failing on raspberry pi node -v v6.9.1
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
  • Multi module install script

    3
    3 Votes
    3 Posts
    2k Views
    cowboysdudeC
    That is awesome!!!
  • MMM-PIR-Sensor Black screen..

    9
    0 Votes
    9 Posts
    6k Views
    DuskeD
    I solved the Error: Cannot find module 'onoff'- Error by removing the node_modules from the MMM-PIR-Sensor directory and reinstall them by using npm i. This time, some dependencies seem to be built in with electron, and the error disappeared.
  • MagicMirror² v2.1.2: Wrong calendar timeFormat after update

    7
    1
    0 Votes
    7 Posts
    4k Views
    FallandeGubbeF
    @randomnoise Great! Thank you, now it works as intended again :)
  • Black screen remote Raspberry Pi B

    model b
    1
    0 Votes
    1 Posts
    775 Views
    G
    Hi everyone! I’ve been trying to install MM on a Raspberry Pi Model B for a couple of days now and it seems like it’s finally working, but not fully. I don’t have the Raspi always connected to a monitor, but since I was going for the serveronly mode I’m working through SSH with Putty. The MM manual installation worked well, it finished without errors, all the other scripts (sideway display) work too. Now each time I start MM with \node serveronly\ I get this: Starting MagicMirror: v2.1.2 Loading config ... Loading module helpers ... No helper found for module: alert. Initializing new module helper ... Module helper loaded: updatenotification No helper found for module: clock. Initializing new module helper ... Module helper loaded: calendar No helper found for module: compliments. No helper found for module: currentweather. No helper found for module: weatherforecast. Initializing new module helper ... Module helper loaded: newsfeed All module helpers loaded. Starting server on port 8080 ... 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 ... Ready to go! Please point your browser to: http://localhost:8080 Which should mean that it’s up and running, right? So I head over to my browser but all I see is a black screen. I know that the Raspberry Model B is not supported, but I thought maybe someone, somewhere has an explanation or a way to fix it.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    18 Views
  • Position of module moves

    5
    0 Votes
    5 Posts
    3k Views
    K
    @Sean It worked! Thanks! Time to continue on the other modules.
  • Change Positions Not Working

    2
    0 Votes
    2 Posts
    769 Views
    L
    Hi, I have very little web development experience so this is all very new to me. I am trying to change the positions of the modules around with no avail. I am trying to change the compliment from position ‘lower_third’ to ‘bottom center’ which should be right above the news feed. I have not been able to do this. In fact, I have no been able to move ANY modules around using the position in the config.js.sample file. Also, the calender is default ‘bottom left’ but on my TV, it appears that it is in the ‘top_left’ right underneath the clock module. What is going on!? Can someone fundamentally explain positioning in that: Why am I having these issues How can I change positioning of modules Where can I change the sizes of the modules
  • help with updating MM

    4
    0 Votes
    4 Posts
    2k Views
    Mykle1M
    @Snille said in help with updating MM: You can also “stash” your changes with git stash -u Then if you want you can reapply your changes again after updating with git stash pop Or, you can just “kill” the changes with git clean -f But then you WILL loose what you have edited in the files for ever! "I’m not sure what if anything i changed . . . "
  • Editing files on Windows through SD-adapter.

    6
    0 Votes
    6 Posts
    3k Views
    Mykle1M
    @Lange said in Editing files on Windows through SD-adapter.: @kevinaf notepad++ for editing on the windows mashine My son uses Atom, but I swear by Notepad++
  • Error installing MagicMirror

    3
    0 Votes
    3 Posts
    3k Views
    U
    These are not errors but known warnings. What is your problem, doesn’t it work and what doesn’t work because this is probably not a blocking installation error.
  • No Access to the Pi

    2
    0 Votes
    2 Posts
    1k Views
    kruemelK
    nevermind, i gave up now and reinstalling the whole stuff :/
  • Access trouble on MM 2.0.2 with remote Modules

    3
    0 Votes
    3 Posts
    2k Views
    K
    Your white list is wrong ::ffff: is an IPv6 loopback, you’ve combined it with an IPv4 address “192.168.1.1/24” should be a separate line