Dear Coda enthusiasts,
Just some more detailed explanation for the weather pack, especially for the ones between us using the Metric measurements system.
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