By Bjorn Puls · · 4 min read

Free Schumann Resonance Widget — embed live 7.83 Hz on your site

Drop a live Schumann Resonance spectrogram, Kp-Index, solar X-ray class and the day's top community-reported symptoms on any website with one line of HTML. Free, no API key, auto-refreshes every 60 seconds.

Free Schumann Resonance Widget — embed live 7.83 Hz on your site

We just shipped a free embeddable widget so any website can show a live Schumann Resonance spectrogram, Kp-Index, solar X-ray class, our daily Cosmic Energy Score and the top three community-reported symptoms — all in a compact iframe that fits comfortably in any sidebar or article.

If you write about Earth-frequency, geomagnetic storms, EMF-sensitivity, meditation, biohacking or ascension symptoms, this gives your readers live context for whatever you’re publishing — without you having to wire up NOAA APIs yourself.

Demo: Live widget preview here

The 30-second install

Paste this anywhere on your site:

<iframe
  src="https://schumannresonance.today/embed/spectrogram"
  width="100%"
  height="400"
  style="border:0; border-radius:12px; max-width:520px;"
  title="Live Schumann Resonance"
  loading="lazy"></iframe>

That’s the whole integration. The widget:

  • Mirrors the live Tomsk State University SOSRFF spectrogram, refreshed every minute.
  • Pulls the current NOAA Kp-Index, G-class storm label and X-ray flux class.
  • Computes a 0–100 Cosmic Energy Score from Kp + solar activity.
  • Shows the top three community-reported symptoms in the last 24 hours.
  • Re-stamps its own “Updated HH:MM UTC” timestamp every minute.

Light theme

<iframe
  src="https://schumannresonance.today/embed/spectrogram?theme=light"
  width="100%"
  height="400"
  style="border:0; border-radius:12px; max-width:520px;"
  loading="lazy"></iframe>

Compact mode (no Kp strip)

<iframe
  src="https://schumannresonance.today/embed/spectrogram?kp=0"
  width="100%"
  height="320"
  style="border:0; border-radius:12px; max-width:520px;"
  loading="lazy"></iframe>

What’s inside

ElementSourceUpdate cadence
Spectrogram imageTomsk State University SOSRFF observatory (mirrored)every 60 seconds
Kp-Index + G-class labelNOAA SWPC planetary K-index public APIevery 5 minutes
Solar X-ray class (B / C / M / X)NOAA GOES primary X-ray feedevery 5 minutes
Cosmic Energy Score (0–100)Composite of Kp + flux, computed client-sidewith each Kp/flux update
Top 3 community symptomsschumannresonance.today voting data (last 24h)every 5 minutes
”Updated HH:MM UTC” stampLocal widget refresh timeevery minute

Nothing is rendered server-side from a session — the widget is fully iframe-isolated, doesn’t read cookies and doesn’t write to your visitors’ storage. The only external requests it makes are to NOAA’s public CORS-enabled APIs and to a single cached pulse endpoint on our side.

Six places this fits well

  1. Meditation and breathwork pages — let practitioners see whether the planetary field is quiet or stormed before they sit down.
  2. EMF-sensitivity / EHS articles — give readers a live reference point for what they’re feeling, rather than abstract talk.
  3. Astrology and ascension columns — pair your editorial framing with hard physics data for credibility.
  4. Biohacker dashboards — fits alongside HRV, glucose and sleep widgets.
  5. Weather sites — pair planetary K with terrestrial weather for the full picture.
  6. Sleep-tracking blogs — readers who wake at 3am during high-Kp nights finally have a data line to look at.

What the widget never does

  • It doesn’t run trackers, cookies or fingerprinting.
  • It doesn’t gate anything behind a signup.
  • It doesn’t change your site’s CSP except as required for the iframe itself.
  • It doesn’t slow your page — it’s lazy-loaded by default, the JS inside is under 5 KB, and the data endpoints are cached at the CDN.

Attribution

The widget includes a small “Powered by schumannresonance.today” link at the bottom. Please leave that intact — it’s how the project sustains itself without ads. If you want a fully white-labeled version for a high-traffic site, email us and we can talk.

Coming soon

  • WordPress plugin (one-click install).
  • Larger 24-hour panel widget with multi-station comparison.
  • Forecast strip (next 3-day Kp prediction from NOAA’s geomagnetic forecast).

If you ship the widget, drop us a line — embeds from real publishers get prioritised on widget upgrades and a mention on the Supporters page.

See the widget live

← Back to all articles Today's reading →