• 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-Assistant google-auth.js

Scheduled Pinned Locked Moved Troubleshooting
6 Posts 4 Posters 2.9k Views 4 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.
  • A Offline
    albertlwj
    last edited by yawns Apr 12, 2018, 8:10 AM Apr 12, 2018, 5:01 AM

    can someone help me with this?

    pi@raspberrypi:~/MagicMirror/modules/MMM-Assistant $ node google-auth.js
    internal/modules/cjs/loader.js:550
        throw err;
        ^
    
    Error: Cannot find module '/home/pi/MagicMirror/modules/MMM-Assistant/google-auth.js'
        at Function.Module._resolveFilename (internal/modules/cjs/loader.js:548:15)
        at Function.Module._load (internal/modules/cjs/loader.js:475:25)
        at Function.Module.runMain (internal/modules/cjs/loader.js:695:10)
        at startup (internal/bootstrap/node.js:201:19)
        at bootstrapNodeJSCore (internal/bootstrap/node.js:516:3)
    

    i can’t get past this step

    S 1 Reply Last reply Apr 12, 2018, 5:47 AM Reply Quote 0
    • S Offline
      strawberry 3.141 Project Sponsor Module Developer @albertlwj
      last edited by Apr 12, 2018, 5:47 AM

      @albertlwj the file is in a different directory

      do cd scripts first

      Please create a github issue if you need help, so I can keep track

      1 Reply Last reply Reply Quote 0
      • A Offline
        albertlwj
        last edited by albertlwj Apr 12, 2018, 11:12 AM Apr 12, 2018, 11:12 AM

        hello thanks for the heads up…i did but now it gives me another error

        node google-auth.js
        /home/pi/MagicMirror/modules/MMM-Assistant/scripts/google-auth.js:27
        const assistant = new GoogleAssistant(config)
        ^^^^^
        
        SyntaxError: Unexpected token const
            at new Script (vm.js:51:7)
            at createScript (vm.js:136:10)
            at Object.runInThisContext (vm.js:197:10)
            at Module._compile (internal/modules/cjs/loader.js:618:28)
            at Object.Module._extensions..js (internal/modules/cjs/loader.js:665:10)
            at Module.load (internal/modules/cjs/loader.js:566:32)
            at tryModuleLoad (internal/modules/cjs/loader.js:506:12)
            at Function.Module._load (internal/modules/cjs/loader.js:498:3)
            at Function.Module.runMain (internal/modules/cjs/loader.js:695:10)
            at startup (internal/bootstrap/node.js:201:19)
        
        1 Reply Last reply Reply Quote 0
        • E Offline
          E3V3A
          last edited by E3V3A Apr 12, 2018, 2:58 PM Apr 12, 2018, 2:57 PM

          I don’t think you have installed the module according to the README.
          It seem that you never did npm install.
          But there are some other trouble with that script, that I am trying to fix as we speak…

          "Everything I do (here) is for free – altruism is the way!"
          MMM-FlightsAbove, MMM-Tabulator, MMM-Assistant (co-maintainer)

          1 Reply Last reply Reply Quote 2
          • E Offline
            E3V3A
            last edited by Apr 12, 2018, 7:22 PM

            script is fixed! Get the latest script and See comment in the issue you started.

            "Everything I do (here) is for free – altruism is the way!"
            MMM-FlightsAbove, MMM-Tabulator, MMM-Assistant (co-maintainer)

            U 1 Reply Last reply May 23, 2018, 12:14 PM Reply Quote 0
            • U Offline
              umeeq @E3V3A
              last edited by umeeq May 23, 2018, 12:15 PM May 23, 2018, 12:14 PM

              @e3v3a I’m having a similar issue after running

              node google-auth.js
              

              I get the following… what am I missing? It looks like it can’t locate google -client-secret.json but I don’t see a step anywhere where that should have been created.

              node google-auth.js
              internal/modules/cjs/loader.js:550
                  throw err;
                  ^
              
              Error: Cannot find module '/home/pi/MagicMirror/modules/MMM-Assistant/assets/google-client-secret.json'
                  at Function.Module._resolveFilename (internal/modules/cjs/loader.js:548:15)
                  at Function.Module._load (internal/modules/cjs/loader.js:475:25)
                  at Module.require (internal/modules/cjs/loader.js:598:17)
                  at require (internal/modules/cjs/helpers.js:11:18)
                  at new Auth (/home/pi/MagicMirror/modules/MMM-Assistant/node_modules/google-assistant/components/auth.js:26:15)
                  at new GoogleAssistant (/home/pi/MagicMirror/modules/MMM-Assistant/node_modules/google-assistant/index.js:21:16)
                  at Object. (/home/pi/MagicMirror/modules/MMM-Assistant/scripts/google-auth.js:25:19)
                  at Module._compile (internal/modules/cjs/loader.js:654:30)
                  at Object.Module._extensions..js (internal/modules/cjs/loader.js:665:10)
                  at Module.load (internal/modules/cjs/loader.js:566:32)
              
              1 Reply Last reply Reply Quote 0
              • 1 / 1
              • First post
                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