MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. alvaron14
    3. Best
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    A
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 5
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: MMM-NOAA V3.0 doesn't see anything

      @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!!!
                                      }
      },
      
      posted in Troubleshooting
      A
      alvaron14
    • 1 / 1