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

MMM-EasyPix Multiple pics

Scheduled Pinned Locked Moved Unsolved Troubleshooting
4 Posts 2 Posters 1.6k 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.
  • S Offline
    SirVer
    last edited by Aug 5, 2019, 3:27 PM

    How can I display multiple pics that are shown one by another. In this example is just one pic:

    {
    module: “MMM-EasyPix”,
    position: “top_center”,
    config: {
    picName: “18.jpg”, // Enter the picture file name.
    maxWidth: “75%”, // Size picture precisely. Retains aspect ratio.
    sounds: [“1.mp3”, “me2.mp3”], // mp3 sound file names in quotes seperated by commas for Hello-Lucy
    updateInterval: 30 * 60 * 1000, // updates display
    animationSpeed: 3000,
    }
    },

    I already tried with picName: “18.jpg”,“4jpg”,

    or picName: [“18.jpg”,“4jpg”],

    but nothing worked

    M 1 Reply Last reply Aug 5, 2019, 11:43 PM Reply Quote 0
    • M Offline
      Mykle1 Project Sponsor Module Developer @SirVer
      last edited by Mykle1 Aug 5, 2019, 11:50 PM Aug 5, 2019, 11:43 PM

      @SirVer

      Adding another config entry will work but the pictures will stack in the same region. You can choose another position for the second entry or play with css.

      {
                  disabled: f,
                  module: "MMM-EasyPix",
                  position: "top_center",
                  config: {
                      picName: "face.gif", // "face.gif", // Enter the picture file name.
                      maxWidth: "35%",
                      sounds: ["1.mp3", "11.mp3", "a.mp3", "b.mp3", "c.mp3", "d.mp3", "me2.mp3", "pony.mp3",
                          "naked.mp3", "jugs.mp3", "listening.mp3", "best.mp3", "nice.mp3", "weather.mp3", "hello.mp3",
                      ]
                  }
              },
              {
                  disabled: f,
                  module: "MMM-EasyPix",
                  position: "top_center",
                  config: {
                      picName: "4.jpg", // "face.gif", // Enter the picture file name.
                      maxWidth: "35%",
                      sounds: ["1.mp3", "11.mp3", "a.mp3", "b.mp3", "c.mp3", "d.mp3", "me2.mp3", "pony.mp3",
                          "naked.mp3", "jugs.mp3", "listening.mp3", "best.mp3", "nice.mp3", "weather.mp3", "hello.mp3",
                      ]
                  }
              },
      

      0_1565048594498_2easy.png

      Create a working config
      How to add modules

      1 Reply Last reply Reply Quote 2
      • S Offline
        SirVer
        last edited by Aug 7, 2019, 3:36 PM

        But is it not possible to position the one pic on top of the other one, so it is like a diashow?

        M 1 Reply Last reply Aug 8, 2019, 1:08 AM Reply Quote 0
        • M Offline
          Mykle1 Project Sponsor Module Developer @SirVer
          last edited by Aug 8, 2019, 1:08 AM

          @SirVer said in MMM-EasyPix Multiple pics:

          diashow?

          SLIDESHOW ? No, EasyPix has no slideshow feature. It was created to handle images and sound files for Hello-Lucy. This is what I use for a slideshow. https://github.com/AdamMoses-GitHub/MMM-ImageSlideshow

          Create a working config
          How to add modules

          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