@sdetweil I’ve added ‘debug: true,’ inside the config block but I don’t seem to get any other errors regarding the MMM-GooglePhotos module (or any other errors at all in fact) apart from this one below. This is after restarting MM using pm2:
pm2 restart mm && pm2 logs --lines=100
I’ve also tried it without limiting the lines and I just get this same 429 error over and over.
0|mm | [23.04.2021 00:07.26.515] [ERROR]
0|mm | (node:14901) UnhandledPromiseRejectionWarning: Error: Request failed with status code 429
0|mm | at createError (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/core/createError.js:16:15)
0|mm | at settle (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/core/settle.js:17:12)
0|mm | at IncomingMessage.handleStreamEnd (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/adapters/http.js:236:11)
0|mm | at IncomingMessage.emit (events.js:327:22)
0|mm | at endReadableNT (_stream_readable.js:1220:12)
0|mm | at processTicksAndRejections (internal/process/task_queues.js:84:21)
0|mm | [23.04.2021 00:07.26.518] [ERROR]
0|mm | (node:14901) 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)
0|mm | [23.04.2021 00:07.26.521] [ERROR] (node:14901) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Thanks so much for the help by the way!