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.
    • Mykle1M Offline
      Mykle1 Project Sponsor Module Developer @SoleLo
      last edited by

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

      This looks great I’m going to try and install now.

      Yeah, it does. And the maniac author isn’t done with it yet. ;-)

      0_1530492416413_edit.png

      Create a working config
      How to add modules

      justjim1220J S 2 Replies Last reply Reply Quote 1
      • justjim1220J Offline
        justjim1220 Module Developer @Mykle1
        last edited by

        @mykle1

        LMAO!!! maniac author??? having the need to improve on things does not merit the title of maniac!!!

        Oh, wait, I am a Psych Nurse, AND, I have OCD!!! No freaking wonder everyone calls me a maniac!!!

        UGH!!! Thanks for opening that can of worms on me, dude. Now how am I gonna keep going with this weighing on my already effed-up brain???

        "Life's Too Short To Dance With Ugly People"
        Jim Hallock - 1995

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

          @justjim1220

          I call him a maniac only in the most respectful way. He’s a good dude and a good friend.

          Create a working config
          How to add modules

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

            Here’s a screen shot…it’s been a labor of love :) This is NOAA3… with a few new features…stay tuned.

            0_1530495864848_Capture.PNG

            justjim1220J Mykle1M 2 Replies Last reply Reply Quote 3
            • justjim1220J Offline
              justjim1220 Module Developer @Mykle1
              last edited by

              @mykle1

              Yes, I know he is. I just couldn’t resist

              "Life's Too Short To Dance With Ugly People"
              Jim Hallock - 1995

              1 Reply Last reply Reply Quote 1
              • justjim1220J Offline
                justjim1220 Module Developer @cowboysdude
                last edited by

                @cowboysdude AWESOME!!!

                "Life's Too Short To Dance With Ugly People"
                Jim Hallock - 1995

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

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

                  Here’s a screen shot…it’s been a labor of love This is NOAA3… with a few new features…stay tuned.

                  I think I’m gonna be sick. ;-)

                  Create a working config
                  How to add modules

                  justjim1220J 1 Reply Last reply Reply Quote 1
                  • justjim1220J Offline
                    justjim1220 Module Developer @Mykle1
                    last edited by

                    @mykle1 :nauseated_face: :nauseated_face: :nauseated_face:

                    "Life's Too Short To Dance With Ugly People"
                    Jim Hallock - 1995

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

                      0_1530570895870_Capture.PNG

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

                        @cowboysdude

                        There are no bounds to my jealousy right now.

                        Create a working config
                        How to add modules

                        1 Reply Last reply Reply Quote 1
                        • S Offline
                          SoleLo @Mykle1
                          last edited by

                          @mykle1 I can tell there is a lot of love in that “maniac”, he is just trying to tease us.

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

                            @solelo

                            Yes, I am privy to some of his diabolical, maniacal work, but I am sworn to secrecy. Mostly, I am just in awe. :-)

                            Create a working config
                            How to add modules

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

                              @Mykle1 We respect it. I’m waiting to switch over since I can’t get the MyWeather modules to load… :disappointed_face:

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

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

                                I’m waiting to switch over

                                Well, I think the first 2 versions of NOAA are still available

                                Create a working config
                                How to add modules

                                S 1 Reply Last reply Reply Quote 0
                                • S Offline
                                  SoleLo @Mykle1
                                  last edited by

                                  @mykle1 I have one commented out, I’m going to turn it on or just wait…

                                  1 Reply Last reply Reply Quote 0
                                  • N Offline
                                    nobita @justjim1220
                                    last edited by

                                    @justjim1220
                                    Work now,it’s my mistake i use old API Key
                                    Thanks again

                                    1 Reply Last reply Reply Quote 1
                                    • R Offline
                                      redink
                                      last edited by redink

                                      I know you are working on V3, and I am looking forward to it. But, I’ve been having issue with V2. Specifically, it wouldn’t work with MMM-CalendarExt. Meaning I couldn’t have both on screen at the same time.

                                      I looked at the errors, and the issue appears to be with the following lines of code

                                       	if (this.config.units != "metric") {
                                      	 tt.innerHTML = n Day ~ " + allDay[0].fcttext + "<br />" 
                                      	 	: "Night ~ " + allDay1 + "<br />";
                                      	 	} else {
                                      	 tt.innerHTML = n " + allDay[0].fcttext_metric + "<br />" 
                                      	 	: "" + allDayM1 + "<br />";  
                                      	 	}
                                      

                                      The error was something about an uncaught exception from a promise. My JavaScript is very rusty to actually try and fix this on my own, but simply commenting out those lines actually made the error go away, and I was able to get NOAA and CalendarExt on screen at the same time.

                                      Just posting this because I spent the last two days trying to get this resolved, and figured someone else might benefit.

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

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

                                        @mykle1 I can tell there is a lot of love in that “maniac”, he is just trying to tease us.

                                        0_1530792390617_Capture.PNG

                                        0_1530792472723_Capturede.PNG

                                        S 1 Reply Last reply Reply Quote 1
                                        • S Offline
                                          SoleLo @cowboysdude
                                          last edited by

                                          @cowboysdude can we have the V3… you killing us…

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

                                            @solelo Working out some things still ;) Hang in there

                                            Mykle1M justjim1220J 2 Replies Last reply Reply Quote 1

                                            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
                                            • 17
                                            • 18
                                            • 19
                                            • 20
                                            • 21
                                            • 34
                                            • 35
                                            • 19 / 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