Hi Arlex,
No problem.
In reply to your question, if I set a default address or not, this is the same result: nothing.
Why I think there is a trouble with yahoo?
Here
https://developer.yahoo.com/weather/
Important EOL Notice: As of Thursday, Jan. 3, 2019, the weather.yahooapis.com and query.yahooapis.com for Yahoo Weather API will be retired.
To continue using our free Yahoo Weather APIs, use https://weather-ydn-yql.media.yahoo.com/forecastrss. Follow below instructions to get credentials and onboard to this free Yahoo Weather API service.
In Easysocial Weather there is
const YAHOO_API_WEATHER_URL = 'http://query.yahooapis.com/v1/public/yql?q=';
Please take a look to error_log file:
[14-Apr-2019 07:25:23 UTC] PHP Notice: Trying to get property 'query' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 100
[14-Apr-2019 07:25:23 UTC] PHP Notice: Trying to get property 'results' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 100
[14-Apr-2019 07:25:23 UTC] PHP Notice: Trying to get property 'channel' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 100
[14-Apr-2019 07:25:23 UTC] PHP Notice: Trying to get property 'item' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 100
[14-Apr-2019 07:25:23 UTC] PHP Warning: Invalid argument supplied for foreach() in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 100
[14-Apr-2019 07:25:23 UTC] PHP Warning: array_shift() expects parameter 1 to be array, null given in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 111
[14-Apr-2019 07:25:23 UTC] PHP Notice: Undefined property: Weather::$title in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 114
[14-Apr-2019 07:25:23 UTC] PHP Notice: Undefined offset: 2 in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 117
[14-Apr-2019 07:25:23 UTC] PHP Notice: Undefined offset: 2 in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 118
[14-Apr-2019 07:25:23 UTC] PHP Notice: Trying to get property 'query' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 122
[14-Apr-2019 07:25:23 UTC] PHP Notice: Trying to get property 'results' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 122
[14-Apr-2019 07:25:23 UTC] PHP Notice: Trying to get property 'channel' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 122
[14-Apr-2019 07:25:23 UTC] PHP Notice: Trying to get property 'wind' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 122
[14-Apr-2019 07:25:23 UTC] PHP Notice: Trying to get property 'query' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 125
[14-Apr-2019 07:25:23 UTC] PHP Notice: Trying to get property 'results' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 125
[14-Apr-2019 07:25:23 UTC] PHP Notice: Trying to get property 'channel' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 125
[14-Apr-2019 07:25:23 UTC] PHP Notice: Trying to get property 'astronomy' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 125
[14-Apr-2019 07:25:23 UTC] PHP Notice: Trying to get property 'query' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 128
[14-Apr-2019 07:25:23 UTC] PHP Notice: Trying to get property 'results' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 128
[14-Apr-2019 07:25:23 UTC] PHP Notice: Trying to get property 'channel' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 128
[14-Apr-2019 07:25:23 UTC] PHP Notice: Trying to get property 'units' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 128
[14-Apr-2019 07:25:23 UTC] PHP Notice: Trying to get property 'query' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 131
[14-Apr-2019 07:25:23 UTC] PHP Notice: Trying to get property 'results' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 131
[14-Apr-2019 07:25:23 UTC] PHP Notice: Trying to get property 'channel' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 131
[14-Apr-2019 07:25:23 UTC] PHP Notice: Trying to get property 'image' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 131
[14-Apr-2019 07:25:23 UTC] PHP Notice: Undefined property: Weather::$condition in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 134
[14-Apr-2019 07:25:23 UTC] PHP Notice: Undefined property: Weather::$condition in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 135
[14-Apr-2019 07:25:23 UTC] PHP Notice: Trying to get property 'code' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 135
[14-Apr-2019 07:25:23 UTC] PHP Notice: Undefined index: in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 135
[14-Apr-2019 07:25:23 UTC] PHP Warning: Creating default object from empty value in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 135
[14-Apr-2019 07:25:23 UTC] PHP Notice: Undefined property: Weather::$condition in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 136
[14-Apr-2019 07:25:23 UTC] PHP Notice: Trying to get property 'temp' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 136
[14-Apr-2019 07:25:23 UTC] PHP Notice: Trying to get property 'temperature' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 136
[14-Apr-2019 07:25:23 UTC] PHP Warning: Invalid argument supplied for foreach() in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 138
[14-Apr-2019 07:26:00 UTC] PHP Notice: Trying to get property 'query' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 100
[14-Apr-2019 07:26:00 UTC] PHP Notice: Trying to get property 'results' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 100
[14-Apr-2019 07:26:00 UTC] PHP Notice: Trying to get property 'channel' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 100
[14-Apr-2019 07:26:00 UTC] PHP Notice: Trying to get property 'item' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 100
[14-Apr-2019 07:26:00 UTC] PHP Warning: Invalid argument supplied for foreach() in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 100
[14-Apr-2019 07:26:00 UTC] PHP Warning: array_shift() expects parameter 1 to be array, null given in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 111
[14-Apr-2019 07:26:00 UTC] PHP Notice: Undefined property: Weather::$title in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 114
[14-Apr-2019 07:26:00 UTC] PHP Notice: Undefined offset: 2 in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 117
[14-Apr-2019 07:26:00 UTC] PHP Notice: Undefined offset: 2 in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 118
[14-Apr-2019 07:26:00 UTC] PHP Notice: Trying to get property 'query' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 122
[14-Apr-2019 07:26:00 UTC] PHP Notice: Trying to get property 'results' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 122
[14-Apr-2019 07:26:00 UTC] PHP Notice: Trying to get property 'channel' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 122
[14-Apr-2019 07:26:00 UTC] PHP Notice: Trying to get property 'wind' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 122
[14-Apr-2019 07:26:00 UTC] PHP Notice: Trying to get property 'query' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 125
[14-Apr-2019 07:26:00 UTC] PHP Notice: Trying to get property 'results' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 125
[14-Apr-2019 07:26:00 UTC] PHP Notice: Trying to get property 'channel' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 125
[14-Apr-2019 07:26:00 UTC] PHP Notice: Trying to get property 'astronomy' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 125
[14-Apr-2019 07:26:00 UTC] PHP Notice: Trying to get property 'query' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 128
[14-Apr-2019 07:26:00 UTC] PHP Notice: Trying to get property 'results' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 128
[14-Apr-2019 07:26:00 UTC] PHP Notice: Trying to get property 'channel' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 128
[14-Apr-2019 07:26:00 UTC] PHP Notice: Trying to get property 'units' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 128
[14-Apr-2019 07:26:00 UTC] PHP Notice: Trying to get property 'query' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 131
[14-Apr-2019 07:26:00 UTC] PHP Notice: Trying to get property 'results' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 131
[14-Apr-2019 07:26:00 UTC] PHP Notice: Trying to get property 'channel' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 131
[14-Apr-2019 07:26:00 UTC] PHP Notice: Trying to get property 'image' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 131
[14-Apr-2019 07:26:00 UTC] PHP Notice: Undefined property: Weather::$condition in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 134
[14-Apr-2019 07:26:00 UTC] PHP Notice: Undefined property: Weather::$condition in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 135
[14-Apr-2019 07:26:00 UTC] PHP Notice: Trying to get property 'code' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 135
[14-Apr-2019 07:26:00 UTC] PHP Notice: Undefined index: in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 135
[14-Apr-2019 07:26:00 UTC] PHP Warning: Creating default object from empty value in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 135
[14-Apr-2019 07:26:00 UTC] PHP Notice: Undefined property: Weather::$condition in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 136
[14-Apr-2019 07:26:00 UTC] PHP Notice: Trying to get property 'temp' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 136
[14-Apr-2019 07:26:00 UTC] PHP Notice: Trying to get property 'temperature' of non-object in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 136
[14-Apr-2019 07:26:00 UTC] PHP Warning: Invalid argument supplied for foreach() in ~/my.website.com/modules/mod_easysocial_weather/ajax.php on line 138