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.

    Problem with googleshoppinglist

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    3 Posts 3 Posters 633 Views 3 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.
    • C Offline
      chris.uvm
      last edited by sdetweil

      Hi.

      I got a problem with the googleshoppinglist module on my magicmirror. It just says “loading” but all the other modules work so it’s not a problem with my internet… I have items in my Prime list since that is the list that will show. My code looks like:

      {
        module: "MMM-GoogleShoppingList",
        position: "top_right",
        header: "My Shopping List",
        config: {
          creds: {
            email: "",
            password: "",
          },
          scanInterval: 1000*60,
          displayImage: false //if you set, you can get image of items. but very ugly. I don't recommend.
        }
      },
      

      My creds are in the MMM-GoogleShoppingList.js but I have tried putting them in config.js too but nothing works. Anyone know why?

      Thank you!

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @chris.uvm
        last edited by

        @chris-uvm never edit the module code.

        Open the developers window, ctrl-shift-i, and then select the console tab and scroll up to see any errors. Usually red text.

        Also, if started w pm2, do pm2 logs to see the console log errors from the node_module

        Sam

        How to add modules

        learning how to use browser developers window for css changes

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

          That module is using experimental and unofficial method of screenscrapping. the worst thing is no one(even me as module owner) can predict this module works or not with his account due to Google’s erratic response trial.
          someone with luck will success to use, someone with no luck will fails. No rule or condition as far as I know at this moment.

          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