-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Labels
Description
Please excuse if its a blatant obvious mistake.
I cannot get the hidden parameter to work. No matter where i put it in the config... please help
{
"units": "si",
"interval": 5,
"stations": [
{
"nameNow": "Highland Reserve",
"service": "weatherunderground",
"key": "xxxxxxxx",
"stationId": "xxxxxx",
"language": "en",
"compatibility": "home",
"conditionCategory": "simple",
"now": true,
"extraHumidity": false
}
],
"hidden": [
"CloudCover",
"WindSpeed",
"UVIndex",
"WindDirection",
"AirPressure",
"DewPoint"
],
"platform": "WeatherPlus"
}