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 exit
But 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=474
But 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!