• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

Online Radio

Scheduled Pinned Locked Moved Entertainment
52 Posts 4 Posters 14.8k Views 4 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.
  • T Offline
    tanvir586
    last edited by Oct 20, 2022, 7:58 AM

    Is there any working online Radio module available? Tried couple of modules but no luck

    W 1 Reply Last reply Oct 20, 2022, 9:46 AM Reply Quote 0
    • W Offline
      wishmaster270 Module Developer @tanvir586
      last edited by Oct 20, 2022, 9:46 AM

      @tanvir586 Hi,
      i developed MMM-MplayerRadio a couple of years ago. It still should be functional.

      T 1 Reply Last reply Oct 20, 2022, 10:40 AM Reply Quote 1
      • T Offline
        tanvir586 @wishmaster270
        last edited by Oct 20, 2022, 10:40 AM

        @wishmaster270 Hi, tried your one. But no sound. Installed vlc still no sound. Will share my config once I go home. Thanks for replying mate

        W 1 Reply Last reply Oct 20, 2022, 11:46 AM Reply Quote -1
        • W Offline
          wishmaster270 Module Developer @tanvir586
          last edited by wishmaster270 Oct 20, 2022, 11:55 AM Oct 20, 2022, 11:46 AM

          @tanvir586 Had a lot of problems with the sound of Raspberry as well. It do not think that it is a problem with the modules it might be a problem with the asound or pulseaudio configuration of the operating system.

          If you use Buster release sound is configured by asound, if you use Bullseye it is PulseAudio.

          Do you use the build in sound of the board or a external sound card?

          B T 3 Replies Last reply Oct 20, 2022, 1:14 PM Reply Quote 0
          • B Offline
            bugsounet Banned @wishmaster270
            last edited by Oct 20, 2022, 1:14 PM

            @wishmaster270

            If you use Buster release sound is configured by asound, if you use Bullseye it is PulseAudio

            Nop… It’s pulseaudio too…

            1 Reply Last reply Reply Quote 0
            • T Offline
              tanvir586 @wishmaster270
              last edited by Oct 20, 2022, 1:35 PM

              @wishmaster270 Hi , Im using my monitors build in speaker. I don’t know which operating system I’m using. I downloaded yesterday. Will let you know once I go home

              1 Reply Last reply Reply Quote 0
              • T Offline
                tanvir586 @wishmaster270
                last edited by Oct 20, 2022, 1:56 PM

                @wishmaster270 Hi just checked. its bullseye. and my config is

                {
                		module: "MMM-MplayerRadio",
                		header: "Radio",
                		position: "top_center",
                		config: {
                			//autoplay: 0,
                			stations: [
                				{
                					title: "Al Mubarak",
                					url: "https://emasjidlive.co.uk/listen/almubarakradio",
                					logo: "https://upload.wikimedia.org/wikipedia/commons/a/ac/Antenne-bayern-logo.png",
                				},
                			],
                		},
                	},
                
                W 1 Reply Last reply Oct 20, 2022, 2:44 PM Reply Quote 0
                • W Offline
                  wishmaster270 Module Developer @tanvir586
                  last edited by Oct 20, 2022, 2:44 PM

                  @bugsounet Oh, good to know. I use Bullseye for a while but currently only have a mirror running without audio.

                  @tanvir586
                  In default mode (which you use) mplayer is used. As i wrote in the documentation mplayer has caused a lot of problems with many streams. You could try to switch to vlc instead which is working much better but does not provide the current stream information.

                  	{
                  		module: "MMM-MplayerRadio",
                  		header: "Radio",
                  		position: "top_center",
                  		config: {
                  			//autoplay: 0,
                                          customCommand: "/usr/bin/vlc",
                                          customCommandArgs: ["-I","dummy","###URL###"],
                  			stations: [
                  				{
                  					title: "Al Mubarak",
                  					url: "https://emasjidlive.co.uk/listen/almubarakradio",
                  					logo: "https://upload.wikimedia.org/wikipedia/commons/a/ac/Antenne-bayern-logo.png",
                  				},
                  			],
                  		},
                  	},
                  

                  Make sure to install vlc first:

                  sudo apt update && sudo apt install -y vlc
                  
                  T 2 Replies Last reply Oct 20, 2022, 3:24 PM Reply Quote 0
                  • T Offline
                    tanvir586 @wishmaster270
                    last edited by Oct 20, 2022, 3:24 PM

                    @wishmaster270 Hi I’ve tried this aswell. And I installed the vlc. But still not working. I’ll try it again now.

                    1 Reply Last reply Reply Quote 0
                    • T Offline
                      tanvir586 @wishmaster270
                      last edited by Oct 20, 2022, 3:47 PM

                      @wishmaster270 ok. Didn’t work. I have another mirror with no speaker. And that’s os 11.2. I can copy that sd card and try on my new mirror. Do you think it will work or I should do something on this one?

                      W 1 Reply Last reply Oct 20, 2022, 4:58 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 1 / 6
                      1 / 6
                      • First post
                        3/52
                        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