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-OpenWeatherForecast Error 401

    Scheduled Pinned Locked Moved Solved Troubleshooting
    6 Posts 4 Posters 375 Views 5 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.
    • D Offline
      dcazman
      last edited by

      Re: MMM-OpenWeatherForecast Error 401

      I get this problem.

      git remote -v
      origin  https://github.com/jclarke0000/MMM-OpenWeatherForecast.git (fetch)
      origin  https://github.com/jclarke0000/MMM-OpenWeatherForecast.git (push)
      
      {
      			module: "MMM-OpenWeatherForecast",
      			position: "bottom_right",
      			header: "Forecast",
      			config: {
                      api_key: "KEY",
      				lat: 40.***,
      				lon: -74.***,
      				units: "imperial",
      				concise: true,
      				showFeelsLikeTemp: true,
      				iconset: "5c",
      				colored: true,
      				extraCurrentConditions: {
      					highLowTemp: true,
      					precipitation: true,
      					wind: true,
      					barometricPressure: false,
      					humidity: true,
      					dewPoint: false,
      					uvIndex: false,
      					visibility: false
      				  },
      			}
      		  },
      
      S KristjanESPERANTOK 2 Replies Last reply Reply Quote 0
      • KristjanESPERANTOK Offline
        KristjanESPERANTO Module Developer @dcazman
        last edited by

        @dcazman There is a working fork: https://github.com/Tom-Hirschberger/MMM-OpenWeatherForecast

        D 1 Reply Last reply Reply Quote 2
        • S Offline
          sdetweil @dcazman
          last edited by

          @dcazman yes, this module is broken because it does not use the new openweather.org 3.0 api call

          please use one of the openweathermap modules

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • KristjanESPERANTOK Offline
            KristjanESPERANTO Module Developer @dcazman
            last edited by

            @dcazman There is a working fork: https://github.com/Tom-Hirschberger/MMM-OpenWeatherForecast

            D 1 Reply Last reply Reply Quote 2
            • D Offline
              dcazman @KristjanESPERANTO
              last edited by

              @KristjanESPERANTO said in MMM-OpenWeatherForecast Error 401:

              @dcazman There is a working fork: https://github.com/Tom-Hirschberger/MMM-OpenWeatherForecast

              I think this is the fork I used.

              KristjanESPERANTOK 1 Reply Last reply Reply Quote -1
              • D dcazman has marked this topic as solved on
              • KristjanESPERANTOK Offline
                KristjanESPERANTO Module Developer @dcazman
                last edited by

                @dcazman said in MMM-OpenWeatherForecast Error 401:

                I think this is the fork I used.

                According to your first post (output of git remote -v) you use the repository of jclarke0000.

                1 Reply Last reply Reply Quote 1
                • D Offline
                  dherl0623
                  last edited by

                  Use Tom Hirschberger’s fork https://github.com/Tom-Hirschberger/MMM-OpenWeatherForecast it works great!

                  You need to put in payment information to subscribe to the new 3.0 API, but once you do that, it will work (it took about 30 minutes or so for it to work properly on my end) Thank you to Tom for providing this updated version! Got the email about the old API being discontinued, and I knew I’d need to look around for a working fork.

                  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 Sam, technical setup by Karsten.
                  This forum is using NodeBB as its core | Contributors
                  Contact | Privacy Policy