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

No weather warnings in OpenWeatherForecast

Scheduled Pinned Locked Moved Solved Troubleshooting
7 Posts 2 Posters 1.1k 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.
  • J Offline
    JoeFranz
    last edited by Dec 4, 2023, 3:14 PM

    Hello,
    i hope someone can help me with the MMM-OpenWeatherForecast module. I would like to disable the weather warnings because this will push the other modules down. There is no option for this in config.js. What do I have to change in which file?

    Greetings Jörg

    Bildschirmfoto 2023-12-04 um 08.11.37.jpg

    S 1 Reply Last reply Dec 4, 2023, 3:33 PM Reply Quote 0
    • S Offline
      sdetweil @JoeFranz
      last edited by Dec 4, 2023, 3:33 PM

      @JoeFranz said in No weather warnings in OpenWeatherForecast:

      MMM-OpenWeatherForecast

      maybe

      showExtraConditions: false,
      

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      J 1 Reply Last reply Dec 4, 2023, 3:42 PM Reply Quote 0
      • J Offline
        JoeFranz @sdetweil
        last edited by Dec 4, 2023, 3:42 PM

        @sdetweil said in No weather warnings in OpenWeatherForecast:

        showExtraConditions: false,

        The entry in the config.js doesn’t change anything, the weather warnings are still displayed :-(

        S 1 Reply Last reply Dec 4, 2023, 3:44 PM Reply Quote 0
        • S Offline
          sdetweil @JoeFranz
          last edited by sdetweil Dec 4, 2023, 3:45 PM Dec 4, 2023, 3:44 PM

          @JoeFranz said in No weather warnings in OpenWeatherForecast:

          The entry in the config.js doesn’t change anything

          where in the module config?

          after

              module: ...
              config:{
          

          right?

          and I cant read or copy it appears
          its really

           showExtraCurrentConditions: false,
          

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          J 1 Reply Last reply Dec 4, 2023, 3:46 PM Reply Quote 0
          • J Offline
            JoeFranz @sdetweil
            last edited by sdetweil Dec 4, 2023, 3:47 PM Dec 4, 2023, 3:46 PM

            @sdetweil

            module: "MMM-OpenWeatherForecast",
              			 position: "top_right",
              			 classes: "default everyone",
              			 disabled: false,
              			 config: {
                				 apikey: "xxxxxxxxxxxxxx",
                				 latitude: "52.389870",
                				 longitude: "10.852678",      
                				 iconset: "3c",
                				 concise: true,
            				 showExtraConditions: false,
            				 showCurrentConditions: true,
            				 showExtraCurrentConditions: false,
            				 forecastHeaderText: "Vorhersage",
            				 maxDailiesToShow: 5,
            				 showHourlyForecast: false,
            				 showUV: false,
            				 forecastLayout: "table",
            				 useAnimatedIcons: false,
            				 animateMainIconOnly: false,
            
            S 1 Reply Last reply Dec 4, 2023, 3:49 PM Reply Quote 0
            • S Offline
              sdetweil @JoeFranz
              last edited by Dec 4, 2023, 3:49 PM

              @JoeFranz 1… please always config stuff in code block

              paste text to editor
              blank line able and below
              select pasted text
              hit button </>

              … now… template says

                  {% if config.showSummary %}  
                    <div class="summary-wrapper small">
                      <div class="summary">{{ forecast.summary }}</div>
              
                      {% for alert in forecast.alerts %}
                        <div class="weather-alert">
              

              so,

               showSummary: false
              

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              J 1 Reply Last reply Dec 4, 2023, 4:10 PM Reply Quote 0
              • J Offline
                JoeFranz @sdetweil
                last edited by Dec 4, 2023, 4:10 PM

                @sdetweil Looks good now!
                Thank you :-)

                1 Reply Last reply Reply Quote 0
                • 1 / 1
                1 / 1
                • First post
                  6/7
                  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