New Weather Widget - sunset/sunrise custom not working

Describe the bug
With the new Weather Widget powered by Dark Sky, there is a description of fields for the alternate display. In trying to create a custom display, I found the {sunriseTime} & {sunsetTime} don't get substituted with their values, rather appear exactly as entered. All the other fields get substituted as expected.

I'm also puzzled why there is an apparentTemperatureLow but not a temperatureLow presented, while both are there for high (and I think Dark Sky's API should be reporting both. back).

Device information:

  • Type of Mac: MBP 15" TB
  • macOS version: 10.12.6
  • BetterTouchTool version: 2.225 (932)

Hi,
I have the same issue.

Device information:

  • Type of Mac: MacBookPro 2018 15"
  • macOS version: 10.14.2 (18C54)
  • BetterTouchTool version: 2.661

This seems to work fine here, if you still encounter this issue, please post a screenshot of the widget configuration!

Optional Display Format = "{icon}{temp} L:{temperatureLow} H:{apparentTemperatureHigh} {sunriseTime} {sunsetTime} {windSpeed}"

{sunriseTime} and {sunsetTime} do no resolve.

ah I think you may need to select not "show current weather" but "show today's weather".
The current api doesn't include the sunrise and sunset time.

thanks, that worked.