MagicMirror² v2.14.0 is available! For more information about this release, check out this topic.
remote controle & google assistant & assistant2display
-
because remote control and google assistant each use a different address, I had to disable the remote control, is there a way to still use the remote control together with the assistant? attached a small piece of config.js
var config = {
address: “localhost”,// Address to listen on, can be:
electronOptions: {
webPreferences: {
webviewTag: true
//address: “0.0.0.0”,
}
},