hermanho / MMM-GooglePhotos

Display your photos on MagicMirror from Google Photos.
MIT License
162 stars 62 forks source link

Google Photos not showing #143

Closed barnessteph15 closed 4 months ago

barnessteph15 commented 2 years ago

Hello, I am stuck with adding my Google Photos to the Magic Mirror. The photos are not showing up at all. Any help anyone can give me would be greatly appreciated.

Here is the info from my terminal:

pi@raspberrypi:~/MagicMirror/MMM-GooglePhotos $ cd ~/MagicMirror && DISPLAY=:0 npm start

magicmirror@2.19.0 start DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js

[12.05.2022 13:22.07.269] [LOG] Starting MagicMirror: v2.19.0 [12.05.2022 13:22.07.286] [LOG] Loading config ... [12.05.2022 13:22.07.316] [LOG] Loading module helpers ... [12.05.2022 13:22.07.326] [LOG] No helper found for module: alert. [12.05.2022 13:22.07.372] [LOG] Initializing new module helper ... [12.05.2022 13:22.07.375] [LOG] Module helper loaded: updatenotification [12.05.2022 13:22.07.381] [LOG] No helper found for module: clock. [12.05.2022 13:22.07.924] [LOG] Initializing new module helper ... [12.05.2022 13:22.07.926] [LOG] Module helper loaded: calendar [12.05.2022 13:22.07.929] [LOG] No helper found for module: MMM-GooglePhotos. [12.05.2022 13:22.07.935] [LOG] No helper found for module: weather. [12.05.2022 13:22.08.014] [LOG] Initializing new module helper ... [12.05.2022 13:22.08.015] [LOG] Module helper loaded: newsfeed [12.05.2022 13:22.08.018] [LOG] All module helpers loaded. [12.05.2022 13:22.08.441] [LOG] Starting server on port 8080 ... [12.05.2022 13:22.08.495] [LOG] Server started ... [12.05.2022 13:22.08.498] [LOG] Connecting socket for: updatenotification [12.05.2022 13:22.08.501] [LOG] Starting module helper: updatenotification [12.05.2022 13:22.08.502] [LOG] Connecting socket for: calendar [12.05.2022 13:22.08.504] [LOG] Starting node helper for: calendar [12.05.2022 13:22.08.506] [LOG] Connecting socket for: newsfeed [12.05.2022 13:22.08.508] [LOG] Starting node helper for: newsfeed [12.05.2022 13:22.08.510] [LOG] Sockets connected & modules started ... [12.05.2022 13:22.09.951] [LOG] Launching application. [5185:0512/132213.825083:ERROR:viz_main_impl.cc(188)] Exiting GPU process due to errors during initialization [5226:0512/132214.108597:ERROR:sandbox_linux.cc(377)] InitializeSandbox() called with multiple threads in process gpu-process. [12.05.2022 13:22.17.908] [LOG] Create new calendarfetcher for url: http://p43-caldav.icloud.com/published/2/MjIwMDY3MjYzMjIwMDY3MmNeJ_dgIZ3RVcvlBgT3onIPTXlTLaVQoXXyjaKUuQge - Interval: 300000 [12.05.2022 13:22.18.023] [LOG] Create new newsfetcher for url: https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml - Interval: 300000 [12.05.2022 13:22.18.120] [INFO] Checking git for module: default [12.05.2022 13:22.18.952] [INFO] Newsfeed-Fetcher: Broadcasting 28 items. [12.05.2022 13:22.22.843] [INFO] Calendar-Fetcher: Broadcasting 3 events. [12.05.2022 13:27.20.713] [INFO] Newsfeed-Fetcher: Broadcasting 28 items. [12.05.2022 13:27.26.972] [INFO] Calendar-Fetcher: Broadcasting 3 events.

And here is the config.js: / MagicMirror² Config Sample

/ DO NOT EDIT THE LINE BELOW / if (typeof module !== "undefined") {module.exports = config;}

BairdMcI commented 7 months ago

It doesn't look like you've specified any albums in your config: albums: ["Magic Mirror"], // Set your album name. like ["My wedding", "family share", "Travle to Paris"]