Widget Functionality

What it does

Shows space weather indicators (e.g., KP index, solar wind metrics) from Octopus or external sources configured by the backend.

GraphQL operations

  • Polling (queries): see src/graphql/polling.ts for the fields retrieved and update cadence.

What you’ll see

  • Gauges/tiles with current KP indices and related metrics; layout may vary per backend data shape.

Notes

  • If the backend proxies external APIs, ensure appropriate rate limits and caching.