-
Notifications
You must be signed in to change notification settings - Fork 339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rain map not working #253
Comments
I can confirm this behavior. When trying to download the image tiles for the rain map I received HTTP response code 500, while temperature and wind were still working. Comparing the code of map.html the with OWM's Weather map API there are differences in the URLs. I tested just the HTML page with a new URL and included the // Rain
var rainLayer = new L.TileLayer("http://tile.openweathermap.org/map/precipitation_new/{z}/{x}/{y}.png?appid=" + getUrlParameter("appid"), { This works for me. Hope this helps someone to replace all URLs and test if it also works inside the Android WebView (I can't do that at the moment). |
I think it is not working this server link |
@carminemassarelli @FridoDeluxe If not, is it as simple as replacing the lines as detailed in the comment above? |
As suggested from @robinpaulson this is a pull request from a fork for the issue martykan#253 rain map not working. If this is accepted the user need, before to see rain map, to create and then set in the form the own openweathermap apikey from here https://home.openweathermap.org/users/sign_up.
@robinpaulson @FridoDeluxe |
@carminemassarelli |
I use my api key but the rain map is not working.
I have forecastie 1.5 on lineageOS 14.1.
Is it a issue of the android version?
many thanks
The text was updated successfully, but these errors were encountered: