<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[module unable to play mp3 file using omxplayer]]></title><description><![CDATA[<p dir="auto">I use a module MMM-PrayerTime on my MagicMirror, that uses omxplayer to play an mp3 file, announcing the prayer times.<br />
After updating to the latest Raspbian OS system (Bookworm) and reinstalling the MagicMirror, the module no longer plays the mp3 file as omxplayer which is a dependency for the module, has been deprecated since 2020.<br />
Is there any other player that could be substituted for omxplayer? Would it be possible to change the instruction in node.helper.js  in the line where omxplayer is instructed to play the file, to some other player?<br />
var adzanCmd = ‘/usr/bin/omxplayer -o both modules/MMM-PrayerTime/res/’ + adzanSound + ’ &amp;';<br />
I have raised this as an issue on the module site but have not received any response yet.<br />
Thank you in advance</p>
]]></description><link>https://forum.magicmirror.builders/topic/19332/module-unable-to-play-mp3-file-using-omxplayer</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Jul 2026 16:53:42 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/19332.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 13 Jan 2025 16:22:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to module unable to play mp3 file using omxplayer on Thu, 23 Jan 2025 16:44:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/myfingersarecold" aria-label="Profile: myfingersarecold">@<bdi>myfingersarecold</bdi></a><br />
Thank you for the suggestion. I have installed the MPlayer and your module. The mp3 file is now playing by replacing the omxplayer with either VLC or MPlayer in node.helper.js of the affected module.<br />
Thank you once again.</p>
]]></description><link>https://forum.magicmirror.builders/post/123217</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/123217</guid><dc:creator><![CDATA[hrjmsh]]></dc:creator><pubDate>Thu, 23 Jan 2025 16:44:42 GMT</pubDate></item><item><title><![CDATA[Reply to module unable to play mp3 file using omxplayer on Thu, 16 Jan 2025 21:34:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/plainbroke" aria-label="Profile: plainbroke">@<bdi>plainbroke</bdi></a><br />
Yes, that makes sense.<br />
Keyword: overlay.<br />
I will reply in the MPlayer issue you opened for this, to not hijack this topic.</p>
]]></description><link>https://forum.magicmirror.builders/post/123157</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/123157</guid><dc:creator><![CDATA[evroom]]></dc:creator><pubDate>Thu, 16 Jan 2025 21:34:38 GMT</pubDate></item><item><title><![CDATA[Reply to module unable to play mp3 file using omxplayer on Thu, 16 Jan 2025 19:55:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a><br />
So, I run 20+ modules using MMM-Carousel, they all work well together.<br />
I added MMM-MPlayer and it took over, over rode carousel completely taking over MM.  It would load about 10 seconds after pm2 restart mm.<br />
Then it just stayed up, full screen, looking like it was the only module running. I figured out that the other modules where being run behind MMM-MPlayer by making it only a 1/4 of the screen size.<br />
Does that make sense?</p>
]]></description><link>https://forum.magicmirror.builders/post/123154</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/123154</guid><dc:creator><![CDATA[plainbroke]]></dc:creator><pubDate>Thu, 16 Jan 2025 19:55:06 GMT</pubDate></item><item><title><![CDATA[Reply to module unable to play mp3 file using omxplayer on Thu, 16 Jan 2025 19:34:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/plainbroke" aria-label="Profile: plainbroke">@<bdi>plainbroke</bdi></a> said in <a href="/post/123148">module unable to play mp3 file using omxplayer</a>:</p>
<blockquote>
<p dir="auto">runs out of turn over all the others and does not stop</p>
</blockquote>
<p dir="auto">what does that mean?</p>
]]></description><link>https://forum.magicmirror.builders/post/123149</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/123149</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 16 Jan 2025 19:34:04 GMT</pubDate></item><item><title><![CDATA[Reply to module unable to play mp3 file using omxplayer on Thu, 16 Jan 2025 19:32:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/myfingersarecold" aria-label="Profile: myfingersarecold">@<bdi>myfingersarecold</bdi></a><br />
<a class="plugin-mentions-user plugin-mentions-a" href="/user/evroom" aria-label="Profile: evroom">@<bdi>evroom</bdi></a><br />
Do you use MMM-MPlayer with MMM-Carousel by chance?<br />
When I put this in my config.js MMM-MPlayer runs out of turn over all the others and does not stop.  Even when, I remove MMM-MPlayer from the MMM-Carousel list of modules.    Any Idea what I did wrong?  I remove mplayer and MMM-MPlayer to get it to stop.</p>
<pre><code>		{
			module: "MMM-MPlayer",
				disabled: false,
				position: "top_left",
				header: "MPlayer",
			config: {
			  useTwoWindows: false,
			  layout: "row",
			  monitorAspect: 0,
			  rotate: -1,
			  windowSize: { width: 1900, height: 980 },
			  windowPosition: { x: 5, y: 225 },
			  streamInterval: 30000,
				  streams: {
						window1: [
								"rtsp://admin:admin@192.168.1.32:554/live",
						],
						window2: [
								"rtsp://admin:admin@192.168.1.35:554/live",
						],
				}
			}
		},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/123148</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/123148</guid><dc:creator><![CDATA[plainbroke]]></dc:creator><pubDate>Thu, 16 Jan 2025 19:32:42 GMT</pubDate></item><item><title><![CDATA[Reply to module unable to play mp3 file using omxplayer on Mon, 13 Jan 2025 16:58:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hrjmsh" aria-label="Profile: hrjmsh">@<bdi>hrjmsh</bdi></a> use MPlayer rather than OMXplayer. thats what i am using [also using bookworm]</p>
]]></description><link>https://forum.magicmirror.builders/post/123031</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/123031</guid><dc:creator><![CDATA[myfingersarecold]]></dc:creator><pubDate>Mon, 13 Jan 2025 16:58:49 GMT</pubDate></item></channel></rss>