Read the statement by Michael Teeuw here.
MMM-ProfileSwitcher, A Profile/User/Layout Switching Module
-
Hi! Thanks for this module, seems it is what I’m looking for.
Unfortunately, I very new with all this and wolud like to know if there is a step by step guide for this, for example, if I want so show the clock and the wheather in one profile, and in other news feed… is this possible?Kind regards
-
@pepemujica Yes this is totally possible! Unfortunatly there is no step by step guide for this. However I did write a small how-to here.
In your example you would have to give the weather and clock module the same profile name in
classes
and give the news feed a different one.Is that link enough information? If not let me know and I will try to explain it more in depth.
-
@tosti007 Thanks for answering, at the moment, can’t find where to change the profile name in classes, is it in a specific file?
-
@pepemujica You can set them in your config file. In this example the profile will be
TestA
for the clock module.{ module: 'clock', position: 'top_right', classes: 'TestA' },
-
This post is deleted! -
@tosti007 Great! I got it. Is this module compatible with MMM-Voice? So I can change between profiles just with voice?
-
@pepemujica Unfortunatly not, that’s up to the maker of MMM-Voice. It would be easiest to ask him to implement it for you, writing a tutorial for it would probably be too complicated.
-
@tosti007 And is it there any way to use it with the remote control? I mean, I’ve seen in the forum people who could do it, but I can’t figure how
-
If you have installed MMM-Remote-Control and set up some classes (e.g. “default”, “someclass”), then you can switch between them by calling these URLs:
http://[RaspberryURL]:[port]/remote?action=NOTIFICATION& notification=CURRENT_PROFILE&payload=%22default%22 http://[RaspberryURL]:[port]/remote?action=NOTIFICATION& notification=CURRENT_PROFILE&payload=%22someclass%22
(Remove the whitespace between & and notification. “& not” gets converted to ¬ and i dont know how to prevent this :D)
-
@Anhalter42 said in MMM-ProfileSwitcher, A Profile/User/Layout Switching Module:
?action=NOTIFICATION& notification=CURRENT_PROFILE&payload=%22default%22
Awesome!!
And is it possible to add a shortcut in the control menu so there is no need to acces via url?