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.9m 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.
    • D Offline
      doogy_rev
      last edited by

      I have another question, if the AQI is not available in my area does it default to “Severely Polluted” as shown in my screen capture ^^ . . . I am assuming yes

      The only pollution I am in danger of is fresh air and mountains :face_with_tears_of_joy:

      0_1577807363009_IMG_0294.jpeg

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

        @doogy_rev GREAT catch, Thank you! Tonight is New Year’s Eve and since I"m not drinking tonight or working tomorrow I can take a peek at that! LOL

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

          I believe I fixed the Air showing false reading if no data… I have also reverted back to the original MMM-NOAA3.js file for now… I need further testing on the new one. It was working on mine and Mykle1’s mirrors but I see I need other testers so I can pin point some issues.

          Anyone wanting to help please let me know.

          I did also find out today that the APIXU API is NO LONGER working, they have changed it so the only way to get the forecast data is to now pay for it. I will not be fixing this and like Weather Underground and Yahoo another one bites the dust…

          Thanks

          D 1 Reply Last reply Reply Quote 0
          • D Offline
            doogy_rev @cowboysdude
            last edited by

            @cowboysdude Thank you for looking in to this, feel free to reach out to me, I would be happy to help with any testing :thumbs_up:

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

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

              @cowboysdude Thank you for looking in to this, feel free to reach out to me, I would be happy to help with any testing :thumbs_up:

              Thank you! I will let you know when I’m ready :)

              1 Reply Last reply Reply Quote 0
              • S Offline
                seramik
                last edited by

                ok guys
                i’ve just done the latest upgrade
                https://forum.magicmirror.builders/topic/11899/v2-10-0

                and every thing gone right :D

                Mykle1M 1 Reply Last reply Reply Quote 1
                • Mykle1M Offline
                  Mykle1 Project Sponsor Module Developer @seramik
                  last edited by Mykle1

                  @seramik

                  Maybe report that here instead of the NOAA weather module topic. :-)

                  https://forum.magicmirror.builders/topic/10859/new-update-upgrade-script-ready-for-testing/170

                  Create a working config
                  How to add modules

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

                    If anyone is REALLY good at css or knows anyone interested in helping please msg me!

                    Thanks!

                    1 Reply Last reply Reply Quote 0
                    • B Offline
                      bhaules
                      last edited by bhaules

                      I’ve been using this module for a while now, and it’s been great.
                      I have recently installed a new module for solar panels and somehow it’s affecting the NOAA module.
                      When the Solar module is innactive the NOAA module looks okay:
                      alt text
                      https://imgur.com/1OLZRYS

                      When the solar module is active the NOAA icons look weird.

                      alt text
                      https://imgur.com/f13UHBY
                      Any thoughts on how I can fix this? And why is it happening?

                      HB
                      (I’m new to this forum and I don’t seem to be able to embed images)

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

                        It’s a css issue. For some reason they are conflicting…

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

                          Tested NOAA 3 and it’s still working with the following providers:

                          Darksky [BUT will at some point stop working as they are going to a pay service and you can no longer get free keys]
                          Weatherbit
                          Weatherunlocked
                          Accuweather
                          Openweather

                          Coming soon ClimaCell
                          ** will be working on over the weekend and hopefully can get it working and done **

                          1 Reply Last reply Reply Quote 1
                          • D Offline
                            Deckard99 @cowboysdude
                            last edited by

                            @cowboysdude Where is the link to the GitHub repository?

                            Mykle1M 1 Reply Last reply Reply Quote 0
                            • Mykle1M Offline
                              Mykle1 Project Sponsor Module Developer @Deckard99
                              last edited by

                              @Deckard99

                              https://github.com/cowboysdude/MMM-NOAA3

                              Create a working config
                              How to add modules

                              1 Reply Last reply Reply Quote 0
                              • P Offline
                                Pielo
                                last edited by

                                This post is deleted!
                                P 1 Reply Last reply Reply Quote 0
                                • P Offline
                                  Pielo @Pielo
                                  last edited by Pielo

                                  Hello, can anyone say me, why don’t show the weatherforecast?

                                  Hallo, kann mir vielleicht jemand sagen, warum ich beim MMM-NOAA V3.0 Modul die Wettervorhersage nicht angezeigt bekomme? Kann es sein, das man die per Maus oder Touch erst öffnen muss? Kann man das irgendwo einstellen?

                                  My config:

                                  {
                                  			module: 'MMM-NOAA3',
                                  			position: 'top_right',
                                     			config: {
                                         				provider: "openweather", // From list above
                                         				apiKey: "0a1....92791........6debc26....7d",        // From one of the providers listed above
                                  				airKey: "",    
                                         				css: "NOAA3",                   // THIS MUST CONTAIN A CSS STYLE NAME 
                                     				userlat: "50.65", //MUST HAVE BOTH
                                         				userlon: "11.4333"  //MUST HAVE BOTH
                                  			}
                                      		},
                                  

                                  lg Pielo

                                  Mykle1M P 2 Replies Last reply Reply Quote 0
                                  • Mykle1M Offline
                                    Mykle1 Project Sponsor Module Developer @Pielo
                                    last edited by

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

                                    why don’t show the weatherforecast?

                                    What is it that you think you are missing?

                                    Screenshot from 2020-06-27 15-48-41.png

                                    Create a working config
                                    How to add modules

                                    P 1 Reply Last reply Reply Quote 0
                                    • P Offline
                                      Pielo @Mykle1
                                      last edited by

                                      @Mykle1

                                      Hello, my module show this.

                                      Modul

                                      Mykle1M M 2 Replies Last reply Reply Quote 0
                                      • Mykle1M Offline
                                        Mykle1 Project Sponsor Module Developer @Pielo
                                        last edited by

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

                                        Hello, my module show this.

                                        Post your config entry for MMM-NOAA3 in a code block

                                        Create a working config
                                        How to add modules

                                        1 Reply Last reply Reply Quote 0
                                        • P Offline
                                          Pielo @Pielo
                                          last edited by

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

                                          Hello, can anyone say me, why don’t show the weatherforecast?

                                          Hallo, kann mir vielleicht jemand sagen, warum ich beim MMM-NOAA V3.0 Modul die Wettervorhersage nicht angezeigt bekomme? Kann es sein, das man die per Maus oder Touch erst öffnen muss? Kann man das irgendwo einstellen?

                                          My config:

                                          {
                                          			module: 'MMM-NOAA3',
                                          			position: 'top_right',
                                             			config: {
                                                 				provider: "openweather", // From list above
                                                 				apiKey: "0a1....92791........6debc26....7d",        // From one of the providers listed above
                                          				airKey: "",    
                                                 				css: "NOAA3",                   // THIS MUST CONTAIN A CSS STYLE NAME 
                                             				userlat: "50.65", //MUST HAVE BOTH
                                                 				userlon: "11.4333"  //MUST HAVE BOTH
                                          			}
                                              		},
                                          

                                          lg Pielo

                                          @Mykle1
                                          Thanks for answare, look at this post please. Thank you very much.

                                          P 1 Reply Last reply Reply Quote 0
                                          • P Offline
                                            Pielo @Pielo
                                            last edited by

                                            @Mykle1

                                            Thanks for answare. I have delete the modul, new installed and change the API Provider to from “openweather” to “weatherbit”. Its work fine, now. Thank you for helping.

                                            Mykle1M 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
                                            • 2
                                            • 31
                                            • 32
                                            • 33
                                            • 34
                                            • 35
                                            • 33 / 35
                                            • 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