Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    UNSOLVED MMM-EasyPix Multiple pics

    Troubleshooting
    2
    4
    648
    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
      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

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

        1 Reply Last reply Reply Quote 2
        • S
          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?

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

            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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy