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

    Posts

    Recent Best Controversial
    • RE: MMM-EasyPix problem... missing a step?

      I had a similar issue. I added a comma to the end of the line “sounds:”

                  {
                          module: "MMM-EasyPix",
                          position: "middle_center",
                          config: {
                                  picName: "DSC01423.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,
                          }
                  },
      

      Hope this helps

      Would love to know how to have a slide show without having to create a list in the config.js file.

      posted in Troubleshooting
      O
      OneOfTheInfiniteMonkeys
    • 1 / 1