I have a bigger problem on a other place. But i couldn’t found it atm.
Read the statement by Michael Teeuw here.
Posts
-
RE: No video screen with omxplayer for MMM-Podcast2
-
RE: No video screen with omxplayer for MMM-Podcast2
Same here
EDIT:
Okay in my case …
omxplayer --win 0,0,640,480 /opt/vc/src/hello_pi/hello_video/test.h264… does not open the omxplayer on my Mirror.
pi@raspberrypi:~ $ omxplayer --win 0,0,640,480 /opt/vc/src/hello_pi/hello_video/test.h264 Video codec omx-h264 width 1920 height 1080 profile 77 fps 25.000000 Subtitle count: 0, state: off, index: 1, delay: 0 V:PortSettingsChanged: 1920x1080@25.00 interlace:0 deinterlace:0 anaglyph:0 par:1.00 display:0 layer:0 alpha:255 aspectMode:0 have a nice day ;) -
RE: MM not starting after update
same here, I just did an
git stash
git pullin the Magicmirrir directory
-
RE: MMM-Button white screen
I have the same problem. Also did everything from this thread.
-
RE: Button
@All, sry for the lait answer, I followed all your guides, but I can´t solve the problem. I have to use another power circuit.
@cruunnerr, same here, you have to restart your pi. After the video starts for the first time, the bug is there. You can only reload mm when the video never starts in the same session.
-
RE: Button
Yes it seems it is on the same circuit. The button is pressed when the light goes on and when the light goes off… :D unbelievable
-
RE: Button
Okay thanks, the script now starting as user pi.
Other question, has my button.py script to run in a loop?EDIT: Okay the message “button pressed” are coming when I turn the floor lights on 0o?
-
RE: Button
Okay, now I have a script button.py which starts with rc.local after boot.
import RPi.GPIO as GPIO import time GPIO.setmode(GPIO.BCM) GPIO.setup(9, GPIO.IN, pull_up_down=GPIO.PUD_DOWN) GPIO.cleanup() # clean up GPIO on normal exitBut it´s also not working. Did I miss something?
-
RE: Button
Both, thank you for your answer. I will try to give you more informations. The following button from Ebay are used:
Art-Nr. 041
At first, I tryed the configuration from PtrBld´s howto:


https://developer.microsoft.com/de-de/windows/iot/win10/samples/PushButton.htm
After the false positiv pressed buttons, I tryed the actually config:
https://dracarysdiy.files.wordpress.com/2016/03/button.jpg?w=474But the problem is always the same.
@CGabo, I will have a look to your links tomorrow. But I am not an electrican, so I hope to understand.
Thank you in advance!
-
RE: Button
Here a picture of my pm2 logs over the night:

I never pressed the button :(
-
RE: Button
Hello,
Im running MMM-Button Modul und GPIO PIN 9. Everything is working fine. But sometimes my Tagesschauvideo starts without my hand. I did nothing and “pm2 logs mm” sad to me: button pressed. Any idea why this happens?
-
RE: MMM-Button with MMM-Podcast
Its working, my fault, I connected the button wrong :)
But how to hide the text “MMM-Podcast - module 9 MMM-Podcat”?
EDIT: Also solved. I dont have to set a position for the podcast module.
-
MMM-Button with MMM-Podcast
Hello,
I’m trying to get this two modules working. Both are installed an the following code are in my config.js:
{ module: 'MMM-Button', config: { // See 'Configuration options' for more information. } }, { module: 'MMM-Podcast', position: 'middle_center', config: { feedurl: 'http://www.tagesschau.de/export/video-podcast/webxl/tagesschau-in-100-sekunden/' } },I connected my button like this:
https://developer.microsoft.com/de-de/windows/iot/win10/samples/PushButton.htmThe problem is, I only see on my MagicMirror in the middle center “MMM-Podcast - module 9 MMM-Podcat”. After pressing the button,
nothing happens.Could anybody show me his config.js for example?
Best regards
Dicker182
Note from admin: Please use Markdown on code snippets for easier reading!