A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
No video screen with omxplayer for MMM-Podcast2
-
Hi,
The module did work well for the last few months but since two weeks I get no video on my screen. I did not change any modules or configs. I just updated my raspberry via sudo apt update.
My logs are showing that my notification “BUTTON_PRESSED” was successfull.
0|mm | Initializing new module helper ... 0|mm | Module helper loaded: MMM-GooglePhotos 0|mm | Initializing new module helper ... 0|mm | Module helper loaded: MMM-quote-of-the-day 0|mm | Initializing new module helper ... 0|mm | Module helper loaded: MMM-MyScoreboard 0|mm | No helper found for module: MMM-AirQuality. 0|mm | No helper found for module: MMM-Advent. 0|mm | Initializing new module helper ... 0|mm | Module helper loaded: MMM-NowPlayingOnSpotify 0|mm | No helper found for module: MMM-page-indicator. 0|mm | All module helpers loaded. 0|mm | Starting server on port 8080 ... 0|mm | Server started ... 0|mm | Connecting socket for: updatenotification 0|mm | Connecting socket for: calendar 0|mm | Starting node helper for: calendar 0|mm | Connecting socket for: MMM-Podcast2 0|mm | Connecting socket for: MMM-MovieListings 0|mm | MMM-MovieListing helper started... 0|mm | Connecting socket for: newsfeed 0|mm | Starting module: newsfeed 0|mm | Connecting socket for: mvgmunich 0|mm | Starting module helper: mvgmunich 0|mm | Connecting socket for: MMM-AVStock 0|mm | Connecting socket for: MMM-SoccerLiveScore 0|mm | MMM-SoccerLiveScore helper started... 0|mm | Connecting socket for: MMM-Events 0|mm | Starting node_helper for: MMM-Events 0|mm | Connecting socket for: MMM-Remote-Control 0|mm | Starting node helper for: MMM-Remote-Control 0|mm | Connecting socket for: MMM-Wunderlist-Enhanced 0|mm | Connecting socket for: MMM-GooglePhotos 0|mm | MMM-GooglePhotos started 0|mm | Connecting socket for: MMM-quote-of-the-day 0|mm | MMM-quote-of-the-day helper started 0|mm | Connecting socket for: MMM-MyScoreboard 0|mm | Starting node_helper for module [MMM-MyScoreboard] 0|mm | Connecting socket for: MMM-NowPlayingOnSpotify 0|mm | Sockets connected & modules started ... 0|mm | Launching application. 0|mm | Create new calendar fetcher for url: https://calendar.google.com/calendar/ical/anniandkevini%40gmail.com/private-2d32da5d4a66c551ffaa23bfbe0f2365/basic.ics - Interval: 300000 0|mm | Create new calendar fetcher for url: https://www.officeholidays.com/ics-local-name/germany/bavaria - Interval: 300000 0|mm | Starting node helper for: MMM-Podcast2 0|mm | Create new news fetcher for url: http://www.tagesschau.de/xml/rss2 - Interval: 300000 0|mm | [AVSTOCK] Initialized. 0|mm | MMM-GooglePhotos initialized after loading. 0|mm | MMM-quote-of-the-day received a socket notification: INIT_HELPER - Payload: [object Object] 0|mm | MMM-quote-of-the-day received a socket notification: GET_QUOTE - Payload: [object Object] 0|mm | { 0|mm | "quoteText": "Failure will never overtake me if my determination to succeed is strong enough. ", 0|mm | "quoteAuthor": "Og Mandino", 0|mm | "senderName": "", 0|mm | "senderLink": "", 0|mm | "quoteLink": "http://forismatic.com/en/70b5a19641/" 0|mm | } 0|mm | (node:5659) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. 0|mm | Refreshed access token because it has expired. Expired at: 22:04:13 now is: 22:04:14 0|mm | Refreshed access token because it has expired. Expired at: 23:04:14 now is: 22:04:15 0|mm | [GPHOTO] Scan finished : 206 0|mm | Create new todo fetcher for list: Einkaufsliste - Interval: 60000 0|mm | { Error 0|mm | at /home/pi/MagicMirror/modules/MMM-quote-of-the-day/node_modules/google-translate-api/index.js:105:17 0|mm | at process._tickCallback (internal/process/next_tick.js:68:7) 0|mm | code: 'BAD_REQUEST' } 0|mm | MMM-Podcast2 PLAY:
This is my config:
{ module: 'MMM-Podcast2', config: { feedUrl: 'https://www.tagesschau.de/export/video-podcast/webxl/tagesschau-in-100-sekunden_https/', refreshInterval: 1000 * 1800, //refreshs streaming link every 1800 seconds (30Min) omxargs: ' --win 10,200,1090,850 -o alsa:hw:1,0 ' //links,oben,rechts,unten } },
If I test my omxplayer via
omxplayer --win 0,0,640,480 /opt/vc/src/hello_pi/hello_video/test.h264
the video is playing on my mirror.
I tried to disable all my other modules and checked, if Podcast2 is running. But still no video on my mirror.Does anyone have an idea what might cause this error? Are there any settings that could run omxplayer in the background?
-
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 ;)
-
-
I have a bigger problem on a other place. But i couldn’t found it atm.