13-07-2018, 16:41
Hi,
As much as I know there is no need to have an WU API key to upload data from a weather station to Wunderground.
Just go to Wunderground.com and register a new PWS station. Then on Credentials.h put your registration data here:
Please note that WU Station Key is not the same thing than the WU API Key
As much as I know there is no need to have an WU API key to upload data from a weather station to Wunderground.
Just go to Wunderground.com and register a new PWS station. Then on Credentials.h put your registration data here:
Code:
// --------------------------------------------------------------------------------------
// WU Credentials
// --------------------------------------------------------------------------------------
#define WUNDERGROUND_STATION_ID "xxxxxxxx" // your WU Station ID
#define WUNDERGROUND_PWD "xxxxxxxx" // your WU Station Key or passwordPlease note that WU Station Key is not the same thing than the WU API Key

