Forecast plugin tutorial

A tutorial on how to create a forecast plugin.

1 min read

To get you an idea what we'll be building in this tutorial, here is an example output:

Forecast Plugin Results

TODO

  • how to augment the "nested" context with the output context (see forecast plugin):

    new_context = { "type": "line", "timeUnit": "day", "icon": "hashtag", "title": "Daily forecast", "values": ['Lower Range', 'History', 'Forecast', 'Upper Range'], }

More tutorials