🌺 ORCHID WEATHER

Compare Your Climate to the Origins of Your Orchids

FCOS
{{ widget_data.orchids|selectattr('has_baker_data')|list|length }} Expert Culture Sheets Available
58°
Partly Cloudy
H: 63° L: 50°
Grower's Forecast 🌱
Tue
☀️
53°
Wed
55°
Thu
53°
Fri
53°
{% for orchid in widget_data.orchids[:3] %}
{% if orchid.image_url %} {{ orchid.display_name }} {% else %}
🌺
{% endif %} {% if orchid.region and orchid.region != 'Unknown' %}
{{ orchid.region }}
{% endif %}
{% if orchid.climate_preference %}
🌱
{% if orchid.temperature_range %} Temp: {{ orchid.temperature_range }} {% else %} Temp: {{ orchid.climate_data.temp_range }} {% endif %}
Humidity: {{ orchid.climate_data.humidity }}
{% if orchid.light_requirements %}
Light: {{ orchid.light_requirements }}
{% endif %}
{% endif %}
💡
{% if orchid.has_baker_data %}
👨‍🌾 Baker Expert
Loading expert advice...
{% else %} {% if orchid.climate_preference == 'cool' %} Keep cool & ventilated. Protect from heat. {% elif orchid.climate_preference == 'warm' %} Increase humidity. Warm conditions ideal. {% else %} Perfect growing conditions. Monitor humidity. {% endif %} {% endif %}
{% endfor %}