A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Switch HDMI on/off by pressing button connected to GPIO.

    hdmi onoff button gpio noob
    2
    0 Votes
    2 Posts
    2k Views
    P
    install the MMM-Admin module. It will serve up a webpage and you can control the HDMI from there…even use it on your phone. works well
  • config error somewhere, need help

    21
    0 Votes
    21 Posts
    9k Views
    R
    @strawberry-3.141 said in config error somewhere, need help: https://twitter.com/roramirez/ status/843121280601669632 :) This feature is include in the last release. Now you can use npm run config:check for check the configuration file :)
  • Electron failed to install correctly

    9
    0 Votes
    9 Posts
    11k Views
    Mykle1M
    @spikeboybebop said in Electron failed to install correctly: MM seems to work except for the weather Weather won’t work without an API key. See the README for that module for instructions on where to go to acquire said API key. Then, enter the API key in the appropriate place in the config entry for that module.
  • Mouse hide and show

    2
    0 Votes
    2 Posts
    2k Views
    Mykle1M
    @psteimann said in Mouse hide and show: But after the mousepointer has gone, how can i reactivate the mouse-coursor without the mouse?? Assuming you are controlling the mirror remotely. When the mirror is running: Press the Alt key (or Ctrl) on your keyboard. This drops down a menu bar at the top of your screen. You won’t see your mouse cursor until you move it all the way to the top of the screen into the menu bar. There it is! Click on the File menu and click Exit. This brings you back to your desktop.
  • MMM-YrNow

    7
    0 Votes
    7 Posts
    3k Views
    cowboysdudeC
    @howi42 said in MMM-YrNow: 1-2259969 I did…no return and no error so honestly I cannot tell you why it’s not working beyond the stock location numbers… I can check my weather here but use the number in the url and doesn’t work here either… So at this point I have no advice to offer… I’m confused by this too… if I enter the url in my browser it returns the data but won’t show in the module either.
  • Multiple audio input

    3
    0 Votes
    3 Posts
    2k Views
    ?
    @Sean said in Multiple audio input: AssistantPi Thanks, I will give it try. BTW, I tried AlexaPi earlier, not the best results. It crashes always when questions get a bit longer. Restart helps, but that is not a good option. Just for completeness : This is a typical result if you ask Alexa a longer question, like : How is the weather in Berlin Exception in thread Thread-2: Traceback (most recent call last): File “/usr/lib/python2.7/threading.py”, line 810, in __bootstrap_inner self.run() File “/usr/lib/python2.7/threading.py”, line 763, in run self.__target(*self.__args, **self.__kwargs) File “/opt/AlexaPi/src/main.py”, line 611, in trigger_process alexa_speech_recognizer(audio_stream) File “/opt/AlexaPi/src/main.py”, line 420, in alexa_speech_recognizer process_response(resp) File “/opt/AlexaPi/src/main.py”, line 510, in process_response with open(filename, ‘wb’) as f: IOError: [Errno 2] No such file or directory: ‘/tmp/AlexaPi-runtime-1HoVt4/5bdf1b19-4123-42fb-8c65-863eb1b071e3#Alexa3P:1.0/2017/08/31/21/3cd42c9aa6484b8c90aa75b6f956bf47/06:50::TNIH_2V.11cf1cd6-6ebf-4e5b-81fc-c7f609a99e06ZXV/0_1364971548.mp3’
  • [Facial Recognition] Recognizes name but does't load modules

    3
    0 Votes
    3 Posts
    1k Views
    I
    No one to help me ?
  • 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
    721 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
    3k 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
    756 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