Weather Station / ECOWITT / DNT
0

Configure Feed

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

nextjs 16 fix

+8 -4
+4
next.config.ts
··· 1 1 // Note: avoid strict typing here so we can use keys supported by the current Next version 2 2 const nextConfig = { 3 + // Turbopack configuration (Next.js 16+) 4 + // Empty config to acknowledge Turbopack usage and silence migration warning 5 + turbopack: {}, 6 + 3 7 // Ensure native DuckDB modules are treated as externals in the server runtime 4 8 // Note: experimental.serverComponentsExternalPackages was moved in Next.js 5 9 // Use serverExternalPackages instead (see below).
+4 -4
temp-minmax-data.json
··· 8 8 "maxTime": "2025-11-02T13:19:45.681Z" 9 9 }, 10 10 "outdoor": { 11 - "min": 14.8, 11 + "min": 14.7, 12 12 "max": 17.3, 13 - "minTime": "2025-11-02T15:06:36.784Z", 13 + "minTime": "2025-11-02T15:11:36.657Z", 14 14 "maxTime": "2025-11-02T13:19:45.681Z" 15 15 }, 16 16 "temp_and_humidity_ch1": { ··· 20 20 "maxTime": "2025-11-02T13:28:28.497Z" 21 21 }, 22 22 "temp_and_humidity_ch2": { 23 - "min": 20.6, 23 + "min": 20.5, 24 24 "max": 20.8, 25 - "minTime": "2025-11-02T13:43:27.628Z", 25 + "minTime": "2025-11-02T15:11:36.657Z", 26 26 "maxTime": "2025-11-02T14:21:49.969Z" 27 27 }, 28 28 "temp_and_humidity_ch3": {