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.accuweather

v2.2.0

Published

Weather forecast using AccuWeather API

Readme

Logo

ioBroker.accuweather

Number of Installations Number of Installations NPM version Downloads

NPM

accuweather adapter for ioBroker

Weather forecast using AccuWeather API.

Adapter receives

  • Current Conditions (updated every hour), (24 requests)
  • 5 Days daily forecast (update daily at approximately 7am and 8pm), (2 requests)
  • and 12 hours forecast (updated every six hours at 12am, 6am, 12pm and 6pm). (4 requests)

By default, the adapter does only update outdated data when restarting. 50 requests per day are allowed, each restart would require 3 requests to update all data.

Getting started

Get API Key

To get API Key, register on https://developer.accuweather.com/ and create application in My Apps menu. Once the application is created, you will have an API key generated. For free use, it is possible to make 50 requests to API per day. It was noted that to get the API working, the following settings are preferred (please choose your country!): settings

Get Location Key

In order to get location key, go to https://www.accuweather.com/ and enter your city name, or try to enter your coordinates (latitude, longitude) as you have them, e.g., in ioBroker settings. Your location key will be the number at the end of the forecast URL.

Using in Lovelace visualization (starting version 1.1.0)

The summary channel contains a current and by-day forecast with role/types of states supported by type-detector. New feature can be used in order to show weather forecast in Lovelace UI. For better view a custom lovelace card is created - see https://github.com/algar42/IoB.lovelace.accuweather-card

Changelog

2.2.0 (2026-02-10)

  • (copilot) Adapter requires admin 7.6.17 now
  • (mcm1957) Dependencies have been updated

2.1.1 (2025-09-02)

  • (mcm1957) Dependencies have been updated

2.1.0 (2025-01-22)

  • (ticaki) Change: min. js-controller to 6.0.11
  • (ticaki) Change: Outdated data is updated at startup.
  • (ticaki) New: Photo link added in current weather
  • (ticaki) New: Metric and Imperial are available for selection - Will be taken into account with the next data update.
  • (ticaki) New: In the event of a data retrieval error, an attempt is made again after 10 minute
  • (ticaki) Remove admin option (restart blocking)
  • (ticaki) Rewritten in Typescript
  • (ticaki) For error codes from the 400 series, do not attempt any unscheduled reconnections.

2.0.1 (2025-01-18)

  • (ticaki) BREAKING: Requires Nodejs 20 or higher
  • (ticaki) BREAKING: Command states are now buttons and only respond to ack=false.
  • (ticaki) admin option: No data is updated on adapter startup (default: true).
  • (ticaki) apikey renamed and encrypted
  • (ticaki) Dependencies and eslint updated
  • (devtronic) Add nextHour.CloudCover

1.5.0 (2024-06-23)

  • (xdaamg) limit updates to once an hour, this fixes part of issue #273.
  • (mcm1957) Adapter requires js-controller >= 5 and admin >= 6 now
  • (mcm1957) Node 22 support has been added to testing
  • (mcm1957) Dependencies have been updated

License

MIT License

Copyright (c) 2024-2026 iobroker-community-adapters [email protected] Copyright (c) 2021-2023 algar42 [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.