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

Can I disable weather warnings in MMM-OpenWeatherForecast?

Scheduled Pinned Locked Moved Solved Troubleshooting
3 Posts 2 Posters 151 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 Jun 18, 2024, 3:18 PM

    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 Jun 18, 2024, 5:08 PM Reply Quote 0
    • A Offline
      atltiger81 @sdetweil
      last edited by Jun 19, 2024, 4:05 AM

      @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 Away
        sdetweil @atltiger81
        last edited by Jun 18, 2024, 5:08 PM

        @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 Jun 19, 2024, 4:05 AM Reply Quote 0
        • A Offline
          atltiger81 @sdetweil
          last edited by Jun 19, 2024, 4:05 AM

          @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 Jun 30, 2024, 11:03 AM
          • 1 / 1
          1 / 1
          • First post
            3/3
            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