Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. werdnllac
    W
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    werdnllac

    @werdnllac

    0
    Reputation
    19
    Posts
    673
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    werdnllac Follow

    Best posts made by werdnllac

    • RE: Help needed for MM-Assistant

      I tried to get the MagicMirror to listen to the Hotkey command “eg. Smart Mirror or Snowboy” none of these work. The MagicMirror did not response.

      Is there any missing execution command to get the microphone standby listening?

      Please help

      posted in Troubleshooting
      W
      werdnllac

    Latest posts made by werdnllac

    • Adding Google iCal in MMM

      Re: Adding Google Calendar in MMM

      I am having issue with adding my Google calendar in MMM and have done some reading but still no clue.

      The default sample “US-Holiday” was shown normally but when replace with my public ical url from Google calendar, it hang at loading…

      I tried the result show:

      npm ERR! path /home/pi/package.json
      npm ERR! code ENOENT
      npm ERR! errno -2
      npm ERR! syscall open
      npm ERR! enoent ENOENT: no such file or directory, open '/home/pi/package.json'
      npm ERR! enoent This is related to npm not being able to find a file.
      npm ERR! enoent 
      
      npm ERR! A complete log of this run can be found in:
      npm ERR!     /home/pi/.npm/_logs/2018-04-24T03_10_41_602Z-debug.log
      

      And also tried the result show:

      npm ERR! path /home/pi/package.json
      npm ERR! code ENOENT
      npm ERR! errno -2
      npm ERR! syscall open
      npm ERR! enoent ENOENT: no such file or directory, open '/home/pi/package.json'
      npm ERR! enoent This is related to npm not being able to find a file.
      npm ERR! enoent 
      
      npm ERR! A complete log of this run can be found in:
      npm ERR!     /home/pi/.npm/_logs/2018-04-24T03_12_01_074Z-debug.log
      

      Any expert kindly help me please. Thank you.

      posted in Troubleshooting
      W
      werdnllac
    • RE: Can't configure Compliments Module

      @yawns said in Can’t configure Compliments Module:

      No, it will not automatically overwrite existing files if you simply run git pull but raise an error. Maybe that’s no problem for you but it is for several others. We see these issues every now and then.

      Phew! I thought you are referring about mine. Anyway thanks. I just started this MagicMirror project and still trying out every possible way to get what I want.

      Currently, still stuck at MMM-Assistant. Doesn’t response to snowboy, magicmirror AI speech recognition.

      posted in Troubleshooting
      W
      werdnllac
    • RE: Can't configure Compliments Module

      Should there be any updates, it will not execute automatically. Right?

      Besides, if the update do happen, it will overwrite the entire file (compliment.js) resulting what is being preset will disappear. Right?

      posted in Troubleshooting
      W
      werdnllac
    • RE: Can't configure Compliments Module

      Actually, there is a better way to edit the compliments instead of changing in the config.js

      Go to this path and type the command -

      cd /MagicMirror/modules/default/compliments
      sudo nano compliments.js
      

      Edit the 4 different session of the day and customize different greeting as much as you like.

      In addition, you can change the compliments refresh rate at the

      updateInterval: 30000,    //change the value from 30000 to 10000 to see the different
      

      Enjoy!

      posted in Troubleshooting
      W
      werdnllac
    • RE: Help needed for MM-Assistant

      I tried to get the MagicMirror to listen to the Hotkey command “eg. Smart Mirror or Snowboy” none of these work. The MagicMirror did not response.

      Is there any missing execution command to get the microphone standby listening?

      Please help

      posted in Troubleshooting
      W
      werdnllac
    • RE: Help needed for MM-Assistant

      I had followed every step https://github.com/eouia/MMM-Assistant/wiki and everything went smoothly until 3-2) .pmdl for snowboy hotword detection. Instruction was to visit https://snowboy.kitt.ai/ and get .pmdl for your voice. (Hotkey)

      I tried following instruction at snowboy site - http://docs.kitt.ai/snowboy/ and things goes bad.

      I couldn’t load the DEMO - python demo.py snowboy.pmdl and now I am stuck here.

      Please help

      posted in Troubleshooting
      W
      werdnllac
    • RE: Help needed for MM-Assistant

      @sispheor said in Help needed for MM-Assistant:

      you want is the voice control part or the Google Assistant integration?

      I want the Google Assistant integration. Based on MM-Assistant module documentation at https://github.com/eouia/MMM-Assistant/wiki

      I had completed all the check from 1 to 4 Post Installation. The subsequent Configuration (Simple version) and Full Version & default value confused me. There is no indication if the script need to be added into one of the file and/or which file.

      Thereafter, the Usage column onward did not explain much of how to begin the command eg. “OK, Google” or the Hotword to wake the Assistant up.

      posted in Troubleshooting
      W
      werdnllac
    • RE: Help needed for MM-Assistant

      @sispheor Thanks, my microphone works somehow after installing the python.

      Am still trying to get it work as the MMM-Assistant instruction don’t seem to have a complete guidance

      posted in Troubleshooting
      W
      werdnllac
    • RE: Help needed for MM-Assistant

      @werdnllac I read somewhere and notice there is a need to install a sound card in RPI in order for the Microphone to work.

      Is that true? If so, any alternative to get the USB Microphone to work without a sound card in RPI?

      Please advice. Thanks

      posted in Troubleshooting
      W
      werdnllac
    • Help needed for MM-Assistant

      I have implemented MM-Assistant from https://github.com/eouia/MMM-Assistant/wiki and followed the installation process.

      When I reaches 3-2) .pmdl for snowboy hotword detection. I skip snowboy and continue part 4 - “Step 4. Post Installation”

      I added the follow script in config/config.js

      {
        module: 'MMM-Assistant',
        position: 'bottom_left',
        config: {
          stt: {
            auth: [
              {
                projectId:'', //REQUIRED
                keyFilename: '' //REQUIRED
              },
            ]
          }
        }
      },
      

      And when I start running the MagicMirror, the entire is blank in black. Wanted to do a reversal to the script but couldn’t. Despite Ctrl+Q or reboot, I could not get to Raspbian.

      Please help. Thanks

      posted in Troubleshooting
      W
      werdnllac