Read the statement by Michael Teeuw here.
[MMM-MyRadio] Web Radio Player
-
Any idea how to edit config to play on bluetooth device?
-
You might try
alsamixer
to choose your output device. -
Output device is OK. When I run sh everything works, I can hear a music. But when I run MM I cannot hear nothing
-
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?
-
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 ?
-
Hello,
did u set a , after the last brackets? Did u follow the install from readme? -
Kos Kos is missing " ", isn’t it?
-
@yawns good catch i think
-
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 " ] } },
-
@deder2 please remove the blanks before and after a station it should look like
“Bayern1 Bayern1“