@tanvir586 Sorry, needed a moment to figure things out…
You can try to add “–http-reconnect” and maybe “–http-continuous” to the options.
Your config should look something like this then:
{
module: "MMM-MplayerRadio",
header: "Radio",
position: "top_center",
config: {
//autoplay: 0,
customCommand: "/usr/bin/vlc",
customCommandArgs: ["-I","dummy", "--http-reconnect", "--http-continuous", "###URL###"],
stations: [
{
title: "Al Mubarak",
url: "https://relay.emasjidlive.uk/almubarakradio",
logo: "https://upload.wikimedia.org/wikipedia/commons/a/ac/Antenne-bayern-logo.png",
},
],
},
},

