{location.name}
{#if location.admin1}{location.admin1}, {/if}{location.country ?? ''}
ยท
7-day forecast
{ params.models = [model]; storedModel.set(model); // a new model may not support the extended / past range forecastDays = 7; pastDays = 0; }} />
(variableSidebarOpen = false)} /> {#if loadError}
Failed to load weather data: {loadError}
{/if}
(forecastDays = 15)} canExtendPast={pastDays < 3} onExtendPast={() => (pastDays = 3)} />
{#if fetchedDaily}
(forecastDays = 15)} canExtendPast={pastDays < 3} onExtendPast={() => (pastDays = 3)} /> {/if} {#if fetchedHourly && fetchedDaily}
(variableSidebarOpen = true)} /> {:else}
{/if} {#if fetchedHourly}
{:else}
{/if}