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 3.5k 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

      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

      strawberry 3.141S 1 Reply Last reply Reply Quote 0
      • strawberry 3.141S Offline
        strawberry 3.141 Project Sponsor Module Developer @albertlwj
        last edited by

        @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

          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

            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

              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 Reply Quote 0
              • U Offline
                umeeq @E3V3A
                last edited by umeeq

                @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

                Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                With your input, this post could be even better 💗

                Register Login
                • 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