Rodrigo Ramez Norambuena 2f6e650c1b currentweather, weatherforecast: fix locationID empty
Fix when the option locationID the value = ''

If you have the next config

 config: {
            // See 'Configuration options' for more information.
            location: 'Chillan, Chile',
            locationID: '',
            appid: 'abcde12345abcde12345abcde12345ab'
        }

The modules dont get the data, because the parameters of query is created
in id=''
2016-10-26 16:15:42 -03:00
..
2016-10-22 12:04:58 +02:00
2016-04-05 14:35:11 -04:00
2016-04-13 09:27:30 +02:00
2016-10-14 14:19:03 +02:00
2016-10-17 17:03:10 +02:00