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.

    Can I disable weather warnings in MMM-OpenWeatherForecast?

    Scheduled Pinned Locked Moved Solved Troubleshooting
    3 Posts 2 Posters 172 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.
    • A Offline
      atltiger81
      last edited by

      The problem is that these warnings that occur in the “current conditions” top section push my daily forecast off the screen bottom.
      Example screenshots:
      https://ibb.co/CVM6hvw
      https://ibb.co/yQZbpD4

      S 1 Reply Last reply Reply Quote 0
      • A Offline
        atltiger81 @sdetweil
        last edited by

        @sdetweil for anyone else looking for the specific solution to hide weather alerts, here it is:

        if you want the summary but not the alerts, you can hide them in your custom css as follows:

        .MMM-OpenWeatherForecast .weather-alert {
          display: none;
        }
        

        source: https://forum.magicmirror.builders/topic/14717/mmm-openweatherforecast-replacement-for-mmm-darkskyforecast/34

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

          @atltiger81 I believe there is a property for no warnings…

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          A 1 Reply Last reply Reply Quote 0
          • A Offline
            atltiger81 @sdetweil
            last edited by

            @sdetweil for anyone else looking for the specific solution to hide weather alerts, here it is:

            if you want the summary but not the alerts, you can hide them in your custom css as follows:

            .MMM-OpenWeatherForecast .weather-alert {
              display: none;
            }
            

            source: https://forum.magicmirror.builders/topic/14717/mmm-openweatherforecast-replacement-for-mmm-darkskyforecast/34

            1 Reply Last reply Reply Quote 0
            • S sdetweil has marked this topic as solved on
            • 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