Add option to specificy which elements to display
khughitt opened this issue · 4 comments
Greetings! Would it be possible to extend the configuration to allow for some customization of which elements should be displayed in the output?
In particular, there are a couple tweaks I would find useful:
- toggle display of 3-hr forecast
- add option to display both units (e.g. "32F (0C)")
Hey!
Those are two simple changes. I don't have much time at the moment, but I'll try to do this sometime this week.
@khughitt I haven't forgotten, I have a bigger release on the way so it's gonna take a bit more time u.u
@khughitt
All done, I invite you to take a look at the release page. With today's release, I introduced a display
field in the config file that lets you customize the output format.
In your case, it could look like this:
display = "{{ temp_icon }} {{ temp_celcius }}°C ({{ temp_fahrenheit }}°F)"
I believe we can close this issue now, but let me know if I missed something!