Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.15.0 is available! For more information about this release, check out this topic.

    Current weather doesn't work

    Troubleshooting
    2
    7
    3819
    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.
    • sweup
      sweup last edited by

      My setup is almost done but my current weather module doesn’t work, the Weather Forecast module is working without problem. The settings are the same for the two modules, i tried a separate api-key for current weather module but that didn’t help. The header for the module is working but the data is no go.

      Any suggestions on how to solve this?
      alt text

      1 Reply Last reply Reply Quote 0
      • C
        chrisfoerg last edited by

        can you post your config?

        1 Reply Last reply Reply Quote 0
        • sweup
          sweup last edited by

          Thx for reply

          {
          module: ‘currentweather’,
          position: ‘top_right’,
          header: ‘Värt just nu’,
          config: {
          location: ‘Goeteborg, Sweden’,
          locationID: ‘2711537’, //ID from http://www.openweathermap.org
          appid: ‘12345’
          }
          },
          {
          module: ‘weatherforecast’,
          position: ‘top_right’,
          header: ‘Värt’,
          config: {
          location: ‘Goeteborg, Sweden’,
          locationID: ‘2711537’, //ID from http://www.openweathermap.org
          appid: ‘12345’
          }
          },

          1 Reply Last reply Reply Quote 0
          • C
            chrisfoerg last edited by

            I think there is a problem with the js files. Your config is working on my magic mirror

            1 Reply Last reply Reply Quote 1
            • C
              chrisfoerg last edited by

              is it running without the header part?

              1 Reply Last reply Reply Quote 0
              • sweup
                sweup last edited by

                I replaced “currentweather.js” from github and now it’s working. Thanks for your help!

                1 Reply Last reply Reply Quote 0
                • C
                  chrisfoerg last edited by

                  you’re welcome

                  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