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-BackgroundSlideshow animation

    Scheduled Pinned Locked Moved Troubleshooting
    animationmmm-backgroundslideshowpicturesslide
    1 Posts 1 Posters 359 Views 1 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
      Sven1894
      last edited by Sven1894

      Hello,
      I want to display a picture which is bigger than the screen. The height of the pic is bigger than the height of the screen, so I used the backgroundAnimationEnabled Option of the MMM-BackgroundSlideshow module. Now the picture scrolls either from top to bottom, or from bottom to top. But I want that it only scrolls from top to bottom. Is there any option to set that?

      Here is my config entry of the module:

      {
          module: 'MMM-BackgroundSlideshow',
          position: 'fullscreen_below',
          config: {
            imagePaths: ['modules/MMM-BackgroundSlideshow/bt-background/'],
      	  slideshowSpeed: 86400,
            transitionImages: true,
            randomizeImageOrder: true,
      	  transitionSpeed: '0s',
      	  backgroundAnimationEnabled: true,
      	  backgroundPosition: 'top',
      	  backgroundSize: 'cover',
      	  animations: ['slide'],
      	  backgroundAnimationLoopCount: '1',
      	  backgroundAnimationDuration: '5s',
          },
        },
      

      Thanks for any help

      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