npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

iobroker.aurora-nowcast

v2.1.2

Published

Provides current (nowcast) data on aurora (northern and southern lights) activity for a given location, based on NOAA information. This is not a forecast.

Downloads

401

Readme

Logo

ioBroker.aurora-nowcast

NPM version Downloads Number of Installations Current version in stable repository

NPM

Tests: Test and Release


Aurora Nowcast adapter for ioBroker

Provides current (nowcast) data on aurora activity (northern and southern lights) for a given location, based on publicly available data from the NOAA Space Weather Prediction Center (SWPC).

Note:
This adapter provides current conditions / short-term nowcast data based on real-time measurements and model outputs.
It does not provide long-term forecasts.


Features

  • Retrieves real-time aurora activity data (NOAA OVATION model) for both northern and southern hemisphere
  • Calculates local aurora visibility likelihood for a configured location
  • Provides ioBroker states for automation, visualization and alerts
  • Optional usage of system location or manual latitude/longitude input
  • Suitable for dashboards, notifications and smart home scenarios

Configuration

You can either:

  • Use the system location configured in ioBroker, or
  • Provide manual coordinates (latitude / longitude in decimal degrees)

Manual coordinates are required if system location is disabled.

Examples:

| Location | Latitude | Longitude | |-----------------|----------|-----------| | Berlin | 52.5 | 13.4 | | Buenos Aires | -34.6 | -58.4 | | Reykjavik | 64.1 | -21.9 |

North/East values are positive, South/West values are negative.


States

The adapter creates the following states:

| State | Type | Description | |---------------------|---------|-----------------------------------------------------------------------------| | probability | number | Estimated aurora visibility probability at the configured location (%) | | observation_time | number | Time of the upstream solar wind observation used as model input (UTC, ms) | | forecast_time | number | Time for which the nowcasted geomagnetic response at Earth is calculated (UTC, ms) |

These states can be used for:

  • Notifications (e.g. push messages)
  • Dashboard visualizations
  • Automation rules (e.g. activate camera when activity is high)

Data Source

This adapter uses publicly available data provided by the:

  • NOAA Space Weather Prediction Center (SWPC)
    https://www.swpc.noaa.gov/

In particular, the OVATION aurora nowcast model and related real-time geomagnetic indices are used to estimate auroral activity for the configured location.


Disclaimer

NOAA and SWPC are not affiliated with this project.

The data used by this adapter is provided by NOAA for public use.
No guarantee is made regarding the accuracy, completeness or timeliness of the provided information.

Aurora visibility depends on multiple external factors (e.g. cloud cover, light pollution, IMF orientation) which are beyond the scope of this adapter.


Changelog

2.1.2 (2026-03-09)

  • fixed overlooked linter error regarding whitespace

2.1.1 (2026-03-09)

  • fixed a bug concerning the coordinates validation

2.1.0 (2026-03-02)

  • added internationalization (i18n)
  • further smaller adjustments to meet ioBroker standards

2.0.2 (2026-02-27)

  • fixed icon size to 512x512 (or less) for ioBroker release

2.0.1 (2026-02-27)

  • necessary adjustments for ioBroker official release

2.0.0 (2026-02-27)

  • Renamed adapter. Minor housekeeping.

1.0.0 (2026-02-26)

  • First stable release

❤️ Support

If you find ioBroker.aurora-nowcast useful and would like to support further development, you can buy me a coffee ☕🙂

Donate

Thank you for your support!


License

GNU General Public License v3.0

Copyright (c) 2026 Christian Menne

See LICENSE file for full license text.