• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

How can elements in the default weather module be moved

Scheduled Pinned Locked Moved Custom CSS
12 Posts 2 Posters 805 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.
  • D Offline
    DDE12 @sdetweil
    last edited by Oct 8, 2024, 8:49 PM

    @sdetweil
    I have made some progress. I commented out everything in vendor\node_modules\weathericons\css\weather-icons.css. and changed .weather . larger to flex and have more control of the icon.

    .weather .large {
        line-height: 1;
        display: flex;
    }
    
    .weather .weathericon {
    	font-size: unset !important;
            line-height: unset !important;
    	transform: unset !important;
    	outline: 1px solid blue;
    	width: 2em !important;
    	height: 2em !important;
    	position:relative;
    	top: -18px;
    	left: -15px;
    }
    
    .weather .light.bright {
    	outline: 1px solid green;
    	position:absolute;
    	top: 2px;
    	left: 147px;
    }
    
    .weather .normal.medium.feelslike {
    	outline: 1px solid purple;
    	position:absolute;
    	top: 3px;
    	left: 242px;
    }
    

    Current cond.JPG

    The icons in this set have a lot of background “dead space” so it is skewed up and left to get it to the corner. The height of the module space is being controlled by the height of the icon. How can I decrease the height of the module space by the amount I moved the icon up plus a little extra for the dead space?

    S 1 Reply Last reply Oct 8, 2024, 10:02 PM Reply Quote 0
    • S Away
      sdetweil @DDE12
      last edited by Oct 8, 2024, 10:02 PM

      @DDE12 make the icon 1.5em
      then you need to size the div the spans are in

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • 1
      • 2
      • 2 / 2
      2 / 2
      • First post
        11/12
        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