<?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[MMM-RadioDE will not play]]></title><description><![CDATA[<p dir="auto">Hello all,</p>
<p dir="auto">I have a Problem since two weeks that the module RadioDE will start and show the radiostation but will not play.</p>
<p dir="auto">a reinstall of this modul have not work and chance the station will not work too.</p>
<p dir="auto">I hope anyone can help me.</p>
<p dir="auto">Best regards</p>
<p dir="auto">Blackmirror</p>
]]></description><link>https://forum.magicmirror.builders/topic/13995/mmm-radiode-will-not-play</link><generator>RSS for Node</generator><lastBuildDate>Sat, 09 May 2026 13:36:47 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/13995.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 07 Nov 2020 18:16:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-RadioDE will not play on Sat, 19 Dec 2020 20:28:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/blackmirror" aria-label="Profile: Blackmirror">@<bdi>Blackmirror</bdi></a><br />
Hi, maybe the url of the radio station changed. The player then tries to start the station and stops directly.</p>
]]></description><link>https://forum.magicmirror.builders/post/85895</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/85895</guid><dc:creator><![CDATA[wishmaster270]]></dc:creator><pubDate>Sat, 19 Dec 2020 20:28:19 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-RadioDE will not play on Sat, 19 Dec 2020 16:40:14 GMT]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">today the Mplayer radio will not turn on. He get on and will stop directly after start.</p>
<p dir="auto">But I have nothing change.</p>
<p dir="auto">Best regards</p>
<p dir="auto">BlackMirror</p>
]]></description><link>https://forum.magicmirror.builders/post/85867</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/85867</guid><dc:creator><![CDATA[Blackmirror]]></dc:creator><pubDate>Sat, 19 Dec 2020 16:40:14 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-RadioDE will not play on Sun, 15 Nov 2020 11:14:31 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">great if it works. You may want to add an “showStations: false,” to your config. The yellow radio symbol then will be displayed instead of showing the station logos. If you want the module to be invisible you can remove the position option. The module will be functional even if it is not displayed.</p>
]]></description><link>https://forum.magicmirror.builders/post/84634</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/84634</guid><dc:creator><![CDATA[wishmaster270]]></dc:creator><pubDate>Sun, 15 Nov 2020 11:14:31 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-RadioDE will not play on Sun, 15 Nov 2020 09:49:49 GMT]]></title><description><![CDATA[<p dir="auto">Hello<br />
it’s works but after controlled with Notification, it will not more displayed. But this is not really a problem.</p>
<pre><code>     module: 'MMM-Buttons',
//                        classes: 'default everyone',
     config: {
    minShortPressTime: 20,
    bounceTimeout: 10,
             buttons: [
             {
             pin: 10,
             name: "Radio",
             longPress: {
                      notification: "RADIO_STOP",
                    payload: "default"},
             shortPress: {
                    notification: "RADIO_PLAY",
                    payload: "Radio"}},
        {
            pin: 11,
            name: "Tagesschau",
            longPress: {
              notification: "BUTTON_PRESSED",
              payload: true
            },
           shortPress: {
              notification: "BUTTON_PRESSED",
              payload: true
            }
        }
    ]
}},
</code></pre>
<pre><code>{
        module: "MMM-MplayerRadio",
        classes: 'Radio',
        header: "Radio",
        position: 'bottom_left', // This can be any of the regions.
        config: {
                //autoplay: 0,
                stations: [
                                {
                                title: "hr3.de",
                                url: "http://www.surfmusik.de/m3u/hr3-mitte,19472.m3u",
                                logo: "https://upload.wikimedia.org/wikipedia/commons/thumb/e/e1/Hr3-Logo_2015.svg/240p$
                                }
                        ],
                        showControls: false,
                        showVolControls: false
                }
},

</code></pre>
<p dir="auto">Thanks Blackmirror</p>
]]></description><link>https://forum.magicmirror.builders/post/84629</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/84629</guid><dc:creator><![CDATA[Blackmirror]]></dc:creator><pubDate>Sun, 15 Nov 2020 09:49:49 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-RadioDE will not play on Sat, 14 Nov 2020 19:34:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/blackmirror" aria-label="Profile: Blackmirror">@<bdi>Blackmirror</bdi></a> Hi, if you like you can give a try to my radio module <a href="https://github.com/Tom-Hirschberger/MMM-MplayerRadio" target="_blank" rel="noopener noreferrer nofollow ugc">MMM-MplayerRadio</a>. There are config options to hide most things and there is a autoplay feature.</p>
]]></description><link>https://forum.magicmirror.builders/post/84619</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/84619</guid><dc:creator><![CDATA[wishmaster270]]></dc:creator><pubDate>Sat, 14 Nov 2020 19:34:09 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-RadioDE will not play on Sat, 14 Nov 2020 16:09:16 GMT]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">have noone a idea? Or a other simple radio module? But with no buttons. Only simple play a radiostream.</p>
<p dir="auto">Here my config.js</p>
<pre><code>{
        module: 'MMM-RadioDe',
        classes: 'Radio',
        position: 'bottom_left', // This can be any of the regions.
        config: {
                // See 'Configuration options' for more information.
                station: "hr3",
                // can be obtained in embed section of station, e.g. http://ant$
                api_key: "xxx",
                autoplay: "true"
                //optional,
                //height:"92", // in pixel
                //width:"360", // in pixel
        }
},

</code></pre>
<p dir="auto">The error looks like a bad API, but the API is right.</p>
]]></description><link>https://forum.magicmirror.builders/post/84609</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/84609</guid><dc:creator><![CDATA[Blackmirror]]></dc:creator><pubDate>Sat, 14 Nov 2020 16:09:16 GMT</pubDate></item></channel></rss>