--- conkyForecast.py 2014-03-19 08:28:28.000000000 +0100 +++ conkyForecast.py.patched 2014-03-19 08:31:24.000000000 +0100 @@ -814,7 +814,8 @@ #visibility_unit = self.getText(head_n, 'ud') location_n = self.getChild(weather_n, 'loc') - city, country = self.getText(location_n, 'dnam').split(',') + location_items = self.getText(location_n, 'dnam').split(',') + city, country = location_items[0], location_items[-1] country = country.strip() # current conditions data