@reilley did you get it working with city, country?
Peter
Read the statement by Michael Teeuw here.
Posts
-
RE: 2.29.0 Weather Module w/api v3.0 works, sort of…
-
RE: Default weather module stuck loading after latest MM update
@sdetweil Adding ‘weatherEndpoint: “/onecall”,’’ gives some kind of weather, but for the wrong location I presume (26C but it is only 15C here).
So, location ID does not work with API 3.0; it worked with 2.5.
Somebody have the solution?
Lat/ Lon?Peter
-
RE: Default weather module stuck loading after latest MM update
This is my config, maybe somebody can tell me what is wrong?
{ module: "weather", position: "top_right", config: { weatherProvider: "openweathermap", type: "current", location: "Apeldoorn", locationID: "2759705", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city apiKey: "xxxxxxxxxxxxxxxxxxxxxx" } }, { module: "weather", position: "top_right", header: "Weersverwachting", config: { colored: true, weatherProvider: "openweathermap", type: "forecast", location: "Apeldoorn", locationID: "2759705", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city apiKey: "xxxxxxxxxxxxxxxxxx" } },
-
RE: Default weather module stuck loading after latest MM update
@sdetweil same problem here.
Upgraded my Openweather account, added paymentdetails (seemed to worked well), generated a new API key (how can I see it is a 3.0 key?)
Used your upgrade script, Sam.
Entered the new key in my config.
Everything works fine except the default weathermodule.
Peter -
RE: v2.29.0 weather module issue
@sdetweil Sam, do you know how many calls the default weather module makes per day?
Am I right: default is every 10 minutes, so 24x6 per day?
I have two Magic mirrors (1 for me and 1 for my daughter) using the same API.
I would like to use the API (3.0) for free, so use not more than 1000 calls per day.
Thanks for your answer in advance.
Peter -
Time format
Probably very simple, but how can I change the time format in the default calendar module?
I wanted to see not only the date but also the time.
So I added “MMM Do HH:mm” to dateFormat.
But now it displays: sept. 1ste 23.00.
I would like it to display: 1 sept 23.00
Thanks!
Peter -
RE: Open weather Api 3.0
@sdetweil ok, I will see what happens when 2.5 stops working.
Have a nice day.
Peter -
RE: Open weather Api 3.0
@sdetweil ok, I did the same, so I removed apiVersion:‘3.0’, now it works.
But how can I see if it works on version 2.5 or version 3.0?
And how do I recognise a version 3.0 Api key?
On the site of Openweather I have several Api keys, but how to recognise a version 3.0?
Peter