• 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 problem... missing a step?

Scheduled Pinned Locked Moved Unsolved Troubleshooting
16 Posts 6 Posters 6.8k Views 5 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.
  • M Offline
    Mykle1 Project Sponsor Module Developer @TexityTex
    last edited by Mykle1 Jun 19, 2018, 9:05 PM Jun 19, 2018, 8:18 PM

    @texitytex said in MMM-EasyPix problem... missing a step?:

    All of the pictures, that I wish to have cycling in this module, are in the “pix” folder.

    Cycling is being worked on at the moment. That should be working soon. This module was really created for use with Hello Lucy where there is no need to cycle the pictures. However, I just downloaded the module (again) and used the config entry above and it works without issue.

    If you have not changed any of the module files then the only thing that would cause this issue for you is the config.js entry (or another module).

    EDIT: @sdetweil was kind enough to download and run MMM-EasyPix for me and he had no issue. It worked as expected for him.

    Please post your config.js entry for MMM-EasyPix

    Create a working config
    How to add modules

    S 1 Reply Last reply Jun 19, 2018, 8:22 PM Reply Quote 0
    • S Offline
      sdetweil @Mykle1
      last edited by Jun 19, 2018, 8:22 PM

      @mykle1 unless the files or folder have the wrong permissions…

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      M 1 Reply Last reply Jun 19, 2018, 8:24 PM Reply Quote 1
      • M Offline
        Mykle1 Project Sponsor Module Developer @sdetweil
        last edited by Mykle1 Jun 19, 2018, 9:23 PM Jun 19, 2018, 8:24 PM

        @sdetweil

        unless the files or folder have the wrong permissions…

        In which case, it wouldn’t be the module that is at fault. Just keeping it simple!

        Create a working config
        How to add modules

        1 Reply Last reply Reply Quote 0
        • S Offline
          sdetweil
          last edited by Jun 19, 2018, 9:13 PM

          i copied the config info from the mm-easypix readme, and pasted into the config.js modules section, and restarted the mirror… no other changes

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 1
          • T Offline
            TexityTex
            last edited by Jul 6, 2018, 5:05 PM

            Interesting. I changed nothing other than the name of the picture I wanted to test with. I’ll dig back into it, thank you for your responses.
            My apologies for delayed response, I haven’t had much time for personal projects lately.

            1 Reply Last reply Reply Quote 0
            • O Offline
              OneOfTheInfiniteMonkeys
              last edited by Nov 15, 2018, 11:48 PM

              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.

              M 1 Reply Last reply Nov 16, 2018, 1:34 AM Reply Quote 1
              • M Offline
                Mykle1 Project Sponsor Module Developer @OneOfTheInfiniteMonkeys
                last edited by Nov 16, 2018, 1:34 AM

                @oneoftheinfinitemonkeys said in MMM-EasyPix problem... missing a step?:

                I added a comma to the end of the line “sounds:”

                Good catch! Thanks for bringing that to my attention, mate. :thumbsup: I’ve updated the readme example.

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

                Again, this module was really only meant to be an accessory to Hello-Lucy so there was no need for the slideshow. However, this module

                https://github.com/AdamMoses-GitHub/MMM-ImageSlideshow

                does an excellent job of run a slideshow of your pictures.

                Create a working config
                How to add modules

                1 Reply Last reply Reply Quote 0
                • S Offline
                  Stoffbeuteluwe Project Sponsor
                  last edited by May 4, 2019, 7:15 PM

                  Hi, I have a problem with the easy pix module
                  can anybody help me get the (mp4 video file) Start automatically.
                  The video is working but not starting please help …Thank you

                  M S 2 Replies Last reply May 4, 2019, 9:06 PM Reply Quote 0
                  • M Offline
                    Mykle1 Project Sponsor Module Developer @Stoffbeuteluwe
                    last edited by May 4, 2019, 9:06 PM

                    @Stoffbeuteluwe

                    There are no mp4 files in use by MMM-EasyPix. Are you talking about the animated face (face.gif)?

                    Create a working config
                    How to add modules

                    S 1 Reply Last reply May 5, 2019, 6:00 AM Reply Quote 0
                    • S Offline
                      sdetweil @Stoffbeuteluwe
                      last edited by sdetweil May 5, 2019, 10:44 AM May 4, 2019, 9:12 PM

                      @Stoffbeuteluwe autoplay is a new restriction in the browsers… you have to click on something… dumb for a mirror with no mouse!!

                      fix

                      edit the smart-mirror/main.js
                      find the line

                      let mainWindow
                      

                      and change it so it looks like this

                      let mainWindow;
                      
                      function createWindow() {
                          app.commandLine.appendSwitch('autoplay-policy', 'no-user-gesture-required');  //< -------- added
                      

                      then save and restart MM

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

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