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 🙏

© 2024 – Pkg Stats / Ryan Hefner

iobroker.accuweather

v1.4.0

Published

Weather forecast using AccuWeather API

Downloads

2,248

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), 5 Days daily forecast (update once daily at approximately 7am), and 12 hours forecast (updated every six hours at 12am, 6am, 12pm and 6pm).

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

1.4.0 (2024-04-02)

  • (mcm1957) Adapter requires node.js 18 and js-controller >= 5 now
  • (mcm1957) Dependencies have been updated

1.3.2 (2023-12-04)

  • (ticaki) fixed: dependencies
  • (ticaki) fixed: error message [object Object]

1.3.1 (2023-08-15)

  • (isi07) added the Wind Direction Text und Cloud Cover
  • (bluefox) Added json config

1.2.4 (2022-02-08)

  • (algar42) Depency updates

1.2.3 (2021-12-29)

  • (algar42) HoursOfSun Parameter added to the Daily forecast

1.2.1 (2021-07-22)

  • (bluefox) Updated logo

1.2.0 (2021-07-03)

  • (Garfonso) adjust roles to properly detect weather forecast in Summary folder. (Summary objects need to be deleted and adapter restarted after that)

1.1.7 (2021-06-24)

  • (bluefox) Create device for device-detector

v1.1.6 (2021-05-05)

Minor bug fixes to Object.common section

1.1.5 (2021-01-25)

  • (algar42) Resolve log Warning for js-controller 3.2

1.1.4

  • (HGlab01) small bugfix regarding setTimeout range

1.1.3 (2020-03-04)

  • (algar42) Minor updates for compact mode

1.1.0 (2019-11-09)

  • (algar42) Summary channel added to support type-detector and automatic weather device creation

1.0.2 (2019-09-12)

  • (algar42) Production Release

License

MIT License

Copyright (c) 2024 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.