GitHub - glanceapp/community-widgets: A collection of custom widgets for Glance made by the community (original) (raw)

GalleryContributingHow to useFAQ

A collection of custom widgets for Glance made by the
community using the custom-api and extension widgets

Custom API Widgets

Newly added

All

Extension Widgets

Warning

Extension widgets are not actively monitored by the maintainers of Glance, use them at your own risk.

How to use

For simpler widgets you can simply copy their code into your glance.yml as you would with any other widget, then add environment variables for any URL's and API keys if necessary.

For more complex widgets that span across hundreds of lines, it may be trickier to get their indentation right, so it's easier to place them in a separate yml file, configure them there, then include that file in your glance.yml like such:

widgets:

FAQ

Are the widgets maintained?

The maintainers of Glance are not responsible for the maintenance of these widgets. Instead, the author of each widget is responsible for maintaining and responding to issues and pull requests related to that widget.

What's the difference between a custom-api and an extension widget?

Custom API widgets are much easier to setup and usually only require a copy-paste into your config. Extension widgets are a bit more involved and require running a separate server or Docker container.

Are the widgets safe to use?

The custom-api widgets in this repository have been vetted by the maintainers of Glance so they are safe to use, however they may still have bugs, be visually inconsistent with the rest of Glance, or in some cases have poor performance.