• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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 283.9k 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.
  • T Offline
    Taxandria
    last edited by Jan 30, 2019, 9:05 PM

    Hee guys.

    Any ideas why my magic mirror states that my config is corrupt after adding this module?

    Raspberry 2 | Stretch | magic Mirror latest version
    {
    module: “MMM-GooglePhotos”,
    position: “middle_center",
    config: {
    albumId: ["AN6D9_GC-eRw0Irq8BcuhBxYfwuHZPFlJpTKYbqRnR9xyHjFq3TjVVxzky9KqLEOxObDA4OFnB__”,"AN6D9_F2ZLhUpV8VrpCrp3MrQUh-D55YYop_hGeiMGtLMpMc_xNPI1IlGo5T7slIJRVfuyaS0jih”,“AN6D9_GByr6yyN-z5-VPgi_pxkG5KgBlWJZHwGzo3vHq_zwrxfYbudBygs0ePyzJmKRA-SQHl9Te”,“AN6D9_E6es9RyinVq9QoKxPU74pk-31H30p5sJW10o3YnzgDN33t6t-ZJRtb8PU2yPy4gKTpfBAM,AN6D9_GIGBaR1eBmI7ZUbneL8uq1dEfnVkcUlXKW0MnE-IZUSP7Kkg0mES07ah7rZtLxF6UHRSX3,AN6D9_Hr6iGqqA53-rOyZIESc-t9yFb4I_GF7ezQj1R-CSB2IVdzLRC_NpLgM3lMofKSM-TJjDkf”,“AN6D9_GIMMbpzErGJt5Z-bUB6HMDv5gKj44rZijAh_ynexuNxgJsyJ87jIBD4dp7aijzSaT8Dg7Z”,"AN6D9_EOTPePHltV88tdnuUi3nZOuNc3Luwg91K0wW4ikUrkDaLqGTYGyKbS1hmtA6bRSIp3d0bb”,“AN6D9_FiggE1yD2va8H3m7hLd_R2Ru_VfOYTxTZi6GNhlwbnw2hCVU9emnExm-9OqMps1RGH6xUU”], // your album id(s) from result of auth_and_test.js
    refreshInterval: 100060,
    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: "time", //'time', 'reverse', 'random'
    showWidth: "800px", // how large the photo will be shown as. (e.g;'100%' for fullscreen)
    showHeight: "600px",
    originalWidthPx: 800, // original size of loaded image. (related with image quality)
    originalHeightPx: 600, // 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.
    

    }
    },

    Appreciate your help! Thanks

    G 1 Reply Last reply Jan 30, 2019, 9:20 PM Reply Quote 0
    • G Offline
      ganget @Taxandria
      last edited by Jan 30, 2019, 9:20 PM

      @taxandria
      I see that there is a comma missing at line 10 in between the || needs to be a comma.

      sort: "time", //'time', 'reverse', 'random'|,|
      

      I’m also not sure about the difference between ” and " (notice the slight angle) being a problem or not.

      p.s. It’s pretty hard to read the code when only half of it is properly styled.

      1 Reply Last reply Reply Quote 0
      • T Offline
        teitlebot
        last edited by teitlebot Feb 1, 2019, 9:09 PM Feb 1, 2019, 9:09 PM

        @Sean
        Is there a way to use this as fullscreen and have all the other modules still readable by putting a dark mask behind them?

        ? 1 Reply Last reply Feb 1, 2019, 10:50 PM Reply Quote 0
        • ? Offline
          A Former User @teitlebot
          last edited by Feb 1, 2019, 10:50 PM

          @teitlebot set view position to “fullscreen_below” and modify css to add background to other modules.

          1 Reply Last reply Reply Quote 1
          • T Offline
            teitlebot @yupwho
            last edited by Feb 12, 2019, 12:32 AM

            @yupwho any luck with the dithering issue? I seem to be getting them on specific pictures although im not sure why just those.

            1 Reply Last reply Reply Quote 0
            • B Offline
              BryceTalbot
              last edited by Mar 3, 2019, 12:35 AM

              Hi Thank you so much for creating this module I have set it up and been loving it!

              The only issue I am having, however, is that when switching between images the module will fade to black for a second before going to the next photo.

              Is it possible to remove this behavior and instead fade directly to the next image?

              Thank you so much for the help!

              ? S 2 Replies Last reply Mar 4, 2019, 8:20 AM Reply Quote 0
              • ? Offline
                A Former User @BryceTalbot
                last edited by Mar 4, 2019, 8:20 AM

                @BryceTalbot
                Possible by modifying source (showImage() of MMM-GooglePhotos) but not recommended. Because each picture size would be different, So the transition will make some annoying distortion on showing/hiding.

                1 Reply Last reply Reply Quote 0
                • T Offline
                  teitlebot
                  last edited by Mar 12, 2019, 10:33 PM

                  @Sean
                  Any idea how I can get the monitor to rotate like this guy did except I want to use google photos? He created the code for arduino to rotate but the pi has to send a signal based on rotation of the photo.
                  https://hackaday.io/project/16291-flipframe

                  S ? 2 Replies Last reply Mar 12, 2019, 11:40 PM Reply Quote 0
                  • S Offline
                    sdetweil @teitlebot
                    last edited by Mar 12, 2019, 11:40 PM

                    @teitlebot you would have to do the same for google photos download… he could have worked out the horizontal vs vertical alignment of the picture…

                    google search for the stepper motor , A4988 Stepper

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    T 1 Reply Last reply Mar 13, 2019, 1:31 AM Reply Quote 0
                    • S Offline
                      sdetweil @BryceTalbot
                      last edited by sdetweil Mar 13, 2019, 11:35 AM Mar 12, 2019, 11:42 PM

                      @BryceTalbot I solved that problem a while back…

                      need to use an onload() handler to process after the image is loaded but before shown.

                      the key is to minimize the total change to the dom, to reduce screen flash and dead space showing thru

                      so I load the images hidden and when loaded, calculate the size to make it fit on the screen without any stretch or clip. contain and cover styles both alter the image display.

                      then in the module dom contribution i append the image… (there might already be one being displayed)
                      and mark the image to be shown, with fade in
                      then I check if there are two, and if so, hide the 1st (with fade out) and then delete it from the dom contribution, leaving one image.

                      m here is a variable holding the size of the top margin
                      var m = window.getComputedStyle(document.body,null).getPropertyValue(‘margin-top’);

                            // set the onload event handler
                            // the loadurl request will happen when the html is returned to MM and inserted into the dom. 
                            img.onload= function (evt) {
                      
                              // get the image of the event
                              var img = evt.currentTarget;
                              //Log.log("image loaded="+img.src+" size="+img.width+":"+img.height);
                      
                              // what's the size of this image and it's parent
                              var w = img.width;
                              var h = img.height;
                              var tw = document.body.clientWidth+(parseInt(this.m)*2);
                              var th = document.body.clientHeight+(parseInt(this.m)*2);
                      
                              // compute the new size and offsets
                              var result = this.self.ScaleImage(w, h, tw, th, true);
                      
                              // adjust the image size
                              img.width = result.width;
                              img.height = result.height;
                      
                              //Log.log("image setting size to "+result.width+":"+result.height);
                              //Log.log("image setting top to "+result.targetleft+":"+result.targettop);
                      
                              // adjust the image position
                              img.style.left = result.targetleft+"px";
                              img.style.top = result.targettop+"px";
                              img.style.opacity =	this.self.config.opacity;
                              img.style.transition = "opacity 1.25s";
                      
                              // if another image was already displayed
                              if( this.self.wrapper.firstChild!=this.self.wrapper.lastChild)
                              {
                                // hide it
                                this.self.wrapper.firstChild.style.opacity=0;
                                // remove the image element from the div
                                this.self.wrapper.removeChild(this.self.wrapper.firstChild);
                              }
                      
                            }.bind({self: this, m:m});
                      

                      I use this same methodology in a photo based calendar display module. it loads photos from google_drive, dropbox, and local file systems. But you cannot tell how big the image is (or its orientation) until AFTER it loaded.

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 7
                      • 8
                      • 9
                      • 10
                      • 11
                      • 29
                      • 30
                      • 9 / 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