A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
"Invalid Date" appears in Weather module. MM v2.29.0
-
@VinGroot current release is 2.30 . still happening there ?
-
@sdetweil yes, still happening.
just noticed this second page, trouble shooting now. I get a 401 unauthorized error. -
@VinGroot well 401 means apikey not right
-
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"
-
@VinGroot awesome
-