• 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.

MMM-OpenWeatherMapForecast - delete line

Scheduled Pinned Locked Moved Solved Troubleshooting
5 Posts 2 Posters 289 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.
  • M Offline
    majsoft
    last edited by Sep 21, 2024, 9:08 PM

    Good morning,

    please advise how to delete this line marked with a red arrow?

    I assume it will be a CSS edit, would someone be willing to write exactly what I should edit?

    Thank you very much in advance.

    Screenshot_1.jpg

    S 1 Reply Last reply Sep 21, 2024, 9:45 PM Reply Quote 0
    • M Offline
      majsoft @sdetweil
      last edited by Sep 23, 2024, 5:52 PM

      @sdetweil

      vše vyřešeno. Děkuji.

      Screenshot_1.jpg

      1 Reply Last reply Reply Quote 1
      • S Offline
        sdetweil @majsoft
        last edited by sdetweil Sep 21, 2024, 9:45 PM Sep 21, 2024, 9:45 PM

        @majsoft no, but ill teach you how to find it

        see the second link in my signature below, find the element that draws it

        and set it to

        ???? {
        display:none;
        }
        

        where xxx is the selector for that element

        i use this cheatsheet to help me with the selector

        https://www.w3schools.com/cssref/css_selectors.php

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        M 1 Reply Last reply Sep 21, 2024, 11:34 PM Reply Quote 0
        • M Offline
          majsoft @sdetweil
          last edited by Sep 21, 2024, 11:34 PM

          @sdetweil

          great tool, thank you very much

          Screenshot_3.jpg

          i used like this:

          .MMM-OpenWeatherMapForecast .module-header {
          font-size: 35px;
          color: white;
          text-transform: none;
          border-bottom: 0px;
          padding-bottom: 5px;
          margin-bottom: 20px;
          }
          

          can you advise how to move the text by a few pixels?
          I can’t use text-align center, the module is wide and the text would interfere with the map.
          I can’t figure it out. Thanks in advance

          Screenshot_4.jpg

          S 1 Reply Last reply Sep 22, 2024, 1:45 AM Reply Quote 0
          • S Offline
            sdetweil @majsoft
            last edited by Sep 22, 2024, 1:45 AM

            @majsoft what is the styles for that? margin-left?

            you can try all kinds of things in the dev window . then when you get it, you can copy/paste that to custom.css

            the last row of the center window can give you the selector info

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            M 1 Reply Last reply Sep 23, 2024, 5:52 PM Reply Quote 0
            • M Offline
              majsoft @sdetweil
              last edited by Sep 23, 2024, 5:52 PM

              @sdetweil

              vše vyřešeno. Děkuji.

              Screenshot_1.jpg

              1 Reply Last reply Reply Quote 1
              • S sdetweil has marked this topic as solved on Sep 23, 2024, 8:51 PM
              • 1 / 1
              1 / 1
              • First post
                1/5
                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