UNSOLVED Adding a new line on Current Weather module (the default one)
-
For the module “Weather” that is the default module, i was wondering in the files, where i can add a new line below feels like?
I play pickleball alot, and if anyone plays it, knows that the weather has a huge impact, including wind speeds. I was looking to add a new line and add a new function to say if windspeed > 10 show “Dont Play” else Play…also i would need to figure out adding Rain into the mix but that is down the line.
If this can be done for Current weather and also for hourly, that would be greatly appeciated
-
@bboromatt the new weather module uses the njk templating engine. see the njk files.
this takes data from a data structure and lays it out according to the template.