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

magic mirror module

Scheduled Pinned Locked Moved Forum
7 Posts 2 Posters 1.2k 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.
  • P Offline
    pat59
    last edited by Nov 30, 2020, 9:10 AM

    Hello
    I installed two modules the first is MMM-EyeCandy and the second local MMM-RandomPhoto, it works except that the RandomPhoto image is superimposed on my first module. I move the module by doing bottom_left the RandomPhoto image disappears do you have any idea cordially

    M 1 Reply Last reply Dec 1, 2020, 1:27 AM Reply Quote -1
    • M Offline
      Mykle1 Project Sponsor Module Developer @pat59
      last edited by Dec 1, 2020, 1:27 AM

      @pat59

      I’ve never used RandomPhoto but I use EyeCandy extensively. I’ve never seen this type of behavior with EyeCandy before. nor has anyone ever mentioned this as an issue. With that:

      What happens if you put one module on the left and one on the right?

      Also, try switching their order in the config.js. Take the one that appears first in the config.js and move it to the last position in the config.js. Will this work? Unknown. I’ve seen modules that affect all others unless they load last, so it’s worth a try.

      Create a working config
      How to add modules

      1 Reply Last reply Reply Quote 0
      • P Offline
        pat59
        last edited by Dec 1, 2020, 9:10 AM

        Hello
        I wanted to thank you for answering me.
        I resume I have placed the config.js file in the last position, same nothing changes the photo appears when it is in top_center, when I move it to the right or to the left I have a small logo that appears a circle with a triangle in it and no the same image when I move MMM-EyeCandy to the bottom left it works well but my photo in the top center no longer appears, it works when the two modules are in top_center but still superimposed.

        M 1 Reply Last reply Dec 2, 2020, 3:39 AM Reply Quote 1
        • M Offline
          Mykle1 Project Sponsor Module Developer @pat59
          last edited by Mykle1 Dec 2, 2020, 3:40 AM Dec 2, 2020, 3:39 AM

          @pat59

          I took a look at MMM-RandomPhoto. I see that it was designed to be behind the other modules based on the default “position.”

          It appears to me that both modules are working as intended although the result is a bit ugly. EyeCandy was designed for use with a black background

          {
          	module: 'MMM-RandomPhoto',
          	position: 'fullscreen_below',
          	config: {
          		opacity: 0.3,
          		animationSpeed: 500,
          		updateInterval: 60,
          		url: 'https://unsplash.it/1920/1080/?random'
          	}
          },
          {
              module: "MMM-EyeCandy",
              position: "top_center",
              config: {
                  maxWidth: "75%",       // Sizes the images. Retains aspect ratio.
                  style: '1',            // Style number or use ownImagePath to override style
                  ownImagePath: '',      // ex: 'modules/MMM-EyeCandy/pix/YOUR_PICTURE_NAME.jpg', or internet url to image
              }
          },
          

          22.png

          Create a working config
          How to add modules

          1 Reply Last reply Reply Quote 0
          • P Offline
            pat59
            last edited by Dec 2, 2020, 5:48 AM

            Hello
            great thank you for your feedback indeed EyeCandy works very well for me, I have tried everything without any result always superimposed I will remove the RandomPhoto module do you know another module for Photo display I just want to display only one I would like to display a brand logo of car thanking you

            M 1 Reply Last reply Dec 2, 2020, 4:44 PM Reply Quote 0
            • M Offline
              Mykle1 Project Sponsor Module Developer @pat59
              last edited by Dec 2, 2020, 4:44 PM

              @pat59

              You can add another config.js entry for EyeCandy and point it towards your image file (See readMe of file) and choose another position other than your first instance. You already have the module so no need to download it again or another module.

              Peace!

              Create a working config
              How to add modules

              P 1 Reply Last reply Dec 2, 2020, 4:48 PM Reply Quote 0
              • P Offline
                pat59 @Mykle1
                last edited by Dec 2, 2020, 4:48 PM

                ok and thank you for your advice
                cordially

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