Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    UNSOLVED Problem with googleshoppinglist

    Troubleshooting
    3
    3
    291
    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
      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
        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

        1 Reply Last reply Reply Quote 0
        • Sean
          Sean Module Developer last edited by Sean

          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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy