Read the statement by Michael Teeuw here.
Google Assistant Shopping List display
-
@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. -
@chris
I’ve found what was wrong. I’m making an urgent fix. But not completely works.
The main reason of your issue was, lackingpuppeteer
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 abandonpuppeteer
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
-
@sean Hey Sean, Sorry man, I have no idea what that means when you say my node “version is too low”…
-
@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. -
@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! -
@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,
-
@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.
-
@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. -
Hi,
Installed the module but it always says Loading…
can you assist? -
@Ron-kamstra Sean has stepped away from MagicMirror
@Bugsounet has taken over this module and done some amazing improvements!