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-MyRadio] Web Radio Player

    Scheduled Pinned Locked Moved Entertainment
    34 Posts 13 Posters 19.8k Views 12 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.
    • Mykle1M Offline
      Mykle1 Project Sponsor Module Developer @Mike7400
      last edited by

      @mike7400

      You might try alsamixer to choose your output device.

      Create a working config
      How to add modules

      1 Reply Last reply Reply Quote 0
      • M Offline
        Mike7400
        last edited by

        Output device is OK. When I run sh everything works, I can hear a music. But when I run MM I cannot hear nothing

        1 Reply Last reply Reply Quote 0
        • R Offline
          raspialex2018
          last edited by

          The same problem like Mike…No output over MM. If i start the script over bash sound and output ok. Can you help me please?

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

            Hello, I have a problem with your module.
            the module is not displayed? the script files are well executable.
            mpg123 is well installed.
            MagicMirror is up to date.
            I use your config by default

            {
            module: ‘MMM-MyRadio’,
            position: ‘top_right’,
            config: {
            stations: [
            “Bayern1 Bayern1”,
            “Bayern3 Bayern3”,
            “Charivari Charivari”,
            Kos Kos,
            “AB AB”
            ]

            }

            }

            an idea ?

            1 Reply Last reply Reply Quote 0
            • tbbearT Offline
              tbbear Module Developer
              last edited by

              Hello,
              did u set a , after the last brackets? Did u follow the install from readme?

              Robert the Bear

              Cr4z33C 1 Reply Last reply Reply Quote 0
              • yawnsY Offline
                yawns Moderator
                last edited by

                Kos Kos is missing " ", isn’t it?

                tbbearT 1 Reply Last reply Reply Quote 0
                • tbbearT Offline
                  tbbear Module Developer @yawns
                  last edited by

                  @yawns good catch i think

                  Robert the Bear

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

                    I progress, the module is displayed but no image of chain and no sound.

                      {
                        module :  "MMM-MyRadio" ,
                                position :  "top_left",
                                config : {
                                        stations : [
                                                 " Bayern1 Bayern1 " ,
                                                 " Bayern3 Bayern3 " ,
                                                 " Charivari Charivari " ,
                                                 " Kos Kos " ,
                                                 " AB AB "
                                                ]
                                }
                      },
                    
                    tbbearT 1 Reply Last reply Reply Quote 0
                    • tbbearT Offline
                      tbbear Module Developer @deder2
                      last edited by

                      @deder2 please remove the blanks before and after a station it should look like
                      “Bayern1 Bayern1“

                      Robert the Bear

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

                        great, no space it works for pictures.
                        however, I created two radios (two script files and two image files)
                        but I still have the names of the old radio Bayern1 AB …
                        And still no sound.

                          {
                            module :  "MMM-MyRadio" ,
                                    position :  "top_left",
                                    config : {
                                            stations : [
                                                     "rtl rtl" ,
                                                     "latina latina" ,
                                                    ]
                                    }
                          },
                        

                        script :

                        #!/bin/bash

                        killall mpg123

                        sleep 0.1

                        mpg123 -@ http://streaming.radio.rtl.fr/rtl-1-44-128.m3u 1>~/MagicMirror/modules/MMM-MyRadio/RDS.log

                        thank you

                        tbbearT 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 4
                        • 4 / 4
                        • 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