• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

Default weather module not showing after MM update

Scheduled Pinned Locked Moved Solved Troubleshooting
25 Posts 7 Posters 6.8k Views 7 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.
  • M Offline
    mumblebaj Module Developer @01ZerosOnes01
    last edited by Jul 2, 2022, 5:17 PM

    @01ZerosOnes01 Are there any errors? If you used npm start then see for any errors in the terminal. If you used pm2 then check the pm2 log for errors. The guys would require more information to be able to assist.

    Check out my modules at: https://github.com/mumblebaj?tab=repositories

    0 1 Reply Last reply Jul 2, 2022, 5:26 PM Reply Quote 0
    • 0 Offline
      01ZerosOnes01
      last edited by Jul 2, 2022, 5:18 PM

      Here is the entry in the config file
      {
      module: “weather”,
      position: “top_right”,
      config: {
      weatherProvider: “openweathermap”,
      type: “current”,
      location: “Elmhurst”,
      locationID: “4891010”, //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
      apiKey: “a77f2dd7cf1c2e3b156b4d757fb6axxx”
      }
      },
      {
      module: “weather”,
      position: “top_right”,
      header: “Weather Forecast”,
      config: {
      weatherProvider: “openweathermap”,
      type: “forecast”,
      location: “Elmhurst”,
      locationID: “4891010”, //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
      apiKey: “a77f2dd7cf1c2e3b156b4d757fb6axxx”
      }
      },

      M 1 Reply Last reply Jul 2, 2022, 5:23 PM Reply Quote 0
      • M Offline
        mumblebaj Module Developer @01ZerosOnes01
        last edited by Jul 2, 2022, 5:23 PM

        @01ZerosOnes01 See my first reply. Any errors from where you started the mirror?

        Check out my modules at: https://github.com/mumblebaj?tab=repositories

        1 Reply Last reply Reply Quote 0
        • 0 Offline
          01ZerosOnes01 @mumblebaj
          last edited by Jul 2, 2022, 5:26 PM

          @mumblebaj Hi, thanks for your response there are no errors on the screen when I run npm start. No loading of that module indication but there is space allocated for the weather module on the screen in the top right area. All other modules work. Everything was working before the update to the latest MM.

          M 2 Replies Last reply Jul 2, 2022, 5:36 PM Reply Quote 0
          • M Offline
            mumblebaj Module Developer @01ZerosOnes01
            last edited by Jul 2, 2022, 5:36 PM

            @01ZerosOnes01 I am just upgrading. Just one last check, see in the Developers window if there are any errors there. shit + ctrl + i

            Check out my modules at: https://github.com/mumblebaj?tab=repositories

            0 1 Reply Last reply Jul 2, 2022, 5:47 PM Reply Quote 0
            • M Offline
              mumblebaj Module Developer @01ZerosOnes01
              last edited by Jul 2, 2022, 5:44 PM

              @01ZerosOnes01 I think there may be an issue with the api key for OpenWeatherMap.

              Check out my modules at: https://github.com/mumblebaj?tab=repositories

              0 1 Reply Last reply Jul 2, 2022, 5:44 PM Reply Quote 0
              • 0 Offline
                01ZerosOnes01 @mumblebaj
                last edited by Jul 2, 2022, 5:44 PM

                @mumblebaj I xxx out the last few digits

                1 Reply Last reply Reply Quote 0
                • 0 Offline
                  01ZerosOnes01 @mumblebaj
                  last edited by Jul 2, 2022, 5:47 PM

                  @mumblebaj If I enter shit + ctrl + i in the terminal nothing shows up but a dialog box with Cancel and OK

                  M 1 Reply Last reply Jul 2, 2022, 5:53 PM Reply Quote 0
                  • M Offline
                    mumblebaj Module Developer @01ZerosOnes01
                    last edited by mumblebaj Jul 2, 2022, 6:14 PM Jul 2, 2022, 5:53 PM

                    @01ZerosOnes01 Hi. Not in the terminal from the browser window that displays the mirror. I have created an Openweathermap api key and I get an unauthorized error in the Developers window. I guess I have to wait for it to activate first. Once it is active I will see if I can spot anything.

                    Check out my modules at: https://github.com/mumblebaj?tab=repositories

                    0 1 Reply Last reply Jul 2, 2022, 6:02 PM Reply Quote 0
                    • 0 Offline
                      01ZerosOnes01 @mumblebaj
                      last edited by Jul 2, 2022, 6:02 PM

                      @mumblebaj Okay this is what I get when I run shift + ctrl + i

                      Load script: modules/default/weather/weather.js
                      :8080/modules/default/weather/weather.js:159 Uncaught SyntaxError: Unexpected token .

                      J S B T 4 Replies Last reply Jul 2, 2022, 7:27 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 1 / 3
                      1 / 3
                      • First post
                        6/25
                        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