MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-GooglePhotos

    Scheduled Pinned Locked Moved Entertainment
    294 Posts 56 Posters 296.1k Views 59 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ? Offline
      A Former User @xundre
      last edited by

      @xundre
      Very weird. If possible, plz contact me tomorrow through Telegram (my id is @eouia) I’m convenient when normal weekdays 10am ~ 17pm in Central European Timezone. We can see what’s happening on realtime.

      1 Reply Last reply Reply Quote 0
      • M Offline
        mcneilp
        last edited by

        If I have an album with a very large number of photos does it scan all of them? I switched to a small album and it loads nice and fast…but the large one never seems to get a photo. Is this a one time scan (for each time it starts up). Or will it always be super slow.

        Google Photos auto adds photos to albums based on who is in them, so its a shame to not be able to use one of these albums.

        M 1 Reply Last reply Reply Quote 0
        • M Offline
          mcneilp @mcneilp
          last edited by

          @mcneilp If i let it run long enough it loads an image…but sometimes it goes blank for a while. I assume this is because its processing photos. Too bad it can’t just load a few at a time and run fast.

          ? 1 Reply Last reply Reply Quote 0
          • ? Offline
            A Former User @mcneilp
            last edited by

            @mcneilp
            Show me your config. And Google Photos has its API request limit for usage.

            1 Reply Last reply Reply Quote 0
            • G Offline
              gonzonia
              last edited by

              Sean,
              It seems you make my favorite modules. I’m trying to get the GooglePhotos to work and it does if I leave it long enough. On startup though nothing shows (makes it real hard to configure the appearance). I’m seeing this in the log. Is the album I chose too big? I’m using the config you posted for fullscreen (except I changed to mode: hybrid).

              Error: { Error: Client network socket disconnected before secure TLS connection was established
              at TLSSocket.onConnectEnd (_tls_wrap.js:1092:19)
              at Object.onceWrapper (events.js:273:13)
              at TLSSocket.emit (events.js:187:15)
              at endReadableNT (_stream_readable.js:1090:12)
              at process._tickCallback (internal/process/next_tick.js:63:19)
              code: ‘ECONNRESET’,
              path: null,
              host: ‘photoslibrary.googleapis.com’,
              port: 443,
              localAddress: undefined }

              ? 1 Reply Last reply Reply Quote 0
              • ? Offline
                A Former User @gonzonia
                last edited by

                @gonzonia
                well, the error log is saying just network problem. However I’m not in front of machine at this moment, but i’ll check this tomorrow

                G 1 Reply Last reply Reply Quote 0
                • G Offline
                  gonzonia
                  last edited by

                  Thanks. Seems to be working now. Like I said, it starts out that way and then eventually loads fine. The album has about 900 photos I’m showing randomly. Trying to decide if I want them fullscreen or not…

                  1 Reply Last reply Reply Quote 0
                  • G Offline
                    gonzonia @Guest
                    last edited by roramirez

                    @Sean It’s weird. I had it working. I went to adjust the settings (sizing didn’t look good) and then it stopped. Getting the network error consistently.

                    This is my latest config. I’ve tried various configurations of showWidth/showHeight and originalWidthPx/originalHeightPx

                    {
                      module: "MMM-GooglePhotos",
                      position: "top_left",
                      config: {
                        albumId: ["XXX"], // your album id(s) from result of 
                       refreshInterval: 1000*60,  
                        scanInterval: 1000*60*10, // too many scans might cause API quota limit also.
                        //note(2018-07-29). It is some weird. API documents said temporal image url would live for 1 hour, but it might be broken shorter. So, per 10 min scanning could prevent dead url.
                        sort: "random", //'time', 'reverse', 'random'
                        showWidth: "800", // how large the photo will be shown as. (e.g;'100%' for fullscreen)
                        showHeight: "600",
                        originalWidthPx: 1920, // original size of loaded image. (related with image quality)
                        originalHeightPx: 1080, // Bigger size gives you better quality, but can give you network burden.
                        mode: "hybrid", // "cover" or "contain" (https://www.w3schools.com/cssref/css3_pr_background-size.asp)
                        //ADDED. "hybrid" : if you set as "hybrid" it will change "cover" and "contain" automatically by aspect ratio.
                      }
                    
                    ? 1 Reply Last reply Reply Quote 0
                    • ? Offline
                      A Former User @gonzonia
                      last edited by

                      @gonzonia
                      There is nothing related to your network issue on this module. (At least, I think so)
                      I carefully guess these things;

                      1. WLAN sleeping feature might be activated in your RPI.
                      2. Your other module or other background process would make this.
                      G 2 Replies Last reply Reply Quote 0
                      • G Offline
                        gonzonia @Guest
                        last edited by

                        @Sean
                        This module is the only one not working. though and you can see in the error I posted earlier it directly references the “photoslibrary.googleapis.com” which is why I suspected this module.

                        Currently I’m not running over wifi so it’s not that it’s sleeping.

                        I’ll keep trying things and see if I can find something with some consistency. Thanks for checking.

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 4
                        • 5
                        • 29
                        • 30
                        • 1 / 30
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Sam, technical setup by Karsten.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy