=== PHP Environment === PHP version: 7.3.33 allow_url_fopen: 1 curl available: yes SAPI: fpm-fcgi === Test 1: file_get_contents() === FAILED Last error: file_get_contents(https://api.open-meteo.com/v1/forecast?latitude=35.89&longitude=-119.49&current=temperature_2m): failed to open stream: HTTP request failed! HTTP/1.1 429 Too Many Requests === Test 2: cURL === SUCCESS — HTTP 429, received 86 bytes First 200 chars: {"reason":"Daily API request limit exceeded. Please try again tomorrow.","error":true}