In Postman, you should have a button that says "code" under the save 
button. Can you copy the output of that and post it here, removing your 
appid and personal info of course?

Here is mine:
POST /data/3.0/stations?appid=myAppID HTTP/1.1
Host: api.openweathermap.org
Content-Type: application/json
Cache-Control: no-cache
Postman-Token: myPostmanToken

{
    "external_id": "myExternalID",
    "name": "SPMS Lamesa Weather Station",
    "latitude": myLatitude,
    "longitude": myLongitude,
    "altitude": 3004
}


-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to