Skip to content

Commit

Permalink
Fix Inaccurate Wunderground Sender Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
leoherzog committed Jan 16, 2025
1 parent 7d9c31d commit 7308213
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,10 @@ and periodically sends it on to

To send to [Wunderground](https://support.weather.com/s/article/PWS-Upload-Protocol):

Your Station ID and Station Keys are on [your Wunderground Stations list](https://www.wunderground.com/member/devices).
- Set `updateWunderground` to `true` on Line 42
- Set your `wundergroundAPIKey` on Line 43
- Set your `wundergroundStationID` on line 44
- Set your `wundergroundStationID` on Line 43
- Set your `wundergroundStationKey` on line 44
</details>
<details>
<summary>Windy.com</summary>
Expand Down

3 comments on commit 7308213

@NAUTICORDOBA
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hola, I try to get data from Wuderground and send to Winguru with your scrip by script.google.com but I get a error
18:49:57 Aviso Se ha iniciado la ejecución
18:50:28 Error
Problem fetching https://swd.weatherflow.com/swd/rest/observations/station/xxxxx?token=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
fetchJSON_ @ Código.gs:1332
refreshFromWeatherflow_ @ Código.gs:512
Schedule @ Código.gs:106

@leoherzog
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@NAUTICORDOBA This is not the correct place in GitHub to seek help or report issues. Also, did you change line 10 as described in the instructions?

@NAUTICORDOBA
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Muchas gracias, I get how it works, so I did some changes an I could send the first data to Windguru... Thanks Leo
I'm LEON.... from NAUTICORDOBA.
NAUTICORDOBA is a non profit organization for sailing in CORDOBA, ARGENTINA

Please sign in to comment.