MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. innovation
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    I
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 41
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Help please!!

      @sdetweil No, it is a Pi 3B

      posted in Development
      I
      innovation
    • RE: Help please!!

      @sdetweil Yes, it still is showing undefined though

      posted in Development
      I
      innovation
    • RE: Help please!!

      @sdetweil Haha sure! Just to clarify in
      ‘-/MagicMirror/modules/uploadPics’ folder in the terminal right?

      posted in Development
      I
      innovation
    • RE: Help please!!

      @sdetweil It still shows command not found

      posted in Development
      I
      innovation
    • RE: Help please!!

      @sdetweil It says ‘command not found’

      posted in Development
      I
      innovation
    • RE: Help please!!

      @sdetweil --help qrcp?

      posted in Development
      I
      innovation
    • RE: Help please!!

      @sdetweil Hey it is showing ‘Undefined’ for me too.
      I did run the npm install.

      {
      module: ‘uploadPics’,
      position: ‘bottom_left’, //module position
      config: {
      dest: “…/module/MMMM-ImagesPhotos/uploads”,
      }
      },

      posted in Development
      I
      innovation
    • RE: Help please!!

      @George Hello, yes I could but I want to be able to upload the images from my phone - so that it can be displayed onto the mirror. Is that possible?

      posted in Development
      I
      innovation
    • Help please!!

      Hello,
      I want my mirror to display images that have been uploaded onto google photos.
      I used the MMM-GooglePhotos module and I have configured it. However, the image does not show up instead it says “Loading…”

      It hasn’t loaded in a long time. Could you tell me what the issue can be?
      This is the code in the config.sj

      {
      module: “MMM-GooglePhotos”,
      position: “middle_center”,
      config: {
      albums: [“DesignMirror”], // 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.
      }
      },

      Thank you! Would appreciate it a lot.

      posted in Development
      I
      innovation
    • RE: Help please

      @sdetweil Thank you! On it!

      posted in Development
      I
      innovation
    • 1 / 1