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 923 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 @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 Offline
          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 Offline
              JoeFranz @sdetweil
              last edited by

              @sdetweil Looks good now!
              Thank you :-)

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