An open API service indexing awesome lists of open source software.

https://github.com/pierregode/mmm-centerpusher


https://github.com/pierregode/mmm-centerpusher

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# MMM-CenterPusher

The idea it to create invisible boxes you can place out so you can push other modules to the sides.

Not tested

```
{
module: 'MMM-CenterPusher',
position: 'middle_center',
config: {
width: "80%",
height: "300px",
marginLeft: "15%",
marginRight: "15%"
},
},
{
module: 'MMM-CenterPusher',
position: 'center',
config: {
width: "80%",
height: "100px",
marginLeft: "15%",
marginRight: "15%"
},
},
{
module: 'MMM-CenterPusher',
position: 'bottom_center',
config: {
width: "80%",
height: "100px",
marginLeft: "15%",
marginRight: "15%"
},
},
```