Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display in MM position, not fullscreen background. #137

Open
chrisfutz opened this issue Sep 5, 2023 · 1 comment
Open

Display in MM position, not fullscreen background. #137

chrisfutz opened this issue Sep 5, 2023 · 1 comment

Comments

@chrisfutz
Copy link

This module does what is says. It also says it is based on MMM-ImageSlideShow. Maybe in inspiration, but MMM-ImageslideShow cannot display images from a mounted directory on a nas.

My requirement is not to display the image as a full background but as an image inside one of the MM positions (eg. top_center).

If I specify top_center, I get no images displayed. I am still seeing if I can get it to do what I want with the configs, but so far no luck.

I can code but my JavaScript is non-existent. I'm happy to try foll around wth the code to try and see if I can turn this module into the best of both worlds and that it becomes the best photo frame module.

If someone who understands the code and module architecture can point to where in the code I must change things, I'm happy to try. Otherwise I'm asking the devs of this module if they can make the changes to display the image on a MM position.

@zheinrich1
Copy link

I have it displaying in 'bottom_left' right now and its working great. I am not sure what you need to change, but this is my config:
{
module: 'MMM-BackgroundSlideshow',
position: 'bottom_left',
config: {
imagePaths: ['modules/MMM-BackgroundSlideshow/exampleImages/094F-D0E0/'],
transitionImages: true,
randomizeImageOrder: true,
slideshowSpeed: 30000,
}
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants