@sdetweil got it, smbdy helped me a little on Discord, I’ve moved it to bottom_right (that I don’t) use and then in custom.css added
.region.bottom.right{
bottom : -15px;
right: -15px;
}
Read the statement by Michael Teeuw here.
Posts made by meaple
-
RE: MMM-ip
-
RE: MMM-ip
@sdetweil I’ve tried with relative as well and it didn’t move either .MMM-ip{
position: relative;
left : 600px;
top : 600px;
} -
RE: MMM-ip
I’ve seen option with bottom_bar, it works, but I 'm already using bottom_bar for smth else and it gets shifted. Is there any other solution to place it in right bottom corner? I’ve tried refference it like that
.MMM-ip{
position: absolute;
left : 100px;
top : 50px;
}
but it doesn’t move, module (in config.js is using bottom_right position ATM -
RE: Show IP camera in Magic Mirror
@bkeyport Got my streamsConfig.json set (also tried without []) and free box set in config.js
but only displays
Any idea? -
RE: Air pressure for currentweather
I would be interested in adding pressure to current weather, have anyone tried? I’m happy with current weather module, so would rather have this amended than looking for another module. Anyone?