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-CalvinAndHobbes Re-Size for full Sunday Comic Strip
-
This module works great however there is open issue with resizing the comic strip to fit the full size Sunday comic. Can anyone provide some assistance on this module?
thanks!
-
I know this is an old thread, but I just came across this today. I found you can fix this by putting limitComicHeight: false, in your config
This is what mine looks like and it works great.
{ disabled: false, module: 'MMM-CalvinAndHobbes', position: 'middle_center', classes: "calvin", config: { invertColors: false, grayScale: false, updateInterval: 1000 * 60 * 60 * 12, limitComicHeight: false, } }
I also had to adjust my css because of the zoom, but you may not need to.
#cahcomiccontent { zoom: 80%; }