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.

    Google Assistant Shopping List display

    Scheduled Pinned Locked Moved Requests
    27 Posts 9 Posters 14.3k Views 10 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.
    • S Offline
      sforsyth @Guest
      last edited by

      @sean Hey Sean, I’m so sorry for the delay in replying to this, I really appreciate the effort in making it. Unfortunately, it didn’t work for me, it just stops my magic mirror from loading up properly. It just shows my mouse pointer and the screen remains black. As I said before, I’m not a programmer myself, so can’t offer much in the way of debugging, but I have installed several modules before without any problems, so I’m pretty sure it’s nothing basic. Again, sincere apologies for the late reply, life got in the way this week!

      Thanks again,
      Sean

      ? 1 Reply Last reply Reply Quote 0
      • ? Offline
        A Former User @sforsyth
        last edited by

        @sforsyth I need an error log to figure out what was happend.
        execute npm start dev or pm2 show log and tell me what was shown.

        ChrisC S 2 Replies Last reply Reply Quote 0
        • ChrisC Offline
          Chris @Guest
          last edited by

          @sean

          Hello,

          I tested this module too. I do not have any problems with launching my MagicMiror. The module appears well but remains empty despite the fact that I add items in my shopping list.

          I started the mirror with the command npm start dev and I have one error that appears:

          (node:5912) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 9): Error: Failed to launch chrome!
          /home/pi/MagicMirror/modules/MMM-GoogleShoppingList/node_modules/puppeteer/.local-chromium/linux-579032/chrome-linux/chrome: 1: /home/pi/MagicMirror/modules/MMM-GoogleShoppingList/node_modules/puppeteer/.local-chromium/linux-579032/chrome-linux/chrome: Syntax error: word unexpected (expecting ")")
          
          
          TROUBLESHOOTING: https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md
          
          

          Do you have any idea of the problem?
          Thank you in advance,

          Regards,

          ? 1 Reply Last reply Reply Quote 0
          • S Offline
            sforsyth @Guest
            last edited by

            @sean
            npm start dev gives me the following:

            WARNING! Could not validate config file. Please correct syntax errors. Starting with default configuration.
            Loading module helpers …
            App threw an error during load
            /home/pi/MagicMirror/modules/MMM-GoogleShoppingList/node_helper.js:51
            async function get(headless) {
            ^^^^^^^^
            SyntaxError: Unexpected token function
            at Object.exports.runInThisContext (vm.js:76:16)
            at Module._compile (module.js:528:28)
            at Object.Module._extensions…js (module.js:565:10)
            at Module.load (module.js:473:32)
            at tryModuleLoad (module.js:432:12)
            at Function.Module._load (module.js:424:3)
            at Module.require (module.js:483:17)
            at require (internal/module.js:20:19)
            at loadModule (/home/pi/MagicMirror/js/app.js:127:17)
            at loadNextModule (/home/pi/MagicMirror/js/app.js:161:5)
            Whoops! There was an uncaught exception…
            /home/pi/MagicMirror/modules/MMM-GoogleShoppingList/node_helper.js:51
            async function get(headless) {
            ^^^^^^^^
            SyntaxError: Unexpected token function
            at Object.exports.runInThisContext (vm.js:76:16)
            at Module._compile (module.js:528:28)
            at Object.Module._extensions…js (module.js:565:10)
            at Module.load (module.js:473:32)
            at tryModuleLoad (module.js:432:12)
            at Function.Module._load (module.js:424:3)
            at Module.require (module.js:483:17)
            at require (internal/module.js:20:19)
            at loadModule (/home/pi/MagicMirror/js/app.js:127:17)
            at loadNextModule (/home/pi/MagicMirror/js/app.js:161:5)
            MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
            If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
            Launching application.

            1 Reply Last reply Reply Quote 0
            • ? Offline
              A Former User @Chris
              last edited by

              @chris
              I’ve found what was wrong. I’m making an urgent fix. But not completely works.
              The main reason of your issue was, lacking puppeteer had not proper Chromium for Raspberry Pi. It was not a big problem,
              But during making fixture, I found something. Google ShoppingList site has a very lazy loading of contents and I couldn’t catch the exact time when all the contents were loaded.
              That will makes often to get an empty list. I will abandon puppeteer and try other things. But it will take some time. Sorry.

              @sforsyth your node version is too low. async will be working over node version 7.6

              S ChrisC 2 Replies Last reply Reply Quote 0
              • S Offline
                sforsyth @Guest
                last edited by

                @sean Hey Sean, Sorry man, I have no idea what that means when you say my node “version is too low”…

                ? 1 Reply Last reply Reply Quote 0
                • ? Offline
                  A Former User @sforsyth
                  last edited by

                  @sforsyth “async” feature would work above node version 7.6. your node version might be lower than 7.6.
                  Anyway, I cannot fix the main issue of this module at this moment, so you don’t have to bother yourself with this module. sorry.

                  S 1 Reply Last reply Reply Quote 0
                  • S Offline
                    sforsyth @Guest
                    last edited by

                    @sean Ah. I meant I have no idea what my “node” is. :)
                    Anyway, if it doesn’t work, it doesn’t work. Thanks for putting the time in to try it, I really appreciate it!

                    1 Reply Last reply Reply Quote 0
                    • ChrisC Offline
                      Chris @Guest
                      last edited by

                      @sean

                      Bonjour,

                      Pas de soucis pour moi, j’attendrai que tu ais le temps de te pencher sur le problème.

                      Merci pour ton travail,

                      Cordialement,

                      1 Reply Last reply Reply Quote 0
                      • S Offline
                        shavesophere
                        last edited by

                        @sean Hi Sean, and thanks for the effort put into this module. I too have the same problem as @sforsyth - just a white screen and magic mirror does not load. I have installed puppeteer and chromium as per your install instructions but still no action. I’m Just keeping an eye on this thread looking forward to a fix! Thanks again.

                        ? 1 Reply Last reply Reply Quote 0
                        • ? Offline
                          A Former User @shavesophere
                          last edited by

                          @shavesophere
                          I’ve already updated fixed version a few days ago. So I wonder which version did you test.
                          And I need more detailed error logs to find what was your problem.

                          1 Reply Last reply Reply Quote 0
                          • R Offline
                            Ron.kamstra
                            last edited by

                            Hi,
                            Installed the module but it always says Loading…
                            can you assist?

                            S 1 Reply Last reply Reply Quote 0
                            • S Offline
                              sdetweil @Ron.kamstra
                              last edited by

                              @Ron-kamstra Sean has stepped away from MagicMirror

                              @Bugsounet has taken over this module and done some amazing improvements!

                              Sam

                              How to add modules

                              learning how to use browser developers window for css changes

                              J 1 Reply Last reply Reply Quote 0
                              • J Offline
                                Joe W. @sdetweil
                                last edited by

                                @sdetweil
                                Hello,
                                same problem, after installing the module, it always says Loading…
                                Any ideas ?

                                S 1 Reply Last reply Reply Quote 0
                                • S Offline
                                  sdetweil @Joe W.
                                  last edited by sdetweil

                                  @joe-w support for MMM-GoogleAssistant is provided on http://forum.bugsounet.fr

                                  Sam

                                  How to add modules

                                  learning how to use browser developers window for css changes

                                  bugsounetB 1 Reply Last reply Reply Quote 0
                                  • bugsounetB Offline
                                    bugsounet Banned @sdetweil
                                    last edited by

                                    @sdetweil if you publish the link of my module board … please send a good link :face_with_tears_of_joy:

                                    S 1 Reply Last reply Reply Quote 0
                                    • S Offline
                                      sdetweil @bugsounet
                                      last edited by

                                      @bugsounet fixed

                                      Sam

                                      How to add modules

                                      learning how to use browser developers window for css changes

                                      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
                                      • 2
                                      • 2 / 2
                                      • 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