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-darksky-hourly

    Scheduled Pinned Locked Moved Solved Requests
    6 Posts 2 Posters 2.2k Views 3 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.
    • S Offline
      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…

      Mykle1M 1 Reply Last reply Reply Quote 0
      • Mykle1M Offline
        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 Offline
          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?

          Mykle1M 1 Reply Last reply Reply Quote 0
          • Mykle1M Offline
            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 Offline
              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!

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

                @striiker

                You’re welcome, mate! :thumbsup:

                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 Sam, technical setup by Karsten.
                This forum is using NodeBB as its core | Contributors
                Contact | Privacy Policy