Description:
This Module adds a touch menu to hide / show other the defined (in the config.js) modules.
Screenshots:
Module with symbols only in row mode:
Module with symbols only in column mode:
Module with symbols and text in column mode:
Module with symbols and text in row mode:
This is my own mirrors view (Bottom Bar) using some addition in the custom.css see below.
Download:
[card:Snille/MMM-Modulebar]
Custom-CSS
Here is my CSS settings for the module that I have added to my custom.css to give it the extra special look. :)
/* MMM-Modulebar ------------------------------------*/
.modulebar-button {
margin: 1px;
padding: 1px 1px;
border: 2px solid #fff;
background-color: #fff;
color: #000;
border-radius: 0px;
border-radius: 50%;
width: 60px;
height: 60px;
}
.modulebar-picture {
margin: 0px 0px;
border-radius: 50%;
}
.modulebar-menu {
align-items: flex-start;
}
/*****************************************************/
Version 0.2
- Had to change the button array format a bit. Make sure to update your config to the new “standard”.
The reason for the change where to be able control each module separately even if it is the same module multiple times. :)
Version 0.1
- Initial release.