MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    UNSOLVED MMM-GooglePhotos not showing images

    Troubleshooting
    mmm-googlephotos error
    3
    7
    496
    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.
    • C
      ctilt last edited by

      My Google Photos are not showing up on the Mirror software, it looks like they are being transferred from the Google API (not an auth issue) since when I go in with npm start dev I can find the photos under sources, but they are not showing up on the interface. Can anyone help? Here’s my config. It’s giving me an error that’s shown below.

      f66f3ba0-f91b-4d4b-99a8-7eaef4c0a97e-image.png

      {
      		  module: "MMM-GooglePhotos",
      		  position: "bottom_center",
      		  config: {
      				albums: ["Magic Mirror"], // Set your album name. like ["My wedding", "family share", "Travle to Paris"]
      				updateInterval: 1000 * 60, // minimum 10 seconds.
      				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: 800, // These values will be used for quality of downloaded photos to show. real size to show in your MagicMirror region is recommended.
      				showHeight: 600,
      				timeFormat: "YYYY/MM/DD HH:mm", // Or `relative` can be used.
        }
      },
      
      M S 2 Replies Last reply Reply Quote 0
      • M
        MMRIZE @ctilt last edited by

        @ctilt have you tried other position?

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

          @ctilt i put mine at position:“fullscreen_below” to have the images as big as desktop, behind other content, and it worked fine…

          bottom_center didn’t work well… had some of the shading but not the pic.

          Sam

          Create a working config
          How to add modules

          1 Reply Last reply Reply Quote 0
          • C
            ctilt last edited by

            Nope, changing the position didn’t work either. Any other thoughts?

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

              @ctilt can u check the position of all the modules listed before MMM-GooglePhotos…

              I think one of them is wrong…

              Sam

              Create a working config
              How to add modules

              C 1 Reply Last reply Reply Quote 0
              • C
                ctilt @sdetweil last edited by

                @sdetweil That was totally it, I had one as blank instead of removing the position altogether, Happy Holidays and thank you!

                S 1 Reply Last reply Reply Quote 1
                • S
                  sdetweil @ctilt last edited by

                  @ctilt glad you found it. basically it crashed mm but the modules kept running. but couldn’t find their content to update

                  Sam

                  Create a working config
                  How to add modules

                  1 Reply Last reply Reply Quote 0
                  • 1 / 1
                  • First post
                    Last post
                  Enjoying MagicMirror? Please consider a donation!
                  MagicMirror created by Michael Teeuw.
                  Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                  This forum is using NodeBB as its core | Contributors
                  Contact | Privacy Policy