Read the statement by Michael Teeuw here.
MMM-OpenWeatherMapForecast position not budging
-
@sdetweil Ah, as you can see I still have a lot to learn. I have the module set top-right and trying to move it to the upper right corner a bit more.
As for the developer view, I have tried it but it runs unusably slow on my Pi3 as there is a super long delay between every action. I tried to set my MM in server only mode and access from another PC to try developer mode on the faster machine but could not connect even after whitelisting my IP and changing one setting from localhost to 0.0.0.0
I guess time for more reading and learning on my end.
-
@brgracer ok… for remote system debugging
on MM server side, or MM full…
address:"0.0.0.0", ipWhiteList:[],
then you can access the mirror from other system and use debugger
there IS a border. around ALL the modules
defined in main.css--gap-body-top: 60px; --gap-body-right: 60px; --gap-body-bottom: 60px; --gap-body-left: 60px;
let me look
-
I changed the border in custom.css
:root { --gap-body-top: 50px; --gap-body-right: 40px; --gap-body-bottom: 60px; --gap-body-left: 60px; }
the the module went up and over
pushing over the border is hard
-
@sdetweil Maybe I added in the wrong place in custom.css, but it did not move at all for me. Again, odd behavior in loading in a higher position and then snapping to a lower one once fully loaded. I did change the module width to make it more landscape in orientation so not sure if that has anything to do with it.
-
@brgracer goes at the top
Can you show what you changed for module css
-
@sdetweil I found where to change the border at the top after your post and changing that still did not do anything. I did not touch the module css, but below is what I changed in custom css to resize the module and inc the width so it was more landscape view:
.MMM-OpenWeatherMapForecast {
transform: scale(0.75);
}.MMM-OpenWeatherMapForecast .module-content {
width: 650px; /* adjust this to taste */
}