config.bog passphrase = Niagara12345

station user credentials
SystemAdmin/Admin12345
admin/Admin12345
Graphics/Admin12345

The weather data is through the HTTP client driver using openweathermap.org APIs. If you want 
the weather data to update you need to sign up for a free account on opernweathermap.org and 
enter your own appid key under the appid template configuration property in the station.

station:|slot:/Drivers/HttpClientNetwork/openweathermap/points/WeatherStation/templateConfig/appid

Note, the current appid slot values are 'GetYourOwnAppIdFromOpenWeatherMap'.

The HTML examples utilize HTTP Client objects to send API requests to openweathermap.org and the API key
needs to be set on those components as well.

station:|slot:/Examples/Weather/CurrentWeather/parameters/appid
station:|slot:/Examples/Weather/ForecastWeather/parameters/appid

The WMATA bus and rail examples utilize APIs which require signing up for a free account to obtain
an API key.

https://www.wmata.com/about/developers/
https://developer.wmata.com/

Set your API key on these properties in the station.

station:|slot:/Examples/WMATA/BusRouteAndStops/headers/api_key
station:|slot:/Examples/WMATA/Routes/headers/api_key
station:|slot:/Examples/WMATA/LiveTrainPositions/headers/api_key
station:|slot:/Examples/WMATA/TrainPositionsStandardRoutes/headers/api_key
station:|slot:/Examples/WMATA/TrackCircuits/headers/api_key
station:|slot:/Examples/WMATA/StationInformation/headers/api_key
station:|slot:/Examples/WMATA/StationPredictions/headers/api_key
station:|slot:/Examples/WMATA/Incidents/headers/api_key
station:|slot:/Examples/WMATA/EscalatorElevator/headers/api_key