![]() |
Broken OpenWeatherMap Extended - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Weather Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=155) +---- Thread: Broken OpenWeatherMap Extended (/showthread.php?tid=207110) |
RE: OpenWeatherMap Extended - teki4u - 2016-04-10 (2016-01-06, 20:51)petitdroud Wrote: Hello, Hi, did you have bello extrapack and or bello 15.2 build installed? I ask because I'm on latest Jarvis RC2 with last bello build for 15.2 and after applying your mod still no icons are displayed when I clic on Weather. Icons do show in widgets view though. T.I.A hope I can get it working. PS: .png weather icons within skin.bello folder are located in: skin.bello>media>weather>icons. I noticed they are the same icons that come with Kodi by default (doesn't use weather.zip anymore) but smaller. RE: OpenWeatherMap Extended - grafixfrh - 2016-04-20 Upgraded from XBMC to Kodi and have begun setting it up again. I recently started working on the weather and installed the openweather-extended and have also created and installed the api for the functions. Unfortunately the add-on does not function and will not update the weather at all and only the current day will show and it is wrong it seems the add-on is being closed before it even begins to do anything. was hoping maybe a fresh set of eyes on the log may be able to see what is causing this particular error to occur and what i can do to fix it without having to resort to installing wunderground instead. Here is where i pasted my log I would appreciate any ideas thank you. http://goo.gl/cisdet RE: OpenWeatherMap Extended - ronie - 2016-04-20 looks like you haven't properly selected any locations. you need to configure them on the 'location setup' tab. perhaps you've used the 'expert' tab instead, which won't work. RE: OpenWeatherMap Extended - lharms - 2016-04-24 Hello, I was wondering what is the rules for this addon to remove things from the maps directory? Is it size limited, or time, or no purge? RE: OpenWeatherMap Extended - ronie - 2016-04-25 (2016-04-24, 20:32)lharms Wrote: Hello, I was wondering what is the rules for this addon to remove things from the maps directory? Is it size limited, or time, or no purge? the area maps for locations will never be purged. all of the forecast maps will be purged each time weather is refreshed. RE: OpenWeatherMap Extended - Julipo - 2016-06-03 Why are never purged? They are used in other moment? I saw that I had +500MB of files in the different subfolders of maps. I add a crontab line to purge, every night, the +24 hours files. This can do some problem? Because i can't understand why the script stores all this maps from 2 months ago. RE: OpenWeatherMap Extended - ronie - 2016-06-03 (2016-06-03, 16:10)Julipo Wrote: Why are never purged? They are used in other moment? only the streetmap is cached, so we don't have to re-download it every 30 minutes, when fresh weather data is fetched. this shouldn't be much of a problem, unless you switch to a new location very frequently. RE: OpenWeatherMap Extended - Julipo - 2016-06-05 I don't know if i mistake the addon (and I'm writtring in other addon thread) or I'm missundestanding something with "only the streetmap", but I have all the downloads since I installed the addon in these folders: script.openweathermap.maps/maps/cloudsmap script.openweathermap.maps/maps/precipmap script.openweathermap.maps/maps/pressuremap script.openweathermap.maps/maps/tempmap script.openweathermap.maps/maps/windmap Every folder have this content, supose cloudsmap: 1.png 2.png 3.png 4.png 5.png 6.png 7.png 8.png 9.png cloudsmap-1464904498.png cloudsmap-1464906303.png ... It has one "type-timesamp.png" file every 1800 seconds. These files is that I need to delete with the crontab and what take +500 MB. There is one final folder: streetmap-{hash} That only contains: 1.png 2.png 3.png 4.png 5.png 6.png 7.png 8.png 9.png streetmap.png It doesn't have the format "type-timestamp.png" So the only folder that is not growing is just the streetmap folder. Is possible that I need to configure something that I miss? RE: OpenWeatherMap Extended - ronie - 2016-06-06 ok, the addon should delete all those folders and their contents (except the streetmap folder) each time the addon runs. could you provide a Debug Log (follow the steps in the first post)? RE: OpenWeatherMap Extended - Julipo - 2016-06-07 Kodi need to be run in debug mode? (I don't see nothing in Info mode) ¿What interval you need? ¿1800 seconds to see what happens between executions? RE: OpenWeatherMap Extended - ronie - 2016-06-07 (2016-06-07, 12:03)Julipo Wrote: Kodi need to be run in debug mode? (I don't see nothing in Info mode) both explained in the first post ![]() kodi and the addon need to have debugging enabled. i only need a log of the first few minutes after starup. RE: OpenWeatherMap Extended - aptalca - 2016-06-10 Having the same issue with >700MB of maps Here's a debug log: http://pastebin.com/fbP5NhPs I refreshed the weather a few times RE: OpenWeatherMap Extended - Syncopation - 2016-06-10 Hi there's a localization issue with the german translation. English string is "Broken Clouds" and german version has "Defekt Wolken" (which means technically broken and is funny but wrong). A better translation would be "Leicht bewölkt" which means something like "lightly cloudy". I could not find the localization for this on GitHub. Could someone go ahead and improve the localization? Broken means defekt but it's the wrong context here. Defekt means defective / faulty. RE: OpenWeatherMap Extended - robwebset - 2016-06-16 Hi ronie, Someone posted a log on the TvTunes forum: http://forum.kodi.tv/showthread.php?tid=214287&pid=2359243#pid2359243 I noticed there was a "weather.openweathermap" script error in there, so thought I'd post here in case it is of any help: Code: - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! (I believe they are running on MacOS, in case that helps) Thanks Rob RE: OpenWeatherMap Extended - ronie - 2016-06-16 thanx rob :-) i need the full log though, which isn't available anymore, as it seems. |