• 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.

I need your help

Scheduled Pinned Locked Moved Development
4 Posts 2 Posters 591 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 Dec 20, 2020, 2:46 PM Dec 20, 2020, 9:53 AM

    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 Dec 20, 2020, 10:11 AM

      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 Dec 20, 2020, 2:43 PM

        @George yes it works! Thank you so much!

        G 1 Reply Last reply Dec 20, 2020, 2:49 PM Reply Quote 0
        • G Offline
          George @innovation
          last edited by George Dec 20, 2020, 2:50 PM Dec 20, 2020, 2:49 PM

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

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          1 / 1
          • First post
            1/4
            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