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

      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

      Mykle1M 1 Reply Last reply Reply Quote 0
      • Mykle1M Offline
        Mykle1 Project Sponsor Module Developer @SirVer
        last edited by Mykle1

        @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

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

          Mykle1M 1 Reply Last reply Reply Quote 0
          • Mykle1M Offline
            Mykle1 Project Sponsor Module Developer @SirVer
            last edited by

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