Hi, I don't know how to add different profiles, could someone tell me how to do that?
I didn't find any example.
Below is a wrong sample, but that's what I want to do.
{
module: 'MMM-ProfileSwitcher',
config: {
// See 'Configuration options' for more information.
{
module: 'example_module',
// Set your classes here separated by a space.
// Shown for all profiles and for the default profile
classes: 'default everyone'
},
{
module: 'example_module2',
// Only shown for me
classes: 'Brian'
}
}
}
Hi, I don't know how to add different profiles, could someone tell me how to do that?
I didn't find any example.
Below is a wrong sample, but that's what I want to do.