Live Weather App Live Weather App Live Weather Forecast Get Weather Enter a city to see the current weather. `; cityInput.value = ''; // Clear input field } function displayError(message) { weatherInfoDiv.innerHTML = 'Enter a city to see the current weather.'; // Reset weather info errorMessageDiv.textContent = message; } });