Read the statement by Michael Teeuw here.
MMM-AssistantMk2 (v3)
-
pi@raspberrypi:~/MagicMirror $ gcc --version gcc (Raspbian 7.3.0-19) 7.3.0 Copyright (C) 2017 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
@Bugsounet Hi, again. I managed to make my radio station list and everything works fine, just I don’t know how to stop the radio. Can you please explain me how to add a stop radio command?
Thank you -
@jimmydew can you do this command for more informations, please ?
cat /etc/*release
@electros :
Good job !For stop radio (and other A2D module), i create a feature in AMk2 (A2D Server part)
You can define your preferedstop
command
by default it’sstop
but … it’s depend of your language !
for exemple in french language, when i saystop
, google transcriptstoppe
you have an exemple in AMk2 structure sample
-
@Bugsounet OK I understand that but if I configure that “stop” in english for example just I must say " jarvis stop" or “jarvis stop radio” ?
-
It’s depend what’s google return in transcription
for verify what it return
You have 2 solutions:- turn
Fullscreen
ui , activatejarvis
and saystop
.
AMk2 will display in real time what it understand, so if it displaystop
, it’s ok
en french it displaystoppe
then i have to modifyA2DStopCommand: "stoppe",
- in console and
debug
mode actived
activatejarvis
and saystop
.
you will see the transcription of google
transcription: { transcription: 'stoppe', done: true },
notes:
- if you say
stop
and method 1 or 2 result isstop
too
noA2DStopCommand
configuration require - stop command defined in
A2DStopCommand
stops all process of A2D :weblinks
,cast
,youtube
,radio
,photos
(and MMM-FreeboxTV for french user)
Use:
just say
jarvis
(for activating) …stop
(or your preferedA2DStopCommand
) - turn
-
@Bugsounet OK, thank you
-
sure:
pi@raspberrypi:~/MagicMirror $ cat /etc/*release PRETTY_NAME="Raspbian GNU/Linux 10 (buster)" NAME="Raspbian GNU/Linux" VERSION_ID="10" VERSION="10 (buster)" VERSION_CODENAME=buster ID=raspbian ID_LIKE=debian HOME_URL="http://www.raspbian.org/" SUPPORT_URL="http://www.raspbian.org/RaspbianForums" BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
-
gyp ERR! System Linux 5.4.35-v7l+
in the raspbian web site i see this:
Raspbian Buster with desktop Image with desktop based on Debian Buster Version:February 2020 Release date:2020-02-13 Kernel version:4.19
i don’t know why you are the 5.4.x kernel version and it seams the problem
I don’t try to compile it with it so … sorry, i can’t help
retry with 4.19.x kernel version -
hmm okay, is there a way to change my kernel version??
-
@jimmydew load a different version of the OS