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.

    I need your help

    Scheduled Pinned Locked Moved Development
    4 Posts 2 Posters 992 Views 2 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.
    • I Offline
      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 Offline
        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 Offline
          innovation
          last edited by

          @George yes it works! Thank you so much!

          G 1 Reply Last reply Reply Quote 0
          • G Offline
            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

            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 / 1
            • 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