EasyCountdown - Cloudbox/Community GitHub Wiki
Easy countdown
Easy countdown is an easy to setup countdown page. Can be setup as a countdown or as a timer
Setup
When initially running the tag it should ask you to review the settings.yml in community.
In there you should see:
easycountdown:
subdomain: easycountdown
title: Change me in community settings.yml
background: https://raw.githubusercontent.com/jolbol1/CloudboxRoles/main/1920x1080-black-solid-color-background.jpg
target: Sat Feb 05 2022 08:15:00 GMT+0000
subdomain
change this to the subdomain you would like to use.title
This is the title of the timer. Set this to any string you would like.background
This is the background of the webpage, set this to any direct image link you would liketarget
This is what we are counting down too. https://esqsoft.com/javascript_examples/date-to-epoch.htm can help with formatting. Put in your date, hit to epoch, then hit to date and copy the date string that appears.
If you have changed these settings, re run the tag and go to subdomain.yourdomain.com to see your countdown!