BlueSkyBlackBird / foundryvtt-simple-calendar

A simple calendar module for the FoundryVTT system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supported Foundry Versions GitHub package.json version license GitHub Workflow Status codecov GitHub release (latest by date) forge Foundry Hub Endorsements Foundry Hub Comments

Support me on Patreon ko-fi

Logo

Simple Calendar

A simple calendar module for FoundryVTT that is game system independent.

This module allows you to create a completely customizable calendar that ties in with the Game Masters world exactly how they want it to. Notes and events can be added to the calendar to help keep track of what and when things are happening in your world.

All of this is done using a familiar calendaring view both the GM and players will enjoy!

Contents

Features

Simple Calendar has a number of features that make it a great time keeping tool for your games!

For GMs

  • Complete customization of the calendar to meet your worlds needs! Including the following functionality:
    • Set the year as well as add any prefix or postfix or a custom name for the year.
    • Define how many months in a year.
    • Set a custom name, the number of days for each month.
    • Choose if months are considered intercalary (fall outside normal months).
    • Define how many days in a week and the name of each weekday.
    • Set the number hours in a day, minutes in an hour and seconds in a minute.
    • Set up your own Leap Year rules.
    • Set up different seasons for your calendar and how they are displayed to the users.
    • Set up your own custom moons.
    • Or choose from a selection of preset calendars.
  • Set and change the current day and time as your game story progresses or have it automatically advance based on real world time and passing combat rounds.
  • Add notes to specific days on the calendar to remind yourself of events or other world related things.
    • Add custom labels to notes to help distinguish the type of note.
    • Set if the note is visible to players or just the GM.
    • Support for repeating notes! They can repeat weekly, monthly or yearly.

GM View of Calendar

For Players

  • Browse a calendar interface to see the years, months and day of the game world.
  • See the current day and time of the game world.
  • Select days to view any notes/events specific to that day.
  • If the GM allows it, the ability to add their own notes to the calendar.
  • The Ability to switch between a full and compact view of the calendar.

Player View of Calendar

Installing The Module

There are 3 ways to install the module:

Through Foundry

Foundry has a built-in directory of modules that you can install. The easiest way is to use this feature and search for "Simple Calendar" and install!

module.json

Through the same built-in module installer in foundry, you can specify the link of the module to install instead of searching the directory. To install using the module json file, use this link https://github.com/vigoren/foundryvtt-simple-calendar/releases/latest/download/module.json

Zip File

To install the most recent version of the module, view the releases section to the right of the main GitHub page. Selecting the latest release will bring you to a page where you can download the module.zip asset. This will contain everything you need to manually install the module.

Translations

Simple Calendar is available in languages other than English thanks to the following people:

Language Translator(s)
German (de) MasterZelgadis
BlueSkyBlackBird
Fallayn
Traditional Chinese (zh) benwater12
Spanish (es) areymoreno
lozalojo
Korean (ko) drdwing
Portuguese Brasil (pt-BR) castanhocorreia
Czech (cs) robertjunek
French (fr) JDR Ninja
TheBird956

If your language is missing from the list, and you would like to help translate Simple Calendar please follow these steps:

  • Fork this repository.
  • Under the src/lang folder copy the en.json file.
  • Rename that file so that it matches your languages 2 letter ISO code.
  • Go through that file and translate all the english values to your language.
  • Open the src/module.json and add your language to the list under "languages"
  • Update the ReadMe file to add your name to the table above.
  • Create a pull request back into this repository with your additions.
  • Know that your help is appreciated to bring this module to as many users as possible!

Credits

Moon Icons by Bas Milius, modified by vigorator

About

A simple calendar module for the FoundryVTT system

License:MIT License


Languages

Language:TypeScript 88.8%Language:HTML 8.8%Language:SCSS 2.4%