Read the statement by Michael Teeuw here.
[MMM-RadioDe] - Simple Web Radio.de player
-
Hm, Just tried it in my own MMM, with following config:
{ module: 'MMM-RadioDe', position: 'top_right', // This can be any of the regions. classes: 'scheduler', config: { // PLAY RADIO BETWEEN 18:50 and 21:00 EVERY DAY //module_schedule: {from: '50 18 * * *', to: '00 21 * * *' }, // See 'Configuration options' for more information. api_key: 'xxxxxxxx', station: 'slam' } },
In my case it immediately start on my magicmirror:
You mention that it does not start, did you set potentially the autoplay option to false ?
Could you please post your config ?
-
{ module: 'MMM-RadioDe', position: 'bottom_left', // This can be any of the regions. config: { // See 'Configuration options' for more information. station: "antenne", // can be obtained in embed section of station, e.g. http://antennekids.radio.de/ api_key: 'xxx', //optional, height:"92", // in pixel width:"360", // in pixel } },
This is my config.
The weird is it is working when I go to http://192.168.1.xxx:8080 but not on the mirror itselfThis is the player on the mirror itself
This is on the webbrowser (http://192.168.1.xxx:8080)
just tried it out with antenne lel
-
@Disturbx Honestly I am completely clueless. I did some updates today to several modules and now my MMM crashes after some time. I am not sure whether it is related to the radio module. I am currently debugging this, potentially I get an idea from this. The only thing I can offer you is to post you a configuration how you could to the similar setup with the iFrame module, if you are interested in. (Without station select, start/ stop via hide mechanism)
-
This post is deleted! -
Hey @Steff, any updates on the module and how its not working with mine?
-
@Disturbx Wanted to post a reply already yesterday, but was too stupid to use git push…, I modified the behavior slightly, letting the module wait until the others are started, added as well some changes. I put them to the
develop
branch, so if you change your git to develop, you can try whether this helps.
How to do:
Enter local directory of module -->git checkout develop
-->git pull
Why develop branch ? I did only test on my development platform, but not on the Raspi itself.
Feedback highly welcome -
@Steff said in [MMM-RadioDe] - Simple Web Radio.de player:
@Disturbx Wanted to post a reply already yesterday, but was too stupid to use git push…, I modified the behavior slightly, letting the module wait until the others are started, added as well some changes. I put them to the
develop
branch, so if you change your git to develop, you can try whether this helps.
How to do:
Enter local directory of module -->git checkout develop
-->git pull
Why develop branch ? I did only test on my development platform, but not on the Raspi itself.
Feedback highly welcomeCant seem to get it working mate :(
-
Hi Steff,
I have just tested your module which is working quite good so far. The are two things I would like to address:
- I´m running it with station “ffhlounge” and sometimes there are short dropouts while playing the stream (CPU is between 2 and 4% and free memory at 44%), maybe you can test if it happens on your side as well, I have a dedicated radio where I can run the stream without dropouts
- while running the mirror in dev mode to debug a problem with another module I found some 403 errors for the RadioDe module. Can you also have a look at them? Attached there is a screenshot.
best regards,
F. -
Just integrated another player (https://www.muses.org/setup) using iFrame which is working without dropouts. Maybe a problem with radio.de?
-
Is it possible to make a kind of “Radio Stations” list to select from. Or do we just add the module a couple of times with on each line another radio station?