Read the statement by Michael Teeuw here.
[MMM-MyRadio] Web Radio Player
-
Hey to all. ( @gismo2006 @strawberry-3.141 )
here are the first results of my testing: i use a USB MiniMic and now i took a 1meter Cable to put the mic
above the Mirror (its about 50 cm above), and the first tests worked fine. I will report more… -
The module is really great. And especially the help of Robert in my problem. The module and the developer are really recommended. That’s a 1 with a star.
-
Nice module, indeed. Just an idea: Raspberry Pi 3 has Bluetooth. Would be cool to connect BT speakers and play the radio.
We could also use it for remote audio notification". Say, the mirror is linked to a BT speaker in the next room and it plays a sound when certain notification is received, e.g. new mail …
Anybody tried this?
-
@pinsdorf Thanks, Bluetooth is no problem cause MyRadio can play on any audio output, u only need the correct config. and also if u want to start radio with a signal from another modules just do it
with
this.sendNotification(‘NEXT_RADIO’);
like i do with the Alarmclock module. -
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?