https://github.com/pierregode/mmm-centerpusher
https://github.com/pierregode/mmm-centerpusher
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pierregode/mmm-centerpusher
- Owner: PierreGode
- Created: 2023-06-26T12:27:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-26T13:36:45.000Z (almost 3 years ago)
- Last Synced: 2025-01-13T02:12:31.595Z (over 1 year ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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%"
},
},
```