Page 2 of 2

Re: Google Weather (JD Edition) by Jelle Dekkers (Original by fivetwofoureight)

Posted: October 26th, 2021, 12:52 pm
by iwantdrconnors
Works now.

Re: Google Weather (JD Edition) by Jelle Dekkers (Original by fivetwofoureight)

Posted: October 26th, 2021, 2:41 pm
by JelleDekkers
iwantdrconnors wrote: October 26th, 2021, 12:52 pm Works now.
balala wrote: October 26th, 2021, 12:18 pm No, the skin doesn't work for me either. Probably the author, JelleDekkers will be needed here.
It appears Nominatim (the search engine for the location) is having some issues. This should be temporary, but I might change some things if it persists.

Re: Google Weather (JD Edition) by Jelle Dekkers (Original by fivetwofoureight)

Posted: October 26th, 2021, 5:41 pm
by balala
iwantdrconnors wrote: October 26th, 2021, 12:52 pm Works now.
JelleDekkers wrote: October 26th, 2021, 2:41 pm It appears Nominatim (the search engine for the location) is having some issues. This should be temporary, but I might change some things if it persists.
Does for me as well now. I suppose was a short breakdown of service.

Re: Google Weather (JD Edition) by Jelle Dekkers (Original by fivetwofoureight)

Posted: October 27th, 2021, 12:15 am
by ThatWindowsGuy
JelleDekkers wrote: December 1st, 2020, 10:10 pm Image

Check it out on GitHub!
that looks nice! 12/10! :thumbup: :D

Re: Google Weather (JD Edition) by Jelle Dekkers (Original by fivetwofoureight)

Posted: January 19th, 2022, 11:38 am
by iwantdrconnors
Skin does not work once again.

Re: Google Weather (JD Edition) by Jelle Dekkers (Original by fivetwofoureight)

Posted: January 19th, 2022, 11:49 am
by iwantdrconnors
I get error code RegExp matching error (-1) (Google Weather (JD Edition)\Google Weather.ini - [mDailyParent]) and then Something went wrong. (Google Weather (JD Edition)\Google Weather.ini). It manages to find the location though.

Re: Google Weather (JD Edition) by Jelle Dekkers (Original by fivetwofoureight)

Posted: January 19th, 2022, 3:06 pm
by balala
iwantdrconnors wrote: January 19th, 2022, 11:49 am I get error code RegExp matching error (-1) (Google Weather (JD Edition)\Google Weather.ini - [mDailyParent]) and then Something went wrong. (Google Weather (JD Edition)\Google Weather.ini). It manages to find the location though.
Try replacing the APIKey, because a few days ago, it has been changed. Open the GoogleWeather\@Resources\WeatherParserDaily.inc file and replace the old kay in the URL option of the [mDailyParent] measure (the red one here: URL=https://api.weather.com/v1/geocode/[&mLocationLat]/[&mLocationLon]/forecast/daily/7day.json?units=[#WeatherUnits[#WeatherUnits]]&language=#Language#&apiKey=21d8a80b3d6b444998a80b3d6b1449d3) with 6532d6454b8aa370768e63d6ba5a832e.
As result you get this:

Code: Select all

[mDailyParent]
...
URL=https://api.weather.com/v1/geocode/[&mLocationLat]/[&mLocationLon]/forecast/daily/7day.json?units=[#WeatherUnits[#WeatherUnits]]&language=#Language#&apiKey=6532d6454b8aa370768e63d6ba5a832e

Re: Google Weather (JD Edition) by Jelle Dekkers (Original by fivetwofoureight)

Posted: August 14th, 2023, 12:14 pm
by JelleDekkers
I have just updated the skin, it should work again!