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 19.7k 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

      Hi mate started using your module back again. now I’m using a station which is 24/7. all working very good. just one help I need now. just wanna to reduce the size of the control Wrapper. I edit the mplayer-radio.css file. I was able to reduce the top part but the bottom part is not reducing. I edit
      .mradio .controlWrapper {
      padding-top: 5px;
      width: 100%;

      and add hight: 100%;

      but it did not work. anything I can do on this?

      wishmaster270W 1 Reply Last reply Reply Quote 0
      • wishmaster270W Offline
        wishmaster270 Module Developer @tanvir586
        last edited by

        @tanvir586
        Hi,

        first of all: Please do not edit any files in the module folder. You will get into problems with the next update. All CSS of the module can be overridden by copying the things you want to change to custom.css and edit it there.
        second: Please use the ```YOUR CODE``` notation when pasting code.

        Now to your problem :beaming_face_with_smiling_eyes:
        The size of the controlWrapper depends of the buttons in it and their margin. So instead of changing the controlWrapper you could reduce the size of the buttons instead:

        .mradio .controlWrapper .button {
            height: 30px;
            width: 30px;
            margin-left: 5px;
            margin-right: 5px;
        }
        

        If you want to reduce the size of the space between the stations and the buttons this is mostly the field where the stream information will be displayed (if provided and you are using mplayer to play, which you do not as i remember).
        If do not want the stream information to be displayed you can set the the option showStreamInfo to false in the module configuration.

        T 1 Reply Last reply Reply Quote 0
        • T Offline
          tanvir586 @wishmaster270
          last edited by

          @wishmaster270 Hi thanks mate 😊. I changed showStreamInfo to false and its worked well for me. Not changing anything. Thanks for this grate module.

          N 1 Reply Last reply Reply Quote 0
          • N Offline
            Nathaniel @tanvir586
            last edited by

            @tanvir586
            i also need that module can you share it with me

            wishmaster270W 1 Reply Last reply Reply Quote 0
            • wishmaster270W Offline
              wishmaster270 Module Developer @Nathaniel
              last edited by

              @Nathaniel Hi,

              the module ia available on Github MMM-MplayerRadio.

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