MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    [MMM-RadioDe] - Simple Web Radio.de player

    Scheduled Pinned Locked Moved Entertainment
    22 Posts 8 Posters 18.8k Views 8 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D Offline
      Disturbx
      last edited by Disturbx

      Sorry man I let you the wrong direction.
      I’m using SLAM, radio.de is covering my station as it will work when I connect to the mirror remotely (via local ip:8080) but not on the mirror itself.

      I even tried it with Antenne, the standard option but works in remote, not on the mirror itself.

      1 Reply Last reply Reply Quote 0
      • SteffS Offline
        Steff
        last edited by Steff

        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:
        0_1486911685647_slam_radio.png

        You mention that it does not start, did you set potentially the autoplay option to false ?

        Could you please post your config ?

        1 Reply Last reply Reply Quote 0
        • D Offline
          Disturbx
          last edited by Disturbx

          {
                                 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 itself

          This is the player on the mirror itself
          alt text

          This is on the webbrowser (http://192.168.1.xxx:8080)
          alt text

          just tried it out with antenne lel

          SteffS 1 Reply Last reply Reply Quote 0
          • SteffS Offline
            Steff @Disturbx
            last edited by

            @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)

            D 1 Reply Last reply Reply Quote 0
            • D Offline
              Disturbx @Steff
              last edited by

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • D Offline
                Disturbx
                last edited by

                Hey @Steff, any updates on the module and how its not working with mine?

                SteffS 1 Reply Last reply Reply Quote 0
                • SteffS Offline
                  Steff @Disturbx
                  last edited by Steff

                  @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

                  D 1 Reply Last reply Reply Quote 0
                  • D Offline
                    Disturbx @Steff
                    last edited by

                    @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 welcome

                    Cant seem to get it working mate :(

                    1 Reply Last reply Reply Quote 0
                    • FistandantilusF Offline
                      Fistandantilus
                      last edited by

                      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.

                      0_1493710214062_Bildschirmfoto 2017-05-02 um 09.17.14.png

                      1 Reply Last reply Reply Quote 0
                      • FistandantilusF Offline
                        Fistandantilus
                        last edited by Fistandantilus

                        Just integrated another player (https://www.muses.org/setup) using iFrame which is working without dropouts. Maybe a problem with radio.de?

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 1 / 3
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Sam, technical setup by Karsten.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy