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

    mental0816

    @mental0816

    0
    Reputation
    5
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    mental0816 Unfollow Follow

    Latest posts made by mental0816

    • MMM-Assistant2Display It plays Youtube or something not well.
      {
      			module: "MMM-GoogleAssistant",
      			position: "fullscreen_above",
      			config: {
      				header : "",
      				assistantConfig: {
      					lang: "en-US",
      					latitude: 35.823308,
      					longitude: 128.542307
      				},
      				micConfig: {
      					// put there configuration generated by auto-installer
      					recorder: "arecord",
      					device: "plughw:2"
      				},
      				A2DServer: {
      					useA2D: true,
      					stopCommand: "stop"
      				},
      				snowboy: {
      					usePMDL: false,
      					audioGain: 2.0,
      					Frontend: true,
      					Model: "smart_mirror",
      					Sensitivity: 0.7
      				},
      			}
      		},
      		{
      			module: "MMM-Assistant2Display",
      			position: "top_left",
      			config: {
      			  debug:true,
      			}
      		}
      

      It is my conf.

      When I say “play music on youtube”, Assistant says “opening app…” but it doesnt open and just disappear. (same at spotify)
      When I say “play kendrick lamar on youtube”, Assistant tries to open youtube link and it just loading(shows youtube loading circle) and disappear.

      How can I fix it? sorry for my short english skills. :(

      posted in Troubleshooting
      M
      mental0816
    • RE: How to use MMM-GoogleAssistant?

      thx :D mic doesnt work so well.
      so I changed. and it works.

      posted in Troubleshooting
      M
      mental0816
    • How to use MMM-GoogleAssistant?

      I started making my own magic mirror with Raspberry Pi4, USB soundcard, Audiotechnika Microphone, HDMI Monitor.

      I installed MMM-GoogleAssistant, MMM-Assistant2Display. (I follow MMM-GoogleAssistant’s github wiki. Google cloud platform, credentials, auth and test, token or other everything)

      My other modules are working well.(weather, news, spotify) But I dont know how to use MMM-GoogleAssistant. I tested microphone to recording something in Raspberry Pi.

      arecord -l shows card2 USB device. And I wrote plughw:2 to config.

      How can I use MMM-GoogleAssistant? Is it has any command or hotword exist? (OK google doesnt work)

      Sorry for my english.
      Thank you🙏

      posted in Troubleshooting mmm-googleassistant
      M
      mental0816