A user on forum reported they would like to use multiple instances with different paths to show on different pages (using mmm-pages, or scheduler)
https://forum.magicmirror.builders/topic/20171/mmm-modulescheduler-need-help
I will submit a pr for this, but a design complication question
CSS needs to target each instance separately, currently done w id ‘#…’
Easy to fix, but have to make a sep list of items in css file for that, with id as part of string
I thought of classname, and sep file, but still same amount of work
Default _ for id
By instance just mass replace _ with the id value, and specify id in config
Thoughts?
A user on forum reported they would like to use multiple instances with different paths to show on different pages (using mmm-pages, or scheduler)
https://forum.magicmirror.builders/topic/20171/mmm-modulescheduler-need-help
I will submit a pr for this, but a design complication question
CSS needs to target each instance separately, currently done w id ‘#…’
Easy to fix, but have to make a sep list of items in css file for that, with id as part of string
I thought of classname, and sep file, but still same amount of work
Default _ for id
By instance just mass replace _ with the id value, and specify id in config
Thoughts?