Bugsounet Coding

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular
    1. Home
    2. DJB1966
    D
    • Profile
    • Following 0
    • Followers 2
    • Topics 13
    • Posts 277
    • Best 13
    • Controversial 0
    • Groups 2

    DJB1966

    @DJB1966

    Helpers

    19
    Reputation
    37
    Profile views
    277
    Posts
    2
    Followers
    0
    Following
    Joined Last Online

    DJB1966 Unfollow Follow
    Helpers Global Moderator

    Best posts made by DJB1966

    • RE: [GA-RECIPE] MMM-Pages

      thanks that worked

      posted in Recipes
      D
      DJB1966
    • RE: ExRadio_AU.js for Australia

      ok thanks, I do it over the weekend I want to add a few more stations.

      posted in General Discussion
      D
      DJB1966
    • RE: Need help: youtube and spotify not working

      On worries Glad, I could help.

      posted in Issues
      D
      DJB1966
    • RE: Getting started

      Yes I use it as a reminder if I’m out bush and think of something l have to do when I returning home all I do is send a telegram to the mirror as a reminder.

      posted in MMM-TelegramBot
      D
      DJB1966
    • RE: YouTube API quota problem

      Have your tried enabling YouTube Data API v3 in [https://console.cloud.google.com/apis/library](link URL) for your project?
      ![alt text]
      [https://github.com/googleapis/google-api-nodejs-client/issues/2263](link url)

      posted in Issues
      D
      DJB1966
    • RE: MagicMirror must NOT be installed with sudo command

      just use commands from MM site
      https://docs.magicmirror.builders/getting-started/installation.html

      posted in Issues
      D
      DJB1966
    • RE: Google assistant YouTube not opening

      Youtube is currently not working bugsounet is on holiday and is aware of the problem.

      posted in Issues
      D
      DJB1966
    • RE: Error after update

      Try

      cd ~/MagicMirror/modules/MMM-GoogleAssistant
      git checkout master && git pull && npm install
      
      posted in Issues
      D
      DJB1966
    • RE: issue installing GA v3 from scratch ELIFCYCLE Errno 1

      can you please check npm and node version please.

      npm -v
      
      node -v
      

      if ok did you update OS itself

      sudo apt update && sudo apt upgrade -y
      
      posted in Issues
      D
      DJB1966
    • RE: Black screen while playing Youtube video

      @rasp
      I wish people would read Wiki
      so your using a pi3b
      c951d585-975f-4b00-9c79-8185299602f1-image.png

      posted in Issues
      D
      DJB1966

    Latest posts made by DJB1966

    • RE: Have two news feeds at same time

      The way I did it was us two diff news modules MMM-everynews and MMM-news

      posted in General Discussion
      D
      DJB1966
    • RE: GA.. "Alexa" wake word

      try adjusting Sensitivity to 0.7

      {
           detector: "Snowboy",
           Model: "alexa",
           Sensitivity: 0.7,
           Logo: "alexa",
           autoRestart: false,
           onDetected: {
             notification: "ALEXA_ACTIVATE"
           }
         },
      
      posted in General Discussion
      D
      DJB1966
    • RE: I lost MMM-Weather and MMM-Shom after upgrading MM 2.12 to 2.17

      check in raspi-config audio is set to headphones or aux

      posted in MMM-Weather
      D
      DJB1966
    • RE: When i run "npm run tokens" i get only the token for GA but not for Youtube data v3 API or the Google Photos API

      That would be up to Bugs himself I cant.

      posted in Issues
      D
      DJB1966
    • RE: When i run "npm run tokens" i get only the token for GA but not for Youtube data v3 API or the Google Photos API

      Read wiki
      4515c687-e2d4-4bf2-b475-c74f12f1cc79-image.png

      posted in Issues
      D
      DJB1966
    • RE: When i run "npm run tokens" i get only the token for GA but not for Youtube data v3 API or the Google Photos API

      The Video has nothing to do with Bugsounet the Video is by someone not connected to this forum or GAv3.
      the reason Youtube is not working is your using a pi3 it only works for a pi4 it’s all in Bugs Howto Wiki.
      The installer picks up your using a pi3 and installs a lite version of GA without youtube.

      posted in Issues
      D
      DJB1966
    • Bullseye install Librespot error FIX

      Bullseye installing Librespot error fix.

      --- stderr
       thread 'main' panicked at 'Pkg-config failed - usually this is because alsa development headers are not installed.
      
       For Fedora users:
       # dnf install alsa-lib-devel
      
       For Debian/Ubuntu users:
       # apt-get install libasound2-dev
      
       pkg_config details:
       `"pkg-config" "--libs" "--cflags" "alsa"` did not exit successfully: exit status: 1
       --- stderr
       Package alsa was not found in the pkg-config search path.
       Perhaps you should add the directory containing `alsa.pc'
       to the PKG_CONFIG_PATH environment variable
       No package 'alsa' found
       ', /home/pi/.cargo/registry/src/github.com-1285ae84e5963aae/alsa-sys-0.3.1/build.rs:6:50
       note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
      warning: build failed, waiting for other jobs to finish...
      error: build failed
      Error detected !
      
      
      Librespot for GoogleAssistant is now installed !
      Press [Enter] to continue
      

      The FIX for me was below then retrying install.

      cd
      sudo apt install librust-alsa-sys-dev
      
      posted in Issues
      D
      DJB1966
    • RE: MMM-GoogleAssistant

      @tnry1709 said in MMM-GoogleAssistant:

      found 4 moderate severity vulnerabilities
      run npm audit fix to fix them, or npm audit for details

      If you mean the above
      3bb06f6e-02e2-42f7-b70b-71ebeea86522-image.png
      It in Wiki
      9694f4bb-adf7-49ee-bbe6-4e799ecb754f-image.png

      posted in Issues
      D
      DJB1966
    • RE: "Stop" Command for Youtube

      The command is “ok google” wait for a reply and say “STOP”

      posted in Issues
      D
      DJB1966
    • RE: MMM-GoogleAssistant "youtube" command issue

      Try

      cd
      vlc --reset-config
      
      posted in Issues
      D
      DJB1966