• 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.1k 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
    Peter @MaXi-XCeL
    last edited by Oct 11, 2024, 3:05 PM

    @MaXi-XCeL it works!
    Thanks,
    Peter

    1 Reply Last reply Reply Quote 0
    • S sdetweil has marked this topic as solved on Oct 11, 2024, 4:11 PM
    • P Offline
      pritikin71 @MaXi-XCeL
      last edited by Oct 17, 2024, 2:56 AM

      @MaXi-XCeL Screenshot 2024-10-16 224904.png

      Hi I have a new problem now, using /onecall and the correct Lat /Long parameters shows my Time Zone Name omn top of Weather modules and a Crazy time… the Clock Module shows correct.

      What else I need to modify to have Weather working again like before the doomed update? ( “Xx” for privacy)

      	{
      		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"	
      			
      		}
      
      S S 2 Replies Last reply Oct 17, 2024, 12:50 PM Reply Quote 0
      • S Offline
        sdetweil @pritikin71
        last edited by Oct 17, 2024, 12:50 PM

        @pritikin71

        see
        https://forum.magicmirror.builders/topic/19043/location-title-in-default-module-weather-openweather

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        P 1 Reply Last reply Oct 21, 2024, 9:23 PM Reply Quote 0
        • P Offline
          pritikin71 @sdetweil
          last edited by Oct 21, 2024, 9:23 PM

          @sdetweil Thank you a lot.

          I was able to fix the header problem but not the time problem. I looked to a lot of /js files looking for the TimeZone Parameter but I didnt get it.

          4f3c3b4a-a899-4a5c-9e43-9cdb9f97e7d5-image.png

          Also is really weird the 18:48… the different minutes tells that maybe isn’t a timezone problem.

          S K 2 Replies Last reply Oct 21, 2024, 9:35 PM Reply Quote 0
          • S Offline
            sdetweil @pritikin71
            last edited by sdetweil Oct 21, 2024, 10:02 PM Oct 21, 2024, 9:35 PM

            @pritikin71 weather with openweather 3 uses lat/lon for location
            and time is local system time . make sure you have timezone set correctly

            corrected below… sunrise/sunset time is shown (whichever is next)
            not current wall clock time

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • K Offline
              karsten13 @pritikin71
              last edited by Oct 21, 2024, 9:49 PM

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

              Also is really weird the 18:48

              this is not an actual time, but sunrise or sunset (depending on what comes next)

              S 1 Reply Last reply Oct 21, 2024, 9:53 PM Reply Quote 0
              • S Offline
                sdetweil @karsten13
                last edited by Oct 21, 2024, 9:53 PM

                @karsten13 dang I get that wrong EVERY time!

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                K 1 Reply Last reply Oct 21, 2024, 9:59 PM Reply Quote 0
                • K Offline
                  karsten13 @sdetweil
                  last edited by Oct 21, 2024, 9:59 PM

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

                  @karsten13 dang I get that wrong EVERY time!

                  one of the reasons I wrote my own njk …

                  83d6bdf4-2130-45d9-9c83-72f2894fec3d-grafik.png

                  P 1 Reply Last reply Oct 22, 2024, 3:23 PM Reply Quote 1
                  • 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
                      • 1
                      • 2
                      • 3
                      • 4
                      • 3 / 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