• 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 stuck loading after latest MM update

Scheduled Pinned Locked Moved Solved Troubleshooting
35 Posts 8 Posters 6.8k Views 8 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.
  • P Offline
    pritikin71 @karsten13
    last edited by Oct 22, 2024, 3:23 PM

    @karsten13 Wow… you kill me… what a Shame jaja Sorry for the misunderstood and great idea your config/

    @sdetweil thanks too

    1 Reply Last reply Reply Quote 0
    • S Offline
      Sampleswow @pritikin71
      last edited by Nov 7, 2024, 9:31 PM

      @pritikin71 said in [Default weather module stuck loading after latest MM

        {
        	module: "weather",
        	CalendarClasses: "current",
        	position: "top_right",
        	header: "Weather Forecast",
              disabled: false,
        	config: {
        		weatherProvider: "openweathermap",
        		weatherEndpoint: "/onecall",
        		//updateInterval: "20",
        		type: "current",
        		tempUnits: "imperial",
        		degreeLabel: "false",
        		location: "XxXxX",
        		locationID: "XXxXXX", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
        		apiKey: "XxXXXXxxXXXXxXXxXXxX",
                  showFeelsLike: "false",
        		lat: "2XXXX350",
                  lon: "-8X.3XXxX915"	
        		
        	}
      

      My code looks exactly like this i even generated a new api key paid setup payment and i am still only getting loading on my npm start i have Zero Errors im so confused

      S 1 Reply Last reply Nov 7, 2024, 9:35 PM Reply Quote 0
      • S Offline
        sdetweil @Sampleswow
        last edited by Nov 7, 2024, 9:35 PM

        @Sampleswow weather is done all in browser, so you have to open the browser developers window condole tab to see any errors

        ctrl-shift-i

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        S 1 Reply Last reply Nov 7, 2024, 9:46 PM Reply Quote 0
        • S Offline
          Sampleswow @sdetweil
          last edited by Nov 7, 2024, 9:46 PM

          @sdetweil
          Thanks for your reply i have found the error it is,
          Failed to load resource: the api.openweathermap
          server responded with a
          status of 401 (unauthorized)

          how do i adjust this?

          S 1 Reply Last reply Nov 7, 2024, 10:46 PM Reply Quote 0
          • S Offline
            sdetweil @Sampleswow
            last edited by Nov 7, 2024, 10:46 PM

            @Sampleswow said in Default weather module stuck loading after latest MM update:

            status of 401 (unauthorized)

            your api key is incorrect

            the 3.0 apikey requires a credit card, right?

            see this too
            https://github.com/MagicMirrorOrg/MagicMirror/issues/3574#issuecomment-2423544713

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • 1
            • 2
            • 3
            • 4
            • 4 / 4
            • 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