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 V3.0 doesn't see anything

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    13 Posts 4 Posters 5.5k Views 3 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.
    • K Offline
      kurtern84 Project Sponsor @alvaron14
      last edited by

      @alvaron14 Try adding position under NOAA3 in your config.js

      A 1 Reply Last reply Reply Quote 2
      • A Offline
        alvaron14 @kurtern84
        last edited by

        @kurtern84 @cowboysdude
        Ty the problem was the position, my new functional code:

        {
                                module: 'MMM-NOAA3',
                                position: "top_right",
                                config: {
                                        provider: "Yahoo",
                                        airKey: "T624yBx9xxxxxxxxx",
                                   css: "NOAA3",   // THIS MUST CONTAIN A CSS STYLE NAME
                                        updateInterval: 15 * 60 * 1000 // every 15 minutes or whatever you choose but make sure you have an api that will allow that many calls per day!!!
                                        }
        },
        
        K 1 Reply Last reply Reply Quote 1
        • K Offline
          kurtern84 Project Sponsor @alvaron14
          last edited by

          @alvaron14 Np! :)

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

            @kurtern84 Thank you for the help!! :) Great catch!

            K 1 Reply Last reply Reply Quote 0
            • K Offline
              kurtern84 Project Sponsor @cowboysdude
              last edited by

              @cowboysdude no problem mate! 😊

              1 Reply Last reply Reply Quote 1
              • 1
              • 2
              • 1 / 2
              • 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