MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    UNSOLVED MMM-WeatherOrNot custom.css

    Troubleshooting
    2
    6
    255
    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.
    • B
      bjoern last edited by bjoern

      I need help with custom.css. I would like to enlarge the forecast area to about 1.5em. Unfortunately I can’t get any further with my custom.ccs.

      .MMM-WeatherOrNot .day ng-scope {
        font-size: 1.5em; */
      }  
      

      oder

      .MMM-WeatherOrNot .weatherForecast{
        font-size: 1.5em; 
      
      }
      

      Bildschirmfoto 2021-11-05.jpg

      can someone help me please
      thx

      S 1 Reply Last reply Reply Quote 0
      • S
        sdetweil @bjoern last edited by sdetweil

        @bjoern find day in the bottom window and then in the top of that bottom window where it says
        just so u can see what it defines… u can override everything… don’t need a special class
        element.style {
        }

        u can add/edit styles it will help you

        then when u get it the way u want, you can mark the element.style thing
        and copy/paste it to custom.css

        also

        item selection/targeting is
        . means class
        no dot means html element name (body, div, li, …)

        u have

        .MMM-WeatherOrNot .day ng-scope {

        class, class, element but ng-scope is a class

        Sam

        Create a working config
        How to add modules

        1 Reply Last reply Reply Quote 0
        • B
          bjoern last edited by bjoern

          Thanks for the hint. I was able to change the font size in dev-mode, but I can’t find the right element name

          .MMM-WeatherOrNot .weatherWidgetInner  {
              font-size: 2.1em;
          }
              
          
          .MMM-WeatherOrNot div.weatherWidgetInner.ltrforecast.forDays-5nolabel  {
              font-size: 2.1em;
          }
          

          Bildschirmfoto 2021-11-05 um 18.21.jpg

          S 1 Reply Last reply Reply Quote 0
          • S
            sdetweil @bjoern last edited by

            @bjoern what was the cut/paste?

            Sam

            Create a working config
            How to add modules

            1 Reply Last reply Reply Quote 0
            • B
              bjoern last edited by

              @bjoern said in MMM-WeatherOrNot custom.css:

              div.weatherWidgetInner.ltrforecast.forDays-5nolabel

              i think …

              div.weatherWidgetInner.ltrforecast.forDays-5nolabel
              

              😞 😵

              Ohne Titel.jpg

              S 1 Reply Last reply Reply Quote 0
              • S
                sdetweil @bjoern last edited by

                @bjoern
                sorry, looking at the module, that content is inside an iframe… I don’t think u can get inside that

                Sam

                Create a working config
                How to add modules

                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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                This forum is using NodeBB as its core | Contributors
                Contact | Privacy Policy