Can you please post your “config.js” file (without personal information off course) and the name of module used ?
Read the statement by Michael Teeuw here.
Posts
-
RE: Bright UI
-
RE: MMM-AssistantMk2 (v3)
@Serge Thank you for the link i was looking for a solution like that.
-
RE: MMM-AssistantMk2 (v3)
@Bugsounet said in MMM-AssistantMk2 (v3):
it’s a know bug of calendarext
okay but couldn’t remain all the modules on the screen behind the assistant window?
ah … “cheriefm” is the name of the block (like a landmark)
the think to say is “mets chérie fm” in the sample.
you can try to change it for your language with pattern value
exemple: if you change pattern value to radio test
if you say : radio test it will reconize the cheriefm command and execute it (send to A2D mp3 link of the radio and img)
Well I need to practice more with this. for a start I think I should look for another microphone, the assistant doesn’t really understand what I’m saying.
Do you think a respeaker board with 2 microphones would be better than a USB microphone? -
RE: MMM-AssistantMk2 (v3)
@Bugsounet
Hello again. I tried what you recommended but without much success. First I made the settings for A2D as you recommended and now when I ask something after the assistant answers me an internet window opens with reference to the answer this being a new and very good thing. But when the assistant starts saying the answer, it hides the modules on the screen apart of calendarext. I was talking about this in the post above. I put a short video on youtube.
https://youtu.be/DOIkuA60tKo
As for the radio, I tried after that tutorial but without success.
I tried to use that file “with-radio_fr.js” but when I say “cheriefm” the assistant shows me the website of the radio station “cheriefm” saying “here is what I found on the web” without starting the radio station.
Thank you. -
RE: MMM-AssistantMk2 (v3)
@Bugsounet Hi, I installed this module and A2D module and it’s working fine just few small problems:
1 When I want to use this module with A2D and the answer is coming on the screen all the modules is go hiding and its coming back on the screen after 1 minute. If I use without A2D everything works fine and the modules just go blurred behind of the answer window and come back fast.
2 it’s try to use that radio recipe but I can’t manage to start any radio station. I don’t know how it’s work. Every time when the assistant understands station name he look on the Internet to find information about that radio station but never want to start listening. I must install something else ?
Apart of this everything it’s fine and the module it’s brilliant. Thank you for this. -
RE: MMM-MplayerRadio
@wishmaster270 Now if I put this in the config file:
{ module: "MMM-MplayerRadio", header: "Radio", position: "top_center", config: { customCommand: "", customCommandArgs: ["", "", ""], stations: [ { title: "KissFM", url: "", logo: "https://upload.wikimedia.org/wikipedia/ro/8/86/Logo_Kiss_FM.png", customCommand: "/home/pi/MagicMirror/modules/MMM-MplayerRadio/scripts/KissFM.sh", customCommandArgs: ["", "", ""], }, ], }, },
and this in KissFM.sh
#!/bin/bash xmms2 stop xmms2 clear xmms2 add https://live.kissfm.ro/kissfm.aacp xmms2 play
it’s working when i want to start radio but nothing happens when i touch the stop button just a short flickering of your module(I use a 10" touchescreen).
Thank you. -
RE: MMM-MplayerRadio
@wishmaster270 Ok, I find a easy way to play a web radio with xmms2 player from a executable .sh file for that I ask you to tell me how I can run that file from your module. Now is not working my radios with mplayer.
-
RE: MMM-MplayerRadio
@wishmaster270 I installed xmms2 from " Synaptic Package Manager" and I must install all xmms2 related audio plugins before this to work. So maybe this is reason for no work.
In another way can you please show me how I can run a xxx.sh file local instead of a web link when I chose a radio station ?