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!