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 @cowboysdude
      last edited by

      @cowboysdude

      God, that’s beautiful.

      (I hate @cowboysdude)

      ;-)

      Create a working config
      How to add modules

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

        Another example of how to change the current temp

        0_1523069714343_shadow.png

        Here’s the css for your custom css if you like it:

        .MMM-NOAA .tempf {
        color: white;
        text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
        }

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

          @Mykle1 awwwwwwwwwwwwwwwwwwwwwww olive juice…LMAO

          1 Reply Last reply Reply Quote 1
          • J Offline
            JoeFranz
            last edited by

            This looks very good with the temperature, great :-)
            However, I now only “night” displayed, although my station displays a UV value of 6 :-(

            0_1523091938847_NOAA.jpeg

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

              @JoeFranz Ok I will fix that! :)

              Do a git pull to update your files that should fix it for now.

              J 1 Reply Last reply Reply Quote 0
              • J Offline
                JoeFranz @cowboysdude
                last edited by

                @cowboysdude UV is ok now, but still the moon is shining…

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

                  @JoeFranz Please do a git pull now and u will get a working version

                  Robert the Bear

                  1 Reply Last reply Reply Quote 0
                  • J Offline
                    JoeFranz
                    last edited by

                    Still the moon… :-(

                    0_1523173189949_NOAA.jpeg

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

                      @JoeFranz sorry, but now its ok

                      Robert the Bear

                      J 1 Reply Last reply Reply Quote 0
                      • J Offline
                        JoeFranz @tbbear
                        last edited by

                        @tbbear Sun ist shining… :-)
                        Thank you

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

                          Well hopefully the moon issue is solved :)

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

                            Description:

                            Update

                            1. Fixed American Alert system [see video] Will show alert with expiration date. If there are more than 1 warning will show the number of warnings in the Weather Warning header, again, see video.
                              https://www.youtube.com/watch?v=tZV-UKk6AWk

                            2. Added night to the forecast at top [now shows Day and Night] switches to night at 6 PM.

                            3. Cleaned up code

                            4. Moon works for ANY language.

                            0_1523583693435_nightly.png

                            Using custom css you can change header color like this …

                            .MMM-NOAA .rheading {
                            background-color: #868c88;
                            }

                            0_1523585091820_header.png

                            Putting this
                            .MMM-NOAA .rheading {
                            display: none;
                            }

                            in your custom.css will net you this:

                            0_1523667765919_noheader.png

                            Version 1.2.0

                            Download:

                            [card:cowboysdude/MMM-NOAA]

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

                              @cowboysdude

                              I’d appreciate it if you would stop making this module better and better and let some of us little guys get some air time. ;-)

                              https://www.youtube.com/watch?v=_cW4lW_KiIw

                              Create a working config
                              How to add modules

                              1 Reply Last reply Reply Quote 3
                              • K Offline
                                kbostick88
                                last edited by kbostick88

                                Hey guys, I cant get this module to show up on my mirror, can someone help me out?

                                Hey everyone, I am kind of new to this, but think i get the basics

                                I got the module installed by entering the following commands

                                cd MagicMirror/modules

                                git clone https://github.com/cowboysdude/MMM-NOAA.git

                                cd MMM-NOAA
                                npm install

                                I then did the config as follows

                                {
                                	module: 'MMM-NOAA',
                                	postition: 'top_left',
                                		config: {
                                
                                		apiKey: "4cc3880807c6aaa9",    // https://www.wunderground.com/weather/api  select the middle plan... 
                                		airKey: "orBbd9wjdyTK6yp5R",    // IF you want Air Quality Index
                                		pws1: "KMIWESTL11" ,
                                                    loco1: "Detroit/Us",
                                		}   
                                

                                },

                                Yet when it loads I dont see anything on my mirror

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

                                  @kbostick88 Hi, look at ur config its called position not postition only a little typing error

                                  Robert the Bear

                                  K 1 Reply Last reply Reply Quote 1
                                  • K Offline
                                    kbostick88 @tbbear
                                    last edited by

                                    @tbbear Thank you, I can’t believe I didn’t see that. Now it shows up! but I have NaN issues

                                    0_1524168981245_IMG_0536 (1).jpg

                                    tbbearT 2 Replies Last reply Reply Quote 0
                                    • tbbearT Offline
                                      tbbear Module Developer @kbostick88
                                      last edited by

                                      @kbostick88 are u sure that ur keys are ok and also ur pws1. i will check them if u want

                                      Robert the Bear

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

                                        @kbostick88 Looks like ur pws1 is not correct, maybe again a typing error … -)

                                        Robert the Bear

                                        1 Reply Last reply Reply Quote 1
                                        • K Offline
                                          kbostick88
                                          last edited by

                                          I got it. Thanks!

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

                                            @kbostick88 your welcome

                                            Robert the Bear

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