MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-CalvinAndHobbes Re-Size for full Sunday Comic Strip

    Scheduled Pinned Locked Moved Entertainment
    2 Posts 2 Posters 840 Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • F Offline
      ForrestFire2222
      last edited by

      Re: MMM-CalvinAndHobbes

      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!

      1 Reply Last reply Reply Quote 0
      • R Offline
        rnieto18
        last edited by rnieto18

        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%;
        }
        
        
        1 Reply Last reply Reply Quote 0
        • 1 / 1
        • First post
          Last post
        Enjoying MagicMirror? Please consider a donation!
        MagicMirror created by Michael Teeuw.
        Forum managed by Sam, technical setup by Karsten.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy