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

    Posts

    Recent Best Controversial
    • RE: MMM-NewPIR v3

      Ok you need to find a working node and npm for all module if you have Bugs Google Aisstant v3 then it is best to check the module first GA v3 needs,
      Node: v12.x.x upto v14.x.x
      npm: = v6.14.15 (some trouble with v7.x)
      I suggest trying.
      Do in this order.

      sudo npm cache clean -f
      sudo npm install -g n
      sudo n 14.0
      

      now check npm with npm -v
      If 6.14.15 do nothing more but over 7.x use below

      sudo npm install -g npm@6.14.15
      
      posted in System
      D
      DJBOOB66
    • RE: MMM-NewPIR v3

      @philmavedzenge said in MMM-NewPIR v3:

      npm WARN notsup Unsupported engine for yargs@17.2.1: wanted: {“node”:“>=12”} (current: {“node”:“10.24.0”,“npm”:“6.13.6”})

      You need to update npm and node

      posted in System
      D
      DJBOOB66
    • RE: MMM-News

      @killk MMM-NewsFeed it has QR

      posted in Utilities
      D
      DJBOOB66
    • RE: Unable to upgrade MM to 2.27.1

      Try

      cd ~/MagicMirror
      git reset --hard HEAD
      git pull
      npm install
      
      posted in Troubleshooting
      D
      DJBOOB66
    • RE: Magic mirror MMM-Google Assistant issue.

      Have you got any other module that uses a mic?
      Did you add MMM-Detector?
      Is your config right?
      Are you using a USB mic?
      Do you get errors when the mirror starts in terminal?

      posted in Show your Mirror
      D
      DJBOOB66
    • RE: Magic mirror MMM-Google Assistant issue.

      Did you install using Bugsounet Google assistant Wiki???

      posted in Show your Mirror
      D
      DJBOOB66
    • RE: Magic mirror MMM-Google Assistant issue.

      mic error
      what guide did you use if the one from youtube is outdated for v2 use v3 http://wiki.bugsounet.fr/en/MMM-GoogleAssistant

      posted in Show your Mirror
      D
      DJBOOB66
    • RE: Problem with MMM-email

      Witch email provider are you using?

      posted in Troubleshooting
      D
      DJBOOB66
    • RE: I want to use api as a voice command using Google Assistant Module.

      I don,t think GAv3 has that capability? You could find the map as a web page have the map in MMM-Widget as fullscreen in MMM-pages and have GAv3 change to that page say with a command “maps train subway” I have my Cal as one page as well weather as other and so on. So when I wish to view weather I give the voice command “display weather” and it goes to that page. Do you have a link to what you wish to display?
      weather.PNG

      posted in Requests
      D
      DJBOOB66
    • RE: CalendarExt2 won't load with Weather Forecast

      @aunrea
      my config has two one for main and one for upcoming try adding it as above

      posted in Troubleshooting
      D
      DJBOOB66
    • RE: CalendarExt2 won't load with Weather Forecast

      @aunrea said in CalendarExt2 won't load with Weather Forecast:
      No position: in config CalendarExt2 config maybe?

      {
               module: 'MMM-CalendarExt
               disabled: false,
               config: {
      	   position: "top_left",
      	   beforeDays: 2,
                 afterDays: 365,
                 calendars : [
      	       {
      
      posted in Troubleshooting
      D
      DJBOOB66
    • RE: Weather module not loading

      Are you using the open weather key and not Darksky?

      posted in Troubleshooting
      D
      DJBOOB66
    • RE: MMM-CalendarExt the mirror knocks me down?

      @chrixbrown

      I am doing my configurations in virtual box and if I have everything correct I do not know why it gives me that error.
      

      So the magic mirror is not running on a pi but a pc runing virtual box with pi OS??

      posted in Tutorials
      D
      DJBOOB66
    • RE: I'd like to add a voice command command using the Google Assistant module.

      @rikan there is a bug in the system thinking it Youtube end mine has stopped working as well (today) and I was helping someone on Bugs site with the same problem mine was working for a few days then stopped then out of the blue worked again. Bugs is on Holidays but I will repost that it not working again he may have a look. keep trying it maybe working tomorrow who knows?

      posted in Requests
      D
      DJBOOB66
    • RE: I'd like to add a voice command command using the Google Assistant module.

      In Magic mirror Config.js GAv3 config.
      youtubeconfig.PNG

      posted in Requests
      D
      DJBOOB66
    • RE: MMM-CalendarExt the mirror knocks me down?

      @chrixbrown said in MMM-CalendarExt the mirror knocks me down?:

      @chrixbrown

      So you do have VNC on your PC as well?
      you have added configs to the config.js file???

      And MMM-CalendarExt will not load on your mirror just keeps saying LOADING is this the case?
      Have you added your details to CalendarExt?
      Can you post your config here?
      have you connected Pi OS to the internet???

      posted in Tutorials
      D
      DJBOOB66
    • RE: I'd like to add a voice command command using the Google Assistant module.

      @rikan You Do have MMM-GoogleassistantV3 and youtube in GA config.
      If so command is “Jarvis -Youtube Baby shark”

      posted in Requests
      D
      DJBOOB66
    • RE: Third Party modules not working

      Im not a alexa guy i use Google assistant V3 myself but below need fixing.
      config fix.PNG

      posted in Troubleshooting
      D
      DJBOOB66
    • RE: Third Party modules not working

      @delta-1 said in Third Party modules not working:

      Alexa
      your config must line up

         {
      		module: 'MMM-Screencast',
      		position: 'bottom_right',
      		config: {
      			position: 'bottomRight',
      			height: 300,
      			width: 500,
      		}
          },    
          {
              module: "MMM-awesome-alexa",
              position: "bottom_bar",
              config: {
                  wakeWord: "Alexa",
                  clientId: "YOUR_CLIENT_ID",
                  clientSecret: "YOUR_CLIENT_SECRET",
                  deviceId: "YOUR_DEVICE_ID",
                  refreshToken: "YOUR_REFRESH_TOKEN",
                  lite: false,
                  isSpeechVisualizationEnabled: false
              }
          },
      
      posted in Troubleshooting
      D
      DJBOOB66
    • RE: Third Party modules not working

      fix your config

      {
          module: "MMM-awesome-alexa",
          position: "bottom_bar",
          config: {
              wakeWord: "Alexa",
              clientId: "YOUR_CLIENT_ID",
              clientSecret: "YOUR_CLIENT_SECRET",
              deviceId: "YOUR_DEVICE_ID",
              refreshToken: "YOUR_REFRESH_TOKEN",
              lite: false,
              isSpeechVisualizationEnabled: false
          }
      }
      
      posted in Troubleshooting
      D
      DJBOOB66
    • 1 / 1