forked from mendhak/waveshare-epaper-display
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Guide for severe weather warning in README
- Loading branch information
Showing
3 changed files
with
31 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -139,6 +139,23 @@ As needed, change the temperature format (CELSIUS or FAHRENHEIT). | |
export WEATHER_LONGITUDE=0.1963 | ||
export WEATHER_FORMAT=CELSIUS | ||
|
||
## Pick a severe weather warning provider | ||
|
||
### Met Office (UK) | ||
|
||
Go to the [Met Office RSS Feeds page](https://www.metoffice.gov.uk/weather/guides/rss) and pick the RSS feed based on your region. | ||
Set its value in the `env.sh` as `ALERT_METOFFICE_FEED_URL`. For example, London would be: | ||
|
||
export ALERT_METOFFICE_FEED_URL=https://www.metoffice.gov.uk/public/data/PWSCache/WarningsRSS/Region/se | ||
|
||
### Weather.gov (US) | ||
|
||
Weather.gov requires you to [identify your application](https://www.weather.gov/documentation/services-web-api). This can be any made up string, or an email address. | ||
|
||
export [email protected] | ||
|
||
This provider will use the same latitude and longitude as specified for the weather provider. | ||
|
||
|
||
## Pick a Calendar provider | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters