madpatrick wrote: > AFter the change of weather.com's website, the weather icon on the > display are good any more. > The update made it forecast working, but the weather icon not. > I day and night icons are no changing at around 22:00 hrs instead in the > afternoon (16:00 hrs) > Also i've only day icons or night icons. Changing the periods in > CustomClock does not work. The weather icons are shifted. On weather.com there is in left upper corner icon of current weather. It can be fixed by finding next image. Simply edit following lines and increase index of element in Plugin.pm. 3045: $outcome_txt = ($tree->look_down( "_tag", "img", "class", "wx-weather-icon"))[1]; 3173: $outcome_txt = ($tree->look_down( "_tag", "img", "class", "wx-weather-icon"))[2]; 3308: $outcome_txt = ($tree->look_down( "_tag", "img", "class", "wx-weather-icon"))[1]; 3392: $outcome_txt = ($tree->look_down( "_tag", "img", "class", "wx-weather-icon"))[2]; 3730: $outcome_txt = ($tree->look_down( "_tag", "img", "class", "wx-weather-icon"))[$dayNum+1];
------------------------------------------------------------------------ smintman's Profile: http://forums.slimdevices.com/member.php?userid=56432 View this thread: http://forums.slimdevices.com/showthread.php?t=14327 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
