@shashank you are currently using two one button for two profiles, that’s why it doesn’t do anything. If you want that as a feature I can implement it for you. One way to solve this currently would be to use the class everyone
for the button and set the includeEveryoneToDefault
in profileswitcher config to true. Or make a different profile name.
Read the statement by Michael Teeuw here.

Posts
-
RE: MMM-TouchNavigation, A Touch Activated Profile/Layout Changer
-
RE: Module about module updates
@chrisfoerg but I believe the code did loop through all of them, will check again later
-
RE: WE WANT YOU! [New Moderators]
@strawberry-3.141 ah alright fair enough, I wouldn’t be surprised if they would ask you :) good luck with all the stuff :)
-
RE: Something I'm working on ...
-
RE: Something I'm working on ...
@MichMich I didn’t check, will do when I have time somewhere later today.
-
RE: Slideshow Pictures
Sorry my bad, i was on mobile and didn’t notice that that css picture you made is the module’s css. I updated my code snippet above. I think this would be where you are looking for. One sidenote: if you set both the width and height then the pictures might not remain in their original aspect ratio, so try to set only one of them at first.
-
RE: MMM-portcheck
Ah looks nice! One note tho: you forgot to use markdown in your readme table, all you would have to do is change the ’ in a `. This way your values will be displayed as code.
-
RE: LocalTransport-Module and calendar
So I gave it a look and I think it would be doable, however I don’t know how to work with that api and it also isn’t that easy to aquire a api from them. I think that best would be to open an issue at the module’s github page and ask for it there. He will have more knowlegde about how to use the api and to modify his code to use multiple, non train station id’s, locations aswell, sorry, hope this helps atleast a bit.
-
RE: Slideshow Pictures
@anishpatel you will have to take a look at the classname of the container for the image/the actual image. Then in css you could set the width and height maybe? Something like (200px is an example):
image { width: 200px; height: 200px; }
Let me know if this solves what you are looking for :) else I can have another look at if.
-
RE: Need help from an CSS expert!
@Mr.Sponti odd that nobody has said something here yet. Anyways a hint on how to start is read a tutorial about flex boxes, since he is using that. This is in my opinion always a good one. Hope this helps! Let me know if you are able to figure it out on your own or if you need my help :)
Note: I am no expert, but I do know my way around in css.