get_weather_wa($weatherapi, $lat, $lng, $date); $imperial = (isset($settings['weather_module_imperial_units']) and $settings['weather_module_imperial_units']) ? true : false; // Weather not found! if(!is_array($weather) or (is_array($weather) and !count($weather))) return; ?>