Record watering for individual plants or areas
Temperature: {{ round($weather['main']['temp']) }}°F (feels like {{ round($weather['main']['feels_like']) }}°F)
Conditions: {{ ucfirst($weather['weather'][0]['description']) }}
Humidity: {{ $weather['main']['humidity'] }}%
Wind: {{ round($weather['wind']['speed']) }} mph