MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. jims
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    J
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 13
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: The latest Install Guide (MM w/ Google Assistant)

      @Sean Thanks! I test and I will tell you if everithings it’s okay!

      posted in Troubleshooting
      J
      jims
    • RE: The latest Install Guide (MM w/ Google Assistant)

      @Sean said in The latest Install Guide (MM w/ Google Assistant):

      MMM-Hotword

      Ok thanks for your reply. So I have to install Hotword and AssistantMk2 in V3. I have to remove the older before ?
      Thanks!

      posted in Troubleshooting
      J
      jims
    • RE: The latest Install Guide (MM w/ Google Assistant)

      Hello ! I have a problem with this topic haha I install all in my magic mirror, but I don’t have a icon google assistant on my screen…
      Everythings is ok until step 7. I test with the command “node auth_and_test.js” and it’s okay. I don’t understand why I don’t have icon google on my screen…
      Can you help me please? how can I check ?
      Sorry for my english, I’m french :P

      			module: "MMM-Hotword",
      			config: {
      				record: {
      					recordProgram : "arecord",  
      					device        : "plughw:1"
      				},
      				autostart:true,
      				onDetected: {
      					notification: (payload) => {
      					return "ASSISTANT_ACTIVATE"
      					},
      					payload: (payload) => {
      						return {
      						  profile: payload.hotword
      						}
      					}
      				},
      			},
      		},
      		{
      			module: "MMM-AssistantMk2",
      			position: "bottom_bar",
      			config: {
      				deviceLocation: {
      					coordinates: { // set the latitude and longitude of the device to get localized information like weather or time. (ref. mygeoposition.com)
      					latitude: 45.5662672, // -90.0 - +90.0
      					longitude: 5.9203636, // -180.0 - +180.0
      					},
      				},
      				record: {
      					recordProgram : "arecord",  
      					device        : "plughw:1",
      				},
      				notifications: {
      					ASSISTANT_ACTIVATED: "HOTWORD_PAUSE",
      					ASSISTANT_DEACTIVATED: "HOTWORD_RESUME",
      				},
      				useWelcomeMessage: "brief today",
      				profiles: {
      					"default" : {
      						lang: "en-US"
      					}
      				},
      			}
      		},
      
      posted in Troubleshooting
      J
      jims
    • 1 / 1