Found the solution…
FYI, for newbies like me…
If you want to use MMM-GoogleAssistant to command MMM-MplayerRadio, just use the recipe installed by default with GA.
To setup this function, just setup that way in config.js
{
module: "MMM-GoogleAssistant",
position: "fullscreen_above",
config: {
recipes: [
"Reboot-Restart-Shutdown.js", "MMM-MplayerRadio.js",
],
debug: true,
assistantConfig: {...
Then MPlayerRadio will be driven with the voice “Jarvis radio play”, “Jarvis radio next”, …
++