MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.

    I need your help

    Development
    2
    4
    258
    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.
    • I
      innovation last edited by sdetweil

      I want to add a small picture - 11 by 5cm onto my display. I want it to be at the bottom left of the display. I have configured the MMM-GooglePhotos module. However the image isn’t showing up - instead there is a “Loading…” button. I waited for an entire day to see if it loads but it did not. Here is my config.js code. Please help me resolve this:

      {
        module: "MMM-GooglePhotos",
        position: "bottom_right",
        config: {
      albums: ["SmartMirror"], // Set your album name. like ["My wedding", "family share", "Travle to Paris"]
      updateInterval: 1000 * 60, // minimum 10 seconds.
      sort: "random", // "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: 400, // Or 400
      maxWidth: 80000, // Or 8000
      minHeight: 400, // Or 400
      maxHeight: 8000, // Or 8000
      minWHRatio: "> 1",
      maxWHRatio: "> 1",
      // WHRatio = Width/Height ratio ( ==1 : Squared Photo,   < 1 : Portraited Photo, > 1 : Landscaped Photo)
      },
      showWidth: 640, // These values will be used for quality of downloaded photos to show. real size to show in your MagicMirror region is recommended.
      showHeight: 380,
      timeFormat: "YYYY/MM/DD HH:mm", // Or `relative` can be used.
        }
      
      1 Reply Last reply Reply Quote 0
      • G
        George last edited by

        IMG_20201119_210609591.jpg
        I added the image of the cosmonaut hanging from the Moon using “MMM-ImagesPhotos”. I uploaded the photo in the “uploads” folder that you will find in the module.

        1 Reply Last reply Reply Quote 0
        • I
          innovation last edited by

          @George yes it works! Thank you so much!

          G 1 Reply Last reply Reply Quote 0
          • G
            George @innovation last edited by George

            @innovation, 36 / 5000
            I’m glad I was able to help you!

            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