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

    Posts

    Recent Best Controversial
    • RE: Simple Music Player Module

      @Rolandb
      Hi, are you still facing the issue?

      posted in Entertainment
      aro28A
      aro28
    • RE: Volume issue on MMM-GoogleAssistant module

      Yes. It works.
      Thanks!

      posted in Troubleshooting
      aro28A
      aro28
    • RE: Volume issue on MMM-GoogleAssistant module

      Thanks! @d3r
      Will try to do that once back to home.
      Best,

      posted in Troubleshooting
      aro28A
      aro28
    • Volume issue on MMM-GoogleAssistant module

      Hi folks,
      I don’t know why, but my MMM-GoogleAssistant’s volume does not correspond to the system volume. The GoogleAssistant (gauravsacc/MMM-GoogleAssistant) answers me very quietly. How to increase the volume of the module?
      Thank you in advance!
      Best,
      Aro28

      posted in Troubleshooting
      aro28A
      aro28
    • RE: Google assistant on magicmirror

      @nitrogen73 Also, i register the Device Model as instructed in above link. In order for the Google Assistant to respond to commands appropriate to your device and the given context, the Assistant needs information about your particular device.

      posted in Requests
      aro28A
      aro28
    • RE: Google assistant on magicmirror

      @nitrogen73 said in Google assistant on magicmirror:

      @aro28 Could you please tell me what you done after completing the steps in below link?

      I followed below link: https://github.com/eouia/MMM-Assistant/wiki

      If you are able to launch google-assistant-demo(https://developers.google.com/assistant/sdk/prototype/getting-started-pi-python/run-sample) and use the assistant, you should able to use the ‘pi/assistant.py’ script that communicates with the magic mirror module.

      posted in Requests
      aro28A
      aro28
    • RE: Google assistant on magicmirror

      @nitrogen73 said in Google assistant on magicmirror:

      Please let me know once you figure it out… And thank you very much for your reply…

      I’ve posted my issue on below link. Please feel free and participate in discussion as well.
      https://github.com/gauravsacc/MMM-GoogleAssistant/issues/18

      posted in Requests
      aro28A
      aro28
    • RE: Google assistant on magicmirror

      Yes. Same for me. I can see Google Logo and nothing happens on “Ok, google how’s the weather today?” No reaction.

      posted in Requests
      aro28A
      aro28
    • RE: Google assistant on magicmirror

      Hi,
      I did it in Python virtual environment and it works.
      go to "source env/bin/activate " and install Pubnub dependencies using pip install ‘pubnub>=4.0.13’.
      see below link
      https://developers.google.com/assistant/sdk/guides/library/python/embed/install-sample

      Let me know if it works for you.
      Best,

      posted in Requests
      aro28A
      aro28
    • How to use Snowboy hotword in Jarvis

      Re: MMM-Jarvis-Voice-Control

      Hi guys!
      I have a Python module(test.py) and have Snowboy hotword (test…pmdl).
      Question: How can i start Python module(test.py) with my Snowboy hotword(test.pmdl) voice command in Jarvis"?
      Thank you!
      Best,

      posted in System
      aro28A
      aro28
    • RE: Simple Music Player Module

      @Milk
      I use the built-in Monitor’s hard buttons to control the sound.
      There’s “alsamixer” command to control volume. But this is not convenient.

      posted in Entertainment
      aro28A
      aro28
    • RE: Simple Music Player Module

      @DrCastor

      Last question.
      Do you know how to write a code for a volume buttons for that player?
      I know that “MMM-TouchPlayerBasic” module has that feature.

      posted in Entertainment
      aro28A
      aro28
    • RE: Simple Music Player Module

      @DrCastor
      Manay thanks!
      Resolved.

      posted in Entertainment
      aro28A
      aro28
    • RE: Simple Music Player Module

      @DrCastor said in Simple Music Player Module:

      Hi,
      Could you please send a full code of “node_helper.js” file?
      Thanks in advance,

      posted in Entertainment
      aro28A
      aro28
    • RE: Simple Music Player Module

      @DrCastor
      Great! Thank you for reply. I hope you will succeed.

      posted in Entertainment
      aro28A
      aro28
    • RE: Alexa pi install, mic doenst work?

      @Milad222
      Hi,
      It’s plug&play device and no need to install any drivers. Hope you it will help you.
      I’m currently configuring Jarvis assistant. Did you hear about this?
      Let me know if you will success with Alexa P
      Best,

      posted in Troubleshooting
      aro28A
      aro28
    • RE: MMM-Jarvis-Voice-Control

      @aro28
      Hi any updates on above?
      What should to be installed first? MM or Jarvis?
      Thanks!

      posted in System
      aro28A
      aro28
    • RE: Alexa pi install, mic doenst work?

      Since i installed 3D sound card(external USB card with speaker and Mic) i disabled other internal HD web camera’s Microphone which came with my Touch Screen monitor. I used usual 3.5 mm jack mic.

      1. Go to- -> sudo nano /lib/modprobe.d/aliases.conf
      ##options snd-pcsp index=-2 - This is my USB Mic which is came with internal HD camera on my monitor.
      options snd-usb-audio index=-2
      options cx88_alsa index=-2
      options snd-atiixp-modem index=-2
      options snd-intel8x0m index=-2

      2. Go to --> sudo nano /etc/modprobe.d/raspi-blacklist.conf and added below command
      blacklist snd_bcm2835

      Above “snd_bcm2835” is my internal sound card

      That’s all.

      posted in Troubleshooting
      aro28A
      aro28
    • RE: Simple Music Player Module

      Hi Eof,
      Do you know why mm-music-player module is not loading even i added below code to config file? I downloaded and copied mm-music-player folder to MM’s Modules folder. Do i need to do something else?

      {
      module: ‘mm-music-player’,
      position: ‘bottom_left’,
      config: {
      startingVolume: 20,
      fadeDuriation: 2000
      }
      }

      Thank you!

      posted in Entertainment
      aro28A
      aro28
    • RE: Alexa pi install, mic doenst work?

      @Milad222
      Hi,
      I bought USB 3D sound card adapter since my Pi3 hasn’t Mic port and than i connected my jack 3.5 Microphone to it .
      0_1508003228825_98a215cb-a46f-46ef-9eca-0e08d88c4609-image.png

      If you have another USB HD camera with built-ed Mic you have to disable it since it will not work properly with your speech recognition software. I faced recently with this problem. I couldn’t configure it.
      If you have USB HD camera with built-ed Mic please let me know and i show you how to disable it.
      Best,

      posted in Troubleshooting
      aro28A
      aro28
    • 1
    • 2
    • 1 / 2