Skip to content

Commit 2e63da0

Browse files
authored
📝 Updates widget contributing docs
1 parent bb4658e commit 2e63da0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/widgets.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1791,15 +1791,15 @@ Alternatively, for displaying simple data, you could also just use the either th
17911791

17921792
Suggestions for widget ideas are welcome. But there is no guarantee that I will build your widget idea.
17931793

1794-
You can suggest a widget [here](https://git.io/Jygo3), please star the repo before submitting a ticket.
1795-
17961794
Please only request widgets for services that:
17971795
- Have a publicly accessible API
17981796
- Are CORS and HTTPS enabled
17991797
- Are free to use, or have a free plan
18001798
- Allow for use in their Terms of Service
18011799
- Would be useful for other users
18021800

1801+
You can suggest a widget [here](https://git.io/Jygo3), please star the repo before submitting a ticket. If you are a monthly GitHub sponsor, I will happily build out a custom widget for any service that meets the above criteria, usually 2 within weeks of initial request.
1802+
18031803
For services that are not officially supported, it is likely still possible to display data using either the [iframe](#iframe-widget), [embed](#html-embedded-widget) or [API response](#api-response) widgets. For more advanced features, like charts and action buttons, you could also build your own widget, using [this tutorial](/docs/development-guides.md#building-a-widget), it's fairly straight forward, and you can use an [existing widget](https://github.com/Lissy93/dashy/tree/master/src/components/Widgets) (or [this example](https://git.io/JygKI)) as a template.
18041804

18051805
---

0 commit comments

Comments
 (0)