Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add openweather v3 API instructions #60

Merged
merged 2 commits into from
Aug 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Daily Forecast (max and min temperature, weather icons on the top, rain volume (

MagicMirror module for displaying weather forecasts from [OpenWeather](https://openweathermap.org/). Weather forecasts are displayed by using [Chart.js](https://www.chartjs.org/), an open-source free library for drawing charts.

This module can work with free OpenWeather API, which only requires to sign up and get an API key.
This module uses the OpenWeather API, which requires an API key. You'll need to subscribe to the [One Call API 3.0](https://openweathermap.org/price) and [limit](https://home.openweathermap.org/subscriptions) the number of calls per day to the free limit so you won't be charged. It can take up to an hour for your API key to start working.

## Installation

Expand Down