From 1293e3215708cbc2fc283ddfe6bde84b1fd63af2 Mon Sep 17 00:00:00 2001 From: Alex Iribarren Date: Sat, 8 Nov 2025 18:07:18 +0100 Subject: [PATCH] Change 'BirdWeather ID' to 'BirdWeather Token' (#508) BirdWeather calls these tokens now, not IDs, so this field is confusing (see https://github.com/mcguirepr89/BirdNET-Pi/discussions/1209#discussioncomment-9572485). I didn't want to go so far as to change the environment variable etc., as that would break all existing installations if not done very carefully. --- scripts/config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/config.php b/scripts/config.php index 12cb826..3798c83 100644 --- a/scripts/config.php +++ b/scripts/config.php @@ -432,17 +432,17 @@ function runProcess() {

BirdWeather

- +

BirdWeather.com is a weather map for bird sounds. Stations around the world supply audio and video streams to BirdWeather where they are then analyzed by BirdNET and compared to eBird Grid data. BirdWeather catalogues the bird audio and spectrogram visualizations so that you can listen to, view, and read about birds throughout the world.

- To request a BirdWeather ID, You'll first need to create an account - https://app.birdweather.com/
+ To request a BirdWeather Token, You'll first need to create an account - https://app.birdweather.com/
Once that's done - you can go to - https://app.birdweather.com/account/stations
Make sure that the Latitude and Longitude match what is in your BirdNET-Pi configuration.

-

NOTE - by using your BirdWeather ID - you are consenting to sharing your soundscapes and detections with BirdWeather

+
NOTE - by using your BirdWeather Token - you are consenting to sharing your soundscapes and detections with BirdWeather


Notifications