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.
    • B Offline
      BD0G
      last edited by

      Here is my syntax within the config.js for MMM-NOAA3

      	{
      		module: 'MMM-NOAA3',
      		position: 'top_left',
      			config: {
      			provider: "darksky", // From list above
      			apiKey: "65141db17f5fe5d7d9dd8879b81a61a9",        // From one of the providers listed above
      			airKey: "5ac100c9-5114-4140-9955-3067633998f9",    
      			css: "NOAA3",                   // THIS MUST CONTAIN A CSS STYLE NAME 
      			userlat: "39.164581", //MUST HAVE BOTH
      			userlon: "-119.766922"  //MUST HAVE BOTH
      }
          },
      
      
      		
      

      My config.js does not present any errors and when the module loads in the upper left hand corner it displays undefined
      then NaN o and all the values below that are not properly populated.

      I have checked the entries and cannot seem to find the issue.

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

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

        I have checked the entries and cannot seem to find the issue.

        There is no issue with your config entry. I just used it and here is the result.

        In the future you should not post your api keys. They are yours and should be kept private.

        0_1574953120864_Screenshot from 2019-11-28 09-58-29.png

        How are things in Carson City? :-)

        Create a working config
        How to add modules

        B 1 Reply Last reply Reply Quote 0
        • B Offline
          BD0G @Mykle1
          last edited by BD0G

          @Mykle1 Thanks for checking it for me. Strangely it does not appear to be displaying the values. If someone wants to use my API keys - I say let em. It would display Carson City, NV specific data which is useless unless one happens to be in the same area.

          Its great here ! We just had our first snowfall of the year 2 days ago and its really adds to the ambiance of the season. Headed to Lake Tahoe today for the best Thanksgiving buffet at Harrahs Casino (Forest Buffet). Beautiful views of snow covered ski resorts viewed through panoramic windows!

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

            Here is what I get
            0_1574971630213_e63d6b21-faf5-4a29-8f64-5404b7372db6-image.png

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

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

              Here is what I get

              Ok, well we know it’s not the config entry so lets check:

              1. Did you run npm install in the MMM-NOAA3 directory?

              2. Tried deleting and recloning the module from guthub?

              3. Disabling your other modules?

              Create a working config
              How to add modules

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

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

                Headed to Lake Tahoe today for the best Thanksgiving buffet at Harrahs Casino (Forest Buffet).

                Nice. Enjoy your holiday.

                Create a working config
                How to add modules

                1 Reply Last reply Reply Quote 0
                • B Offline
                  BD0G @Mykle1
                  last edited by

                  @Mykle1
                  Did you run npm install in the MMM-NOAA3 directory? Yes - appeared to install correctly.

                  Tried deleting and recloning the module from guthub? No. Next on the list of things to do.

                  Disabling your other modules? Thats another great suggestion. Gotta try that after a reclone and reinstall.

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

                    Did you run npm install in the MMM-NOAA3 directory? YES

                    Tried deleting and recloning the module from guthub? YES!

                    Still not working at this point

                    Disabling your other modules? YES! Disabled every other module and restarted Magic Mirror.
                    Now the MMM-NOAA3 module is displayed !
                    So there appears to be a conflict with another module.

                    Next steps are to enable each module one by one and restart after doing so with each one.

                    I wonder which one it is?

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

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

                      Next steps are to enable each module one by one and restart after doing so with each one.

                      You only need restart MM, not your entire system. That shouldn’t take too long. Let me know your findings.

                      Create a working config
                      How to add modules

                      B 1 Reply Last reply Reply Quote 0
                      • B Offline
                        BD0G @Mykle1
                        last edited by

                        @Mykle1 Yup. I just do a PM2 restart 0. :)

                        Mykle1M 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 58
                        • 59
                        • 60
                        • 61
                        • 62
                        • 68
                        • 69
                        • 60 / 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