A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-OpenWeatherForecast
-
@dcazman its not right or left
its top_right or bottom_right
instead of crashing, we now put out a message (in the startup messages) and skip that module if the position is unknown
the official positions from the doc
for css changes see the second link in my signature below for how to use the developers window elements tab
-
@sdetweil To take the entire right side then do it with css?
-
@dcazman yes, top_right, then make it taller.
anything after that in top_right in config.js will be pushed off the page (beyond the fold, as its called) -
@sdetweil
then why is height doing nothing ?.MMM-OpenWeatherForecast .module-content { width: 400px; height: 400px; }
-
@dcazman i don’t know, id have to see the css tree of styles (dev window)
just because you set the outer container size does NOT mean the content inside will auto adjust