Skip to content

Support multiple instances #22

@sdetweil

Description

@sdetweil

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

#${id}randomphoto….

Default _ for id

By instance just mass replace _ with the id value, and specify id in config

Thoughts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions