@sdetweil Legend! Thanks :)
Read the statement by Michael Teeuw here.
Latest posts made by Jabl0
-
RE: MMM-GooglePhotos suddenly stopped working this morning
@sdetweil Ah, right! Learnt something new :) I am using the other one. One more thing, i did enable debugging yesterday and for some strange reason i have not seen the black screen since i have done this. Fingers crossed though.
I did see these errors:
Invalid SOS parameters for sequential JPEG
But the module kept running fine with no black screen.
I would like to use your version, will i have to completely remove the module and clone yours instead, or is there a quicker way to migrate?
Thanks.
-
RE: MMM-GooglePhotos suddenly stopped working this morning
@sdetweil apologies but i am not sure what you mean by fork :( however, i am using this one https://github.com/roramirez/MMM-ImagesPhotos and i see you are a contributor on there?
I will give the recommended debugging log methods you have suggested and see what i can find.
Thank you.
-
RE: MMM-GooglePhotos suddenly stopped working this morning
@sdetweil just to update you. Network share works great and the kids are loving the QR code :) So thank you.
One thing i have noticed this module doing that the MMM-GooglePhotos module did not do, is it just goes black with only the mouse curser showing. Nothing shows up in PM2 logs when this happens. I guess its because it runs from browser?
Anyway i can troubleshoot this and see what is causing it? Maybe my Pi is not powerful enough? Its a Raspberry Pi 3 Model B.
See screenshot below:
Thanks :)
-
RE: MMM-GooglePhotos suddenly stopped working this morning
@sdetweil love all your solutions. This will keep me busy 😉 thanks again mate 🙌🏾
-
RE: MMM-GooglePhotos suddenly stopped working this morning
@sdetweil Thanks for sharing the reference link. I have given it a go and its working. I would love to host the folder on a network drive ideally, so i will look at ways to do this.
-
RE: MMM-GooglePhotos suddenly stopped working this morning
@sdetweil said in MMM-GooglePhotos suddenly stopped working this morning:
@sdetweil thanks for the reference, i will look at MMM-ImagesPhotos as an alternative and see if it fits my use case.
-
MMM-GooglePhotos suddenly stopped working this morning
Hello community,
My MMM-GooglePhotos module stopped working this morning and i am getting the error below:
/home/pi/.pm2/logs/mm-error.log last 15 lines:
0|mm | [2025-05-06 16:56:33.064] [ERROR] (node:9180) UnhandledPromiseRejectionWarning: AxiosError: Request failed with status code 403
0|mm | at settle (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/dist/node/axios.cjs:2031:12)
0|mm | at Unzip.handleStreamEnd (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/dist/node/axios.cjs:3148:11)
0|mm | at Unzip.emit (node:events:530:35)
0|mm | at endReadableNT (node:internal/streams/readable:1698:12)
0|mm | at process.processTicksAndRejections (node:internal/process/task_queues:90:21)
0|mm | at Axios.request (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/dist/node/axios.cjs:4258:41)
0|mm | at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
0|mm | at async GPhotos.request (/home/pi/MagicMirror/modules/MMM-GooglePhotos/GPhotos.js:165:19)
0|mm | at async getAlbum (/home/pi/MagicMirror/modules/MMM-GooglePhotos/GPhotos.js:208:24)
0|mm | at async GPhotos.getAlbums (/home/pi/MagicMirror/modules/MMM-GooglePhotos/GPhotos.js:180:18)
0|mm | at async Class.getAlbums (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_helper.js:263:15)
0|mm | at async Class.getAlbumList (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_helper.js:313:18)
0|mm | at async Class.scanJob (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_helper.js:294:5)
0|mm | [2025-05-06 16:56:33.066] [ERROR] (node:9180) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag--unhandled-rejections=strict
(see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2)My token has not expired but i cannot seem to find the source of the issue.
Is there any bigger issue that i am not aware of?
I have the MMM-Google Calendar which is working fine and using the same Auth.
Thanks in advance for your help :)