MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.

    SOLVED MMM-darksky-hourly

    Requests
    2
    6
    1574
    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.
    • S
      StrIIker last edited by

      Hello,
      Is it possible to modify the MMM-darksky-hourly module to just show the hourly forecast rows and exclude the current conditions which are at the top? The reason I was looking to do this is that I like the default module for current weather as it includes wind, sunrise / sunset details. I currently have both but the redundant current conditions are bothersome and don’t match due to differing sources… I assume there’s something in the module javascript which I could remove but I am not familiar with this… Thank you to anyone who can help…

      Mykle1 1 Reply Last reply Reply Quote 0
      • Mykle1
        Mykle1 Project Sponsor Module Developer @StrIIker last edited by

        @striiker

        Add these to your custom.css file.

        .MMM-darksky-hourly .big-icon {
           display: none;
        }
        
        .MMM-darksky-hourly .summary {
          display: none;
        }
        
        .MMM-darksky-hourly .bright {
          display: none;
        }
        

        Create a working config
        How to add modules

        S 1 Reply Last reply Reply Quote 1
        • S
          StrIIker @Mykle1 last edited by

          @mykle1
          Hi! Thank you! This has almost solved the issue. I still see the current temperature from the darksky-hourly module. Can you identify what I can alter to remove that?

          Mykle1 1 Reply Last reply Reply Quote 0
          • Mykle1
            Mykle1 Project Sponsor Module Developer @StrIIker last edited by Mykle1

            @striiker

            This hides the current temperature and the degree symbol at the top of the module. Make sure you enter it correctly in your custom.css file. If it does not then something is different between your version and mine. I downloaded it 2 days ago and have not altered any of the module files.

            .MMM-darksky-hourly .bright {
              display: none;
            }
            

            Create a working config
            How to add modules

            S 1 Reply Last reply Reply Quote 1
            • S
              StrIIker @Mykle1 last edited by StrIIker

              @mykle1
              Ahh! I missed the .bright one you listed. For some reason I did not enter that… (/bonk)

              It’s working exactly as I wanted now. Thank you so much!

              Mykle1 1 Reply Last reply Reply Quote 0
              • Mykle1
                Mykle1 Project Sponsor Module Developer @StrIIker last edited by

                @striiker

                You’re welcome, mate! 👍

                Create a working config
                How to add modules

                1 Reply Last reply Reply Quote 1
                • 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