Custom app launcher, browser home page, and service monitor. cute.haus
homelab react typescript
0

Configure Feed

Select the types of activity you want to include in your feed.

use hourly weather for more accuracy

Aly Raffauf (Apr 26, 2026, 7:31 PM EDT) 64e700e6 1c86ee89

+1 -1
+1 -1
src/index.ts
··· 191 191 } 192 192 193 193 const pointsData = await pointsResponse.json(); 194 - const forecastUrl = pointsData.properties?.forecast; 194 + const forecastUrl = pointsData.properties?.forecastHourly; 195 195 196 196 if (!forecastUrl) { 197 197 return Response.json(