• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

MMM-AssistantMk2 problems when using electron-rebuild

Scheduled Pinned Locked Moved Troubleshooting
40 Posts 6 Posters 16.4k Views 6 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Y Offline
    yep_DD
    last edited by Aug 21, 2018, 11:10 AM

    @sean said in MMM-AssistantMk2 problems when using electron-rebuild:

    rm -rf grpc

    Hi @Sean,

    cool that helps. You you just advice for some of the not so advanced npm and node users how to downgrade?

    Thank you so much,

    Stephan

    ? 1 Reply Last reply Aug 21, 2018, 11:16 AM Reply Quote 0
    • ? Offline
      A Former User @yep_DD
      last edited by Aug 21, 2018, 11:16 AM

      @yep_dd
      Currently, I’m not in front of my device, so I write this without test.

       npm install [package]@[version]
      

      That is a usual form.

      Thus,

      cd ~/MagicMirror/modules/MMM-AssistantMk2
      rm -rf ./node_modules/grpc
      npm install grpc@1.13
      

      would work, I think.

      1 Reply Last reply Reply Quote 0
      • D Offline
        dvbit
        last edited by dvbit Aug 21, 2018, 11:40 AM Aug 21, 2018, 11:40 AM

        if anybody needs a working raspie3b+ image with hotword/notification/assistant installed drop a pm

        :-)

        1 Reply Last reply Reply Quote 0
        • Y Offline
          yep_DD
          last edited by Aug 21, 2018, 1:16 PM

          @Sean
          works like a charm, thank you

          1 Reply Last reply Reply Quote 0
          • Y Offline
            yep_DD
            last edited by Aug 21, 2018, 3:00 PM

            @Sean

            off topic: is there a way to set the audio output (Device / Program) routing like “record” for the mic?

            ? 2 Replies Last reply Aug 21, 2018, 3:04 PM Reply Quote 0
            • ? Offline
              A Former User @yep_DD
              last edited by Aug 21, 2018, 3:04 PM

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • ? Offline
                A Former User @yep_DD
                last edited by A Former User Aug 21, 2018, 3:11 PM Aug 21, 2018, 3:10 PM

                @yep_dd
                I didn’t make it configurable much. But you can modify ‘node_helper.js’ by yourself

                var speaker = new Speaker({
                channels: 1,
                sampleRate: cfgInstance.conversation.audio.sampleRateOut,
                });

                You can add here ‘device:”hw:1,0”,”. I’ll fix them to be configurable next update.

                1 Reply Last reply Reply Quote 0
                • Y Offline
                  yep_DD
                  last edited by Aug 21, 2018, 3:18 PM

                  @Sean

                  cool, works, thank you so much. Would you know where youtube audio is configured? Because that still uses the standard.

                  ? 1 Reply Last reply Aug 21, 2018, 3:21 PM Reply Quote 0
                  • ? Offline
                    A Former User @yep_DD
                    last edited by Aug 21, 2018, 3:21 PM

                    @yep_dd I don’t know about that, sorry. :| I think you should adjust your mixer (alsa? or pulse?)

                    1 Reply Last reply Reply Quote 0
                    • Y Offline
                      yep_DD
                      last edited by yep_DD Aug 21, 2018, 3:58 PM Aug 21, 2018, 3:58 PM

                      @Sean
                      correct, works. Modified /usr/share/alsa/alsa.conf for the default sound card and added a “record” for MMM-Hotkey so it wouldn’t use that as default: working just fine.

                      Just stuttering, the audio output as well as video. Let’s see why… when audio is played through the 3.5mm jack it works fine.

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 3 / 4
                      3 / 4
                      • First post
                        24/40
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy