MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. deder2
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    D
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 6
    • Groups 0

    deder2

    @deder2

    0
    Reputation
    238
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    deder2 Unfollow Follow

    Latest posts made by deder2

    • RE: [MMM-MyRadio] Web Radio Player

      0_1539807066608_radio.jpg

      posted in Entertainment
      D
      deder2
    • RE: [MMM-MyRadio] Web Radio Player

      0_1539803980226_IMG_20181017_211040.jpg

      posted in Entertainment
      D
      deder2
    • RE: [MMM-MyRadio] Web Radio Player

      thank you for your help and sorry for my english.

      in the console the sound works with this command

      mpg123 -@ http://streaming.radio.rtl.fr/rtl-1-44-128.m3u

      I planned to use MMM-voice to control your module.

      The sound of the radio must launch directly at the start of the magicmirror?

      posted in Entertainment
      D
      deder2
    • RE: [MMM-MyRadio] Web Radio Player

      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

      posted in Entertainment
      D
      deder2
    • RE: [MMM-MyRadio] Web Radio Player

      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 "
                                  ]
                  }
        },
      
      posted in Entertainment
      D
      deder2
    • RE: [MMM-MyRadio] Web Radio Player

      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 ?

      posted in Entertainment
      D
      deder2