Solved Assistant screen always displays on the bottom bar
-
My Google assistant is working. Both Detector and Assistant are set for “bottom_third”. The Detector logo displays where it should. But I can’t change the position of the Google Assistant pop-up. It always displays on the bottom bar, no matter how I set position. Here is my config:
{ module: "MMM-GoogleAssistant", position: "lower_third", configDeepMerge: true, config: { debug: false, Extented: { welcome: { useWelcome: true, welcome: "what is the date" }, }, assistantConfig: { latitude: 40.857380, longitude: -74.524410, lang: "en-US", }, NPMCheck: { useChecker: true, delay: 1440 * 60 * 1000, useAlert: false }, } },
Here is the displayed window after the assistant activates:
Any suggestions? Or is this how it is supposed to work?
-
Hi,
This position is only used by extented display modules (spotify, music, screen,…)
GA response field is a fixed pop-up in bottom and Informations bar in top
` -
Got it, thanks!
-
mlewus