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.3k 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 Online
      JoeFranz
      last edited by

      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 Reply Quote 0
      • S Do not disturb
        sdetweil @JoeFranz
        last edited by

        @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 Reply Quote 0
        • J Online
          JoeFranz @sdetweil
          last edited by

          @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 Reply Quote 0
          • S Do not disturb
            sdetweil @JoeFranz
            last edited by sdetweil

            @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 Reply Quote 0
            • J Online
              JoeFranz @sdetweil
              last edited by sdetweil

              @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 Reply Quote 0
              • S Do not disturb
                sdetweil @JoeFranz
                last edited by

                @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 Reply Quote 0
                • J Online
                  JoeFranz @sdetweil
                  last edited by

                  @sdetweil Looks good now!
                  Thank you :-)

                  1 Reply Last reply Reply Quote 0

                  Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                  Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                  With your input, this post could be even better 💗

                  Register Login
                  • 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