Metric values in weather pack (formula syntax)

Dear Coda enthusiasts,

Just some more detailed explanation for the weather pack, especially for the ones between us using the Metric measurements system. :bulb:


FORMULAS:

Current weather => Weather::Current([Write a Place],isMetric: True())
Image => Weather::Current([Write a Place], isMetric: True()).Image
Temperature => Weather::Current([Write a Place], isMetric: True()).Temperature + " °C"

All options are available after “@”, like in the screenshot below:

with + " °C" you can add behind the temperature symbol and because isMetric: True() we will use the Celsius symbol.

Your feedback, tips and tricks are mostly welcome

Kind regards,
Jean Pierre

4 Likes

This is awesome and very helpful JP :clap:t4:

1 Like