• 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.

"Invalid Date" appears in Weather module. MM v2.29.0

Scheduled Pinned Locked Moved Solved Troubleshooting
25 Posts 5 Posters 4.8k Views 4 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.
  • S Offline
    sdetweil @reilley
    last edited by Dec 29, 2024, 3:36 AM

    @reilley ok, next thing

    weather is done all in browser,
    on the MagicMirror screen ctrl-shift-i to
    open the developer window, select the console tab,
    put wea in the filter field

    look for any messages

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    R 1 Reply Last reply Dec 29, 2024, 3:41 AM Reply Quote 0
    • R Offline
      reilley @reilley
      last edited by Dec 29, 2024, 3:39 AM

      @reilley - oh, I think I know what’s wrong now.

      1 Reply Last reply Reply Quote 0
      • R Offline
        reilley @sdetweil
        last edited by Dec 29, 2024, 3:41 AM

        @sdetweil - you’re gonna laugh, but I found the issue. I was using an inactive API key. My backup was too old and was before the v2.29.0 API 3.0 requirement. Sorry to drag you through this!

        S 1 Reply Last reply Dec 29, 2024, 3:59 AM Reply Quote 0
        • S Offline
          sdetweil @reilley
          last edited by Dec 29, 2024, 3:59 AM

          @reilley glad you found it!

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • C Offline
            cgillinger @reilley
            last edited by cgillinger Dec 29, 2024, 9:46 AM Dec 29, 2024, 9:45 AM

            @reilley I just realized I experienced something similar, but I was preoccupied with other tasks and didn’t take the time to investigate.

            Here’s a screenshot for reference:
            https://github.com/cgillinger/MMM-WeatherEffects/blob/main/screenshots/rich.png

            Based on my screenshots (as mentioned, I was focused on tweaking the module and only noticed it afterward), it seems to be intermittent.

            I’m using api-free providers, eg SMHI.

            1 Reply Last reply Reply Quote 0
            • V Offline
              VinGroot @reilley
              last edited by Jan 12, 2025, 6:11 PM

              I have the same issue. These are my settings:

                module: "weather",
                position: "top_right",
                config: {
                  lat: "52.262524",
                  lon: "6.797571",        
                  apiKey: "****",
                  appendLocationNameToHeader: false,
                  type: "current",
                  degreeLabel: true,
                  decimalSymbol: ",",
                  showWindDirection: false,
                  showFeelsLike: false
              
              S 1 Reply Last reply Jan 12, 2025, 6:19 PM Reply Quote 0
              • S Offline
                sdetweil @VinGroot
                last edited by Jan 12, 2025, 6:19 PM

                @VinGroot current release is 2.30 . still happening there ?

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                V 1 Reply Last reply Jan 12, 2025, 6:28 PM Reply Quote 0
                • V Offline
                  VinGroot @sdetweil
                  last edited by Jan 12, 2025, 6:28 PM

                  @sdetweil yes, still happening.
                  just noticed this second page, trouble shooting now. I get a 401 unauthorized error.

                  S 1 Reply Last reply Jan 12, 2025, 6:52 PM Reply Quote 0
                  • S Offline
                    sdetweil @VinGroot
                    last edited by Jan 12, 2025, 6:52 PM

                    @VinGroot well 401 means apikey not right

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    V 1 Reply Last reply Jan 12, 2025, 6:58 PM Reply Quote 0
                    • V Offline
                      VinGroot @sdetweil
                      last edited by Jan 12, 2025, 6:58 PM

                      I figured it out. I use the free plan, so I cannot use API version 3.0. I have to use API version 2.5. Furthermore I have to use the /weather endpoint.

                      I got it working again by adding these 2 settings:

                      apiVersion: '2.5'
                      weatherEndpoint: "/weather"
                      
                      S 1 Reply Last reply Jan 12, 2025, 7:21 PM Reply Quote 1
                      • 1
                      • 2
                      • 3
                      • 2 / 3
                      • 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