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-Profilepictures: problem with configuration
-
Hey snille
Having trouble to set it up.
Here is my config, and it throws up my config-file{ module: "MMM-Profilepicture", position: "fullscreen_below", classes: "me", config: { opacity: "0.2", maxWidth: 90%, maxHeight: 90%, url: "URL-to picture", }, },
The problem exists with the maxWidth/Height . There is no difference between 90% and “90%” so how is the correct spelling? if I set a // in front of those two lines my config-files does not throw up, but I don’t see the pictures.
Can You help me, please? -
How to send it to the correct bug-report for this module?
-
@Binog it has to be in quotes
-
as said above,. it does not differ. that example was just the last try, thats why I posted it,… Figured out, that a “0.9” does not crash the config, but does neither work…
-
@Binog 0.9 is not a valid value, you maybe want to check the property values section here https://www.w3schools.com/cssref/pr_dim_max-width.asp