<?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[simple web-radio]]></title><description><![CDATA[<p dir="auto">I search for a simple web-radio that I can use with buttons,<br />
Volume , on, off, and chance the different streams.<br />
Only show short the station, after change.</p>
]]></description><link>https://forum.magicmirror.builders/topic/2335/simple-web-radio</link><generator>RSS for Node</generator><lastBuildDate>Sun, 09 Aug 2026 08:02:50 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/2335.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 16 Apr 2017 17:13:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to simple web-radio on Mon, 24 Apr 2017 07:21:29 GMT]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I have a issue in the code, the Buttons will not work. How I can control the voiceradio with Buttons?</p>
<p dir="auto">Thanks</p>
<p dir="auto">Blackmirror</p>
]]></description><link>https://forum.magicmirror.builders/post/20332</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/20332</guid><dc:creator><![CDATA[Blackmirror]]></dc:creator><pubDate>Mon, 24 Apr 2017 07:21:29 GMT</pubDate></item><item><title><![CDATA[Reply to simple web-radio on Tue, 18 Apr 2017 14:35:33 GMT]]></title><description><![CDATA[<p dir="auto">So, I Have modified, and hope it will doing what I want:</p>
<p dir="auto">Module.register(“MMM-Myvoiceradio”,{</p>
<p dir="auto">// Default module config.<br />
defaults: { text: “</p><div>Sender1: BigFM<br />Sender2: Einslive</div>”<br />
},<p></p>
<p dir="auto">notificationReceived: function(notification, payload, sender) {<br />
var self = this;<br />
Sender = 0;<br />
If (notification === “Sender+”){<br />
Sender = Sender+1;<br />
If (Sender &gt; 1){<br />
Sender = 2;<br />
}<br />
}<br />
If (notification === “Sender-”){<br />
Sender = Sender-1;<br />
If (Sender &lt; 1){<br />
Sender = 2;<br />
}<br />
}</p>
<pre><code>if (Sender === 1){
    self.sendSocketNotification('einslive', {});
}
</code></pre>
<p dir="auto">if (Sender  === 2){<br />
self.sendSocketNotification(‘bigfm’, {});<br />
}<br />
if (notification === “Volume+”){<br />
self.sendSocketNotification(‘VolumeUp’, {});<br />
if (notification === “Volume-”){<br />
self.sendSocketNotification(‘VolumeDown’, {});</p>
<p dir="auto">if (notification === “radiostop”){<br />
self.sendSocketNotification(‘radiostop’, {});<br />
}</p>
<p dir="auto">This was the Myvoiceradio.js</p>
]]></description><link>https://forum.magicmirror.builders/post/19869</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/19869</guid><dc:creator><![CDATA[Blackmirror]]></dc:creator><pubDate>Tue, 18 Apr 2017 14:35:33 GMT</pubDate></item><item><title><![CDATA[Reply to simple web-radio on Sun, 16 Apr 2017 19:40:14 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> <a href="https://github.com/gismo2006/MMM-Myvoiceradio" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/gismo2006/MMM-Myvoiceradio</a></p>
<p dir="auto">That one can be used to recieve commands from the gpio module</p>
<p dir="auto">Or if by buttons you mean on screen buttons then you have <a href="https://github.com/brobergp/MMM-TouchPlayerBasic" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/brobergp/MMM-TouchPlayerBasic</a></p>
]]></description><link>https://forum.magicmirror.builders/post/19771</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/19771</guid><dc:creator><![CDATA[broberg]]></dc:creator><pubDate>Sun, 16 Apr 2017 19:40:14 GMT</pubDate></item></channel></rss>