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.

    MMM-NOAA - Another Weather Module

    Scheduled Pinned Locked Moved System
    690 Posts 77 Posters 2.7m Views 70 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.
    • cowboysdudeC Offline
      cowboysdude Module Developer @rezocharly
      last edited by

      @rezocharly just disable that in the config like this:

      showWind: false

      As for the alerts I’m gonna let @tbbear chime in on this one…he rewrote the alerts :)

      1 Reply Last reply Reply Quote 1
      • P Offline
        Peter
        last edited by

        This module works perfect … almost …
        Is it possible to change CET in alerts to MET ( I use the Dutch translation)?
        Peter

        tbbearT 1 Reply Last reply Reply Quote 0
        • tbbearT Offline
          tbbear Module Developer @Peter
          last edited by

          @Peter The translation for the alerts depends on google translate, so at the moment we cant change this

          Robert the Bear

          P 1 Reply Last reply Reply Quote 1
          • P Offline
            Peter @tbbear
            last edited by

            @tbbear thanks!
            Peter

            1 Reply Last reply Reply Quote 0
            • M Offline
              mac0178
              last edited by

              Nice Module, really love it.
              Unfortunately i have a problem with another module (mmm-traffic) while NOAA is active. The font there should be colored but now it´s background is completely colored. While NOAA is disabled, everything is fine.
              Any clue?

              thx,
              Mac

              cowboysdudeC 1 Reply Last reply Reply Quote 0
              • cowboysdudeC Offline
                cowboysdude Module Developer @mac0178
                last edited by cowboysdude

                @mac0178 Let me take a look perhaps a css tag is similar :) Ahhhhhh yes perhaps this is it…

                In the NOAA css file there is this:

                .red{
                	background:#f00;
                }
                .green{
                	background:#0f0;
                }
                .blue{
                	background:#00f;
                }
                

                and in the MMM-Traffic module there is this:

                .green {
                  color: #83FFB3;
                }
                
                .yellow {
                  color: yellow;
                }
                
                .red {
                  color: #FF4C4C;
                }
                

                So I’m going to update the css file and you can try it again :)

                Just go to the MagicMirror/modules/MMM-NOAA dir and type

                git pull

                that should update the css file :)

                1 Reply Last reply Reply Quote 2
                • M Offline
                  mac0178
                  last edited by

                  Yeah, that´s it!
                  Thank you very much, great support!

                  Mykle1M cowboysdudeC 2 Replies Last reply Reply Quote 1
                  • Mykle1M Offline
                    Mykle1 Project Sponsor Module Developer @mac0178
                    last edited by

                    @mac0178 said in MMM-NOAA - Another Weather Module:

                    Thank you very much, great support!

                    Yeah, he’s a guru! :-)

                    Create a working config
                    How to add modules

                    1 Reply Last reply Reply Quote 1
                    • cowboysdudeC Offline
                      cowboysdude Module Developer @mac0178
                      last edited by

                      @mac0178 glad it worked! :)

                      1 Reply Last reply Reply Quote 0
                      • ChrisC Offline
                        Chris
                        last edited by

                        Hello,

                        I tried to install this module but I can not make it work.

                        instead of the module on the magic mirror screen, it says: “weather info”

                        I attach to this post my config file:

                        		{
                        			module: 'MMM-NOAA',
                        			position: 'top_right',
                        			config: {
                        				apiKey: "a3cXXXXX",    // https://www.wunderground.com/weather/api  select the middle plan... 
                        				useAir: true,             // set to false if you do not want to use Air Quality Index
                        				airKey: "Z4pXXXXXXX",    // IF you want Air Quality Index
                        				pws: "pws:I93SEVRA3",         // go here to find your pws: https://www.wunderground.com/wundermap
                        				lat: "48.919XXX",        // need this for sunrise/sunset  if left blank none will show  -- find them here: http://www.latlong.net/
                        				lon: "2.533XXX",       // need this for sunrise/sunset  if left blank none will showshowClock: true,           // Hides or shows clock
                        				dformat: false,             // for M/D/YYYY format, false for D/M/YYYY
                        				format: "24",              // 12 or 24 hour format.. will default to 12 hour if none selected.
                        				ampm: false,                // to show AM and PM on Sunrise/Sunset time
                        				showGreet: false,          // deafult is false - to show greeting under clock and above date
                        				name: "",                  // Your name
                        				showWind: true,
                        				showDate: false,
                        				showForecast: true,         //show bottom 3 day forecast
                        				flash: true,                 //Today in forecast flashes halo
                        				showUV: true,               //show UV index
                        				showBar: true,             // show Barometer
                        				showHum: true,              //show Humidity level
                        				position: 'top_right',       //whatever you have in above position must also be here
                        				alert: true                //show weather alerts default is true
                        		}
                        		},		
                        

                        By contrast, weather underground works properly so I think it does not come from the API key.

                        Does anyone have an idea? Thank you

                        cowboysdudeC 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 4
                        • 5
                        • 68
                        • 69
                        • 1 / 69
                        • 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