Hi,
I installed this worklfow version 1.1.0 (https://github.com/jason0x43/alfred-weather/releases/tag/1.1.0) on my Alfred 3.3.1 and after configuring it using WTO, I get error message "Error: invalid character...g for beginning of value" when I use WTR or WTD. Below is code from /Users/<me>/Library/Application Support/Alfred 3/Workflow Data/com.jason0x43.alfred-weather/config.json:
{
"Service": "Weather Underground",
"DarkSkyKey": "",
"WeatherUndergroundKey": "<my key>",
"Icons": "grzanka",
"DateFormat": "1/2/2006",
"TimeFormat": "15:04",
"Location": {
"Latitude": 34.0522342,
"Longitude": -118.2436849,
"Timezone": "",
"ShortName": "Los Angeles, CA, USA",
"Name": "Los Angeles, CA, USA"
},
"Units": "US"
}