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 341.4k 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 @gonzonia
      last edited by

      @gonzonia
      For staying the last photo displayed, It is not so easy as our hope.
      Because, the URL of GooglePhotos has short term life - 1 hour. Without downloading and storing, the image will be expired. Anyway I’ll consider how to solve this problem.

      G 1 Reply Last reply Reply Quote 0
      • Z Offline
        zolabus @Guest
        last edited by

        @Sean
        Hi from npm start dev I have only this error
        [ERROR] (node:1472) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.

        bheplerB 1 Reply Last reply Reply Quote 0
        • D Offline
          dumitrudany
          last edited by dumitrudany

          Hi,
          I’m using this module. Thank you for developing it. Everything seems to work normal except that it’s not scanning for new added or deleted photo from the albums.
          I’m using the node serveronly command to start the MagicMirror2 without no errors reporting. I couldn’t figured with npm start dev. I have activated the debug, and only once it’s scanning the album.

          Is this config parameter still working: scanInterval: 1000*60*10,?
          As for me it isn’t and I saw it’s not described in readme doc. Or is there any other way to let the module scan automatically for new added photos?
          I only found the way of refreshing the browsing page, which works but it’s not what I need.

          Thanks!

          This is my config:

          {
          			  module: "MMM-GooglePhotos",
          			  position: "fullscreen_below",
          			  config: {
          					albums: ["TESTARE"], 
          					updateInterval: 100 * 60, // minimum 10 seconds.
          					scanInterval: 1000*60, //10 minutes
          					sort: "new", // "old", "random"
          					uploadAlbum: null, // Only album created by `create_uploadable_album.js`.
          					condition: {
          						fromDate: null, // Or "2018-03", RFC ... format available
          						toDate: null, // Or "2019-12-25",
          						minWidth: null, // Or 400
          						maxWidth: null, // Or 8000
          						minHeight: null, // Or 400
          						maxHeight: null, // Or 8000
          						minWHRatio: null,
          						maxWHRatio: null,
          						// WHRatio = Width/Height ratio ( ==1 : Squared Photo,   < 1 : Portraited Photo, > 1 : Landscaped Photo)
          					},
          					showWidth: 1080, // These values will be used for quality of downloaded photos to show. real size to show in your MagicMirror region is recommended.
          					showHeight: 1920,
          					//timeFormat: "YYYY/MM/DD HH:mm", // Or `relative` can be used.
          			  }
          			}
          
          ? 1 Reply Last reply Reply Quote 0
          • ? Offline
            A Former User @dumitrudany
            last edited by

            @dumitrudany
            Not possible immediately as you wish. There is no way to detect whether you add/modify photos or not. Maybe frequent scanning would get a similar result, but it will consume and waste too many API quota. I can’t recommend it at all.

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

              @Sean Thanks. I think if you can gracefully handle the bad connection (no matter where it’s from) and reconnect once the connection works again, the image being stuck won’t be an issue. Right now once the connection breaks the module can’t recover.

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

                @Sean I’ve been looking into this, because I’m really don’t think it’s my network (no other module has this issue and there’s no similar problems anywhere else on the network). The first error doesn’t seem to be fatal, but the second is.

                These are the errors I’m seeing in my Out.log

                [2020-04-27 17:33:15.365] [LOG]    2020-04-27T17:33:15 <log> [GPHOTOS:CORE] Error: socket hang up (/home/pi/MagicMirror/modules/MMM-GooglePhotos/GPhotos.js:124 GPhotos.log)
                

                and

                [2020-04-27 18:51:15.155] [LOG]    2020-04-27T18:51:15 <log> [GPHOTOS:CORE] Error: Client network socket disconnected before secure TLS connectionwas established (/home/pi/MagicMirror/modules/MMM-GooglePhotos/GPhotos.js:124 GPhotos.log)
                
                

                I came across this issue on gitub related to Google APIs. https://github.com/googleapis/nodejs-bigquery/issues/624
                Not sure it’s related.

                In Error.log I see

                2020-04-27 17:33:15.356] [ERROR]  2020-04-27T17:33:15 <error> Error: socket hang up
                    at connResetException (internal/errors.js:559:14)
                    at TLSSocket.socketOnEnd (_http_client.js:436:23)
                    at TLSSocket.emit (events.js:205:15)
                    at endReadableNT (_stream_readable.js:1154:12)
                    at processTicksAndRejections (internal/process/task_queues.js:84:9) {
                  code: 'ECONNRESET'
                } (/home/pi/MagicMirror/js/app.js:40 process.<anonymous>)
                [2020-04-27 17:33:15.361] [ERROR]  2020-04-27T17:33:15 <error> Error: socket hang up
                    at connResetException (internal/errors.js:559:14)
                    at TLSSocket.socketOnEnd (_http_client.js:436:23)
                    at TLSSocket.emit (events.js:205:15)
                    at endReadableNT (_stream_readable.js:1154:12)
                    at processTicksAndRejections (internal/process/task_queues.js:84:9) {
                  code: 'ECONNRESET'
                } (/home/pi/MagicMirror/js/app.js:40 process.<anonymous>)
                [2020-04-27 17:33:15.367] [ERROR]  2020-04-27T17:33:15 <error> (node:17589) UnhandledPromiseRejectionWarning: Error: socket hang up
                    at connResetException (internal/errors.js:559:14)
                    at TLSSocket.socketOnEnd (_http_client.js:436:23)
                    at TLSSocket.emit (events.js:205:15)
                    at endReadableNT (_stream_readable.js:1154:12)
                    at processTicksAndRejections (internal/process/task_queues.js:84:9) (/home/pi/MagicMirror/internal/process/warning.js:27 writeOut)
                [2020-04-27 17:33:15.368] [ERROR]  2020-04-27T17:33:15 <error> (node:17589) UnhandledPromiseRejectionWarning: Error: socket hang up
                    at connResetException (internal/errors.js:559:14)
                    at TLSSocket.socketOnEnd (_http_client.js:436:23)
                    at TLSSocket.emit (events.js:205:15)
                    at endReadableNT (_stream_readable.js:1154:12)
                    at processTicksAndRejections (internal/process/task_queues.js:84:9) (/home/pi/MagicMirror/internal/process/warning.js:27 writeOut)
                [2020-04-27 17:33:15.369] [ERROR]  2020-04-27T17:33:15 <error> (node:17589) 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(). (rejection id: 2) (/home/pi/MagicMirror/internal/process/warning.js:27 writeOut)
                [2020-04-27 17:33:15.369] [ERROR]  2020-04-27T17:33:15 <error> (node:17589) 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(). (rejection id: 2) (/home/pi/MagicMirror/internal/process/warning.js:27 writeOut)
                [2020-04-27 17:33:15.370] [ERROR]  2020-04-27T17:33:15 <error> (node:17589) [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. (/home/pi/MagicMirror/internal/process/warning.js:27 writeOut)
                [2020-04-27 17:33:15.371] [ERROR]  2020-04-27T17:33:15 <error> (node:17589) [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. (/home/pi/MagicMirror/internal/process/warning.js:27 writeOut)
                
                

                and

                [2020-04-27 18:51:15.161] [ERROR]  2020-04-27T18:51:15 <error> (node:17589) UnhandledPromiseRejectionWarning: Error: Client network socket disconnected before secure TLS connection was established
                    at connResetException (internal/errors.js:559:14)
                    at TLSSocket.onConnectEnd (_tls_wrap.js:1355:19)
                    at Object.onceWrapper (events.js:288:20)
                    at TLSSocket.emit (events.js:205:15)
                    at endReadableNT (_stream_readable.js:1154:12)
                    at processTicksAndRejections (internal/process/task_queues.js:84:9) (/home/pi/MagicMirror/internal/process/warning.js:27 writeOut)
                [2020-04-27 18:51:15.164] [ERROR]  2020-04-27T18:51:15 <error> (node:17589) UnhandledPromiseRejectionWarning: Error: Client network socket disconnected before secure TLS connection was established
                    at connResetException (internal/errors.js:559:14)
                    at TLSSocket.onConnectEnd (_tls_wrap.js:1355:19)
                    at Object.onceWrapper (events.js:288:20)
                    at TLSSocket.emit (events.js:205:15)
                    at endReadableNT (_stream_readable.js:1154:12)
                    at processTicksAndRejections (internal/process/task_queues.js:84:9) (/home/pi/MagicMirror/internal/process/warning.js:27 writeOut)
                [2020-04-27 18:51:15.166] [ERROR]  2020-04-27T18:51:15 <error> (node:17589) 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(). (rejection id: 4) (/home/pi/MagicMirror/internal/process/warning.js:27 writeOut)
                [2020-04-27 18:51:15.168] [ERROR]  2020-04-27T18:51:15 <error> (node:17589) 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(). (rejection id: 4) (/home/pi/MagicMirror/internal/process/warning.js:27 writeOut)
                
                1 Reply Last reply Reply Quote 0
                • bheplerB Offline
                  bhepler Module Developer @zolabus
                  last edited by

                  @zolabus - That is merely a warning, not an error. That won’t be the source of the problem.

                  S 1 Reply Last reply Reply Quote 0
                  • S Offline
                    sdetweil @bhepler
                    last edited by

                    @bhepler Unhandled promise rejection.

                    I disagree… that means the code didn’t anticipate the error, and was waiting for the good completion which will never come…

                    gotta have a .catch() on every .then()

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

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

                      Unhandled promise rejection is not the reason of this symptom, rather result.
                      Anyway,
                      I think Client network socket disconnected before secure TLS connection was established is not coming from program logic. It probably might be caused from unstable network status. (Especially handling TLS connection).
                      There is no one reason of that issue, so it has no simple solution to diagnose or solve.
                      I can’t represent this symptom, so hard to find the solution at this moment.

                      @gonzonia
                      For me;

                      reconnect once the connection works again, the image being stuck won’t be an issue. Right now once the connection breaks the module can’t recover.

                      When I force to break the connection then reconnect again, the module works again without issue. This module just loads an image from external google URL on each update schedule. So, if network is ok, image should be loaded and displayed. I suspect your router or proxy setting is interfering TLS connection between Google Server. but not sure.

                      Anyway, at this moment hard to find reason why yours are not working.

                      G 2 Replies Last reply Reply Quote 0
                      • G Offline
                        gonzonia @Guest
                        last edited by

                        @Sean I appreciate you trying. I’ll see if I can figure out more detail. It’s weird because it’ll work fine sometimes for days and then all of a sudden I can’t get it to do more than 1 or 2 photos before it stops. Nothing else on the pi has that issue, newsfeeds still update, weather updates, CalendarExt2 updates.

                        I’m going to circumvent the pihole I have set up and point to GoogleDNS and see if that helps.

                        I wasn’t seeing anything from the MagicMirror in the query logs for the pihole which was in itself odd.

                        1 Reply Last reply Reply Quote 0
                        • bheplerB Offline
                          bhepler Module Developer @sdetweil
                          last edited by bhepler

                          @sdetweil - I was replying to the warning about the buffer package being deprecated.

                          S 1 Reply Last reply Reply Quote 0
                          • S Offline
                            sdetweil @bhepler
                            last edited by

                            @bhepler ah. never mind!

                            Sam

                            How to add modules

                            learning how to use browser developers window for css changes

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

                              @Sean I’ve got a theory. I don’t know enough about how it’s all working to be sure, but I’m testing it a little. I noticed in the logs that the error seemed to coincide with something the CalendarExt2 module was doing. Since they’re both connecting to Google, I thought, perhaps there’s something happening there. I’ve disabled the CalendarExt2 module and haven’t had a problem. I’m going to see how it all runs for today and then turn the module back on to see if the problem returns.

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

                                @gonzonia
                                It makes some sense. By racing to use the same connection, there could be some conflicts. Hmmmm…

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

                                  @Sean Sadly, it doesn’t look like that’s it. Everything ran great for 12 hours, than quit again. Restarted this morning and it lasted an hour or two. The problem always appears arround indexing.

                                  [2020-04-30 08:56:17.785] [LOG]    2020-04-30T08:56:17 <log> [GPHOTOS] Start Album scanning (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_helper.js:44 Class.log)
                                  [2020-04-30 08:56:17.789] [LOG]    2020-04-30T08:56:17 <log> [GPHOTOS:AUTH] Token is alive. (/home/pi/MagicMirror/modules/MMM-GooglePhotos/GPhotos.js:20 Auth.log)
                                  [2020-04-30 08:56:17.791] [LOG]    2020-04-30T08:56:17 <log> [GPHOTOS:CORE] Indexing photos now. (/home/pi/MagicMirror/modules/MMM-GooglePhotos/GPhotos.js:124 GPhotos.log)
                                  REPEATS....
                                  [2020-04-30 08:56:55.332] [LOG]    2020-04-30T08:56:55 <log> [GPHOTOS:CORE] Indexing photos now. (/home/pi/MagicMirror/modules/MMM-GooglePhotos/GPhotos.js:124 GPhotos.log)
                                  [2020-04-30 08:57:17.685] [LOG]    2020-04-30T08:57:17 <log> [GPHOTOS:CORE] Error: Client network socket disconnected before secure TLS connection was established (/home/pi/MagicMirror/modules/MMM-GooglePhotos/GPhotos.js:124 GPhotos.log)
                                  [2020-04-30 08:57:18.712] [LOG]    2020-04-30T08:57:18 <log> [GPHOTOS] Image loaded: https://lh3.googleusercontent.com/XXXXXX (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_helper.js:44 Class.log)
                                  [2020-04-30 08:59:18.130] [LOG]    2020-04-30T08:59:18 <log> [GPHOTOS] Image loading fails. Check your network.: https://lh3.googleusercontent.com/XXXXXXXX(/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_helper.js:44 Class.log)
                                  
                                  

                                  I’m determined to figure this out though.

                                  S 1 Reply Last reply Reply Quote 0
                                  • S Offline
                                    sdetweil @gonzonia
                                    last edited by

                                    @gonzonia

                                    correct, the code then fails, the module sends the helper a message

                                          case 'IMAGE_LOAD_FAIL':
                                            this.log("Image loading fails. Check your network.:", payload)
                                            break
                                    

                                    and the helper logs it, but never does anything after that
                                    so, now the module is waiting for another image,

                                          case 'UPLOAD':
                                            this.upload(payload)
                                            break
                                    

                                    but the helper doesn’t know

                                    Sam

                                    How to add modules

                                    learning how to use browser developers window for css changes

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

                                      @sdetweil
                                      Nothing can be dine after image loading fails. Even connected again, couldn’t be recognized. It is just kind logging.
                                      I’m not sure what could be possible to do for this kind of network issue by module itself.

                                      1 Reply Last reply Reply Quote 0
                                      • RoggerFabriR Offline
                                        RoggerFabri
                                        last edited by

                                        Hi @Sean , thanks a lot for your time and effort on creating this module, I was searching for something similar for a long time already. From time to time, I’m getting several Forbidden 403 responses from the requests to load new pictures, this gives the impression that the pictures are stuck. Do you have an idea of what might be causing that?

                                        ? bheplerB 2 Replies Last reply Reply Quote 0
                                        • ? Offline
                                          A Former User @RoggerFabri
                                          last edited by

                                          @RoggerFabri
                                          All those kinds of errors (403, 500, …) means network/server errors. Nothing could do in client(module) itself. Only thing would be just waiting(stuck) problem solved by network/server.

                                          G 1 Reply Last reply Reply Quote 0
                                          • bheplerB Offline
                                            bhepler Module Developer @RoggerFabri
                                            last edited by

                                            @RoggerFabri - I don’t know if this is relevant, but I know Amazon AWS bulk storage returns 403 errors if you get the URL wrong. I’m not sure if their security model is so granular that files have to be authorized independently or if the wrong URL attempts to serve up the directory index and that file is locked out. And I have no idea if Google uses the same technique.

                                            Either way, I would check the request to make sure it is pointing to a valid asset.

                                            1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 11
                                            • 12
                                            • 13
                                            • 14
                                            • 15
                                            • 13 / 15
                                            • 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