MagicMirror module for displaying Google Shoppinglist
- Migration : From Puppeteer 1.15.0 to 2.0.0
- Fixed : Updating the button queryselector according to google's new page layout.
- fixed : Some irregular parsing solved.
- fixed : Raspberry Pi puppeteer issue.
- You should remove old version and re-install from
PreInstall
step.
sudo apt install chromium-browser
cd ~/MagicMirror/modules
git clone https://github.com/eouia/MMM-GoogleShoppingList
cd MMM-GoogleShoppingList
npm install
{
module: "MMM-GoogleShoppingList",
position: "top_right",
header: "My Shopping List",
config: {
creds: {
email: "YOUR GOOGLE ACCOUNT",
password: "YOUR GOOGLE PASSWORD",
},
scanInterval: 1000*60,
displayImage: false, //if you set, you can get image of items. but very ugly. I don't recommend.
}
},
- This module will get items from your Prime list only.
- 2-Factor-Authentication is not supported