2nd MagicMirror on crushed dimond frame.

Read the statement by Michael Teeuw here.
Posts
-
RE: Pir sensor
@Peter didn’t worked for me either. Recovered my old sd card with mm 1.19 and MMM-PIR-Sensor installed. Not updating my mm now.
-
RE: Pir sensor
@j-e-f-f Hi mate. Thinking to install EXT-Pir now. Just one question do I need EXT-Screen to make it work. If yes how can I configure both module? Thanks
-
RE: Online Radio
@wishmaster270 Hi thanks mate 😊. I changed showStreamInfo to false and its worked well for me. Not changing anything. Thanks for this grate module.
-
RE: Online Radio
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?
-
RE: Does this Module still work?
@r3zi3lr walaikum assalam. I was using this module till last year. Was working absolutely fine. I don’t use it anymore. Location based prayer time is not accurate. Where do you live? May be I can help you to get a accurate one.
-
RE: Online Radio
@wishmaster270 That’s fine mate. Really appreciated you helping. Thank you very much.
-
RE: Online Radio
@wishmaster270 Hi. The Radio just came back online but no luck. Is doesn’t come online itself.
-
RE: Online Radio
@wishmaster270 Hi… the sound works perfectly. thank you very much. now just waiting now for the radio go offline and come back online. will text you back.
-
RE: Online Radio

Should I reinstall? Or delete the module and fresh install?
-
RE: Online Radio
@wishmaster270 I’ve updated yesterday. I’ll check again now
-
RE: Online Radio
@wishmaster270 Hi, it’s says this
tanvir@raspberrypi:~ $ /home/pi/MagicMirror/modules/MMM-MplayerRadio/scripts/streamlinkWrapper.bash 10 30 https://relay.emasjidlive.uk/almubarakradio
bash: /home/pi/MagicMirror/modules/MMM-MplayerRadio/scripts/streamlinkWrapper.bash: No such file or directory -
RE: Online Radio
If I use this config then vlc open is separate window and it’s looks like this.
{ module: "MMM-MplayerRadio", header: "Radio", position: "top_center", config: { stations: [ { title: "Almubarak", url: "https://relay.livemasjid.com:8443/activestream", logo: "https://almubarakradio.com/wp-content/uploads/2021/04/logorectangle-1024x326.png", customCommand: "/home/pi/MagicMirror/modules/MMM-MplayerRadio/scripts/streamlinkWrapper.bash", customCommand: "/usr/bin/vlc", customCommandArgs: ["10", "30", "###URL###"], }, ], }, },picture ;-

-
RE: Online Radio
@tanvir586 If I used this config then the sound works but open vlc in separate windows
{ module: "MMM-MplayerRadio", header: "Radio", position: "top_center", config: { stations: [ { title: "Almubarak", url: "https://relay.emasjidlive.uk/almubarakradio", logo: "https://almubarakradio.com/wp-content/uploads/2021/04/logorectangle-1024x326.png",customCommand: “/usr/bin/vlc”,
customCommand: “/home/pi/MagicMirror/modules/MMM-MplayerRadio/scripts/streamlinkWrapper.bash”,
customCommandArgs: [“10”, “30”, “###URL###”],
},
],
},
}, -
RE: Online Radio
@wishmaster270 I’m not getting any sound.
config is right?{ module: "MMM-MplayerRadio", header: "Radio", position: "top_center", config: { stations: [ { title: "Almubarak", url: "https://relay.emasjidlive.uk/almubarakradio", logo: "https://almubarakradio.com/wp-content/uploads/2021/04/logorectangle-1024x326.png", customCommand: "/home/pi/MagicMirror/modules/MMM-MplayerRadio/scripts/streamlinkWrapper.bash", customCommandArgs: ["10", "30", "###URL###"], }, ], }, },I added this line aswell
customCommandArgs: [“-I”,“dummy”, “–http-reconnect”, “–http-continuous”, “###URL###”],but didn’t work
-
RE: Online Radio
@wishmaster270 Just updated. Think I’m doing it right. First I’ve installed the streamlink. And then I went to the MMM-MplayerRadio folder and execute git pull.
I was bit confused about the streamlink. Didn’t understand where to install it , on the MMM-MplayerRadio folder or just normal installation. Finally I installed normally. Hope I’m doing it right.
