You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optionally, the widget can filter events with a list of event ids.
Note: events retrieved in descending chronological order.
I've tested it with cronicle-edge which is a fork of cronicle, but the API is the same.
- Cronicle:
href: http://your.cronicle.host:porticon: https://cronicle.net/favicon.icositeMonitor: http://your.cronicle.host:portwidget:
type: cronicleurl: http://your.cronicle.host:portapi_key: your_cronicle_api_keylimit: 100# Optional: the number of events (default 100)eventsIds: # Optional: the list of events to filter
- emXXX
- emYYY
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey, I have created a widget for cronicle.
The Cronicle widget retrieves the total number of success, the number failed events, the last success event date and the last failed event date.
Find your API key under
Admin > API Keys tab > Add API Key... > Create Key
.Allowed fields:
["success", "failed", "lastSuccess", "lastFailed"]
.Optionally, the widget can filter events with a list of event ids.
Note: events retrieved in descending chronological order.
I've tested it with cronicle-edge which is a fork of cronicle, but the API is the same.
Check my fork if you are interested : https://github.com/paulchaum/homepage
Beta Was this translation helpful? Give feedback.
All reactions