edward-shen / MMM-pages

Add pages to your MagicMirror²!
MIT License
109 stars 29 forks source link

Page-Duration #46

Open erkilic opened 4 years ago

erkilic commented 4 years ago

As an idea - for some users it might be helpful to adjust individuall duration time for each page. This would have the advantage, that pages with more data can rest longer, where other pages with less information can be slided faster. Furthermore the user would have the possibility to give a page the duration "0" seconds, if he doesn't wants to show the module although it should be loaded and operationg in the background (e.g. MPlayerRadio). Would this new feature be possible? I would appreciate it very :-)

edward-shen commented 4 years ago

Sorry for the late reply, things have gotten a little hectic.

it might be helpful to adjust individuall duration time for each page.

This seems like a good idea, but I'm a little busy right now to implement it. I'd happily accept a PR for this, but I'm likely unable to fufil requests until the end of the year.

Furthermore the user would have the possibility to give a page the duration "0" seconds, if he doesn't wants to show the module although it should be loaded and operationg in the background (e.g. MPlayerRadio).

I believe this can be achieved either through not setting a position in the config for that module, or a combination where you set the module as a fixed module and hiding it through CSS.

erkilic commented 4 years ago

ok thx edward.

⁣Mit freundlichen Grüßen Gürkan Erkilic​

Am 1. Nov. 2020, 17:51, um 17:51, Edward Shen notifications@github.com schrieb:

Sorry for the late reply, things have gotten a little hectic.

it might be helpful to adjust individuall duration time for each page.

This seems like a good idea, but I'm a little busy right now to implement it.

Furthermore the user would have the possibility to give a page the duration "0" seconds, if he doesn't wants to show the module although it should be loaded and operationg in the background (e.g. MPlayerRadio).

I believe this can be achieved either through not setting a position in the config for that module, or a combination where you set the module as a fixed module and hiding it through CSS.

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/edward-shen/MMM-pages/issues/46#issuecomment-720117709

DOA1991 commented 3 years ago

Really would like to see an option for individual page duration time as well. is there any chance that this will be implemented?

Thanks :)

soubhik-khan commented 2 years ago

+1 to individual page duration

edward-shen commented 2 years ago

I'm currently looking for a new maintainer for my magic mirror modules, so I won't be implementing any new features myself. PRs are always appreciated, but don't expect feature requests to be implemented unless a new maintainer is found.