MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    Newbie help!

    Troubleshooting
    0
    3
    1454
    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.
    • R
      rwa2204 last edited by

      Have all my hardware running and my mirror is all set. Having troubles loading any of the weather modules. I have my api ID from openweathermap and even my location id and city but nothing seems to be working. What files have to be modified to get the weather working and how? the read me is very vague.
      Thank you!

      1 Reply Last reply Reply Quote 0
      • KirAsh4
        KirAsh4 Moderator last edited by

        The only file that should be modified is the 'config.js' file. Mine looks like this:

                        {
                                module: 'currentweather',
                                position: 'top_right',
                                config: {
                                        location: 'Boulder,US',
                                        appid: 'MY_APPID',
                                        updateInterval: 5 * 60 * 1000
                                }
                        },
        

        A Life? Cool! Where can I download one of those from?

        1 Reply Last reply Reply Quote 0
        • R
          rwa2204 last edited by

          Thanks that did it! Appreciate the help!

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          • First post
            Last post
          Enjoying MagicMirror? Please consider a donation!
          MagicMirror created by Michael Teeuw.
          Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy