Skip to content

MagicMirror2 module allows you to view Hebrew calendar with your events in a monthly calendar view

License

Notifications You must be signed in to change notification settings

neshkoli/MMM-HebrewCalendar

Repository files navigation

Module: MMM-HebrewCalendar

The module allows you to view Hebrew calendar with your events in a monthly calendar view. Based on the work of kolbyjack on MMM-MonthlyCalendar Screenshot of module in use.

Installation

In your terminal, go to your MagicMirror's Module folder:

cd ~/MagicMirror/modules

Clone this repository:

git clone https://github.com/neshkoli/MMM-HebrewCalendar.git

Configure the module in your config.js file.

Note: After starting the Mirror, it will take a few seconds before events start to appear.

Using the module

To use this module, add it to the modules array in the config/config.js file:

modules: [
  {
    module: "MMM-HebrewCalendar",
    position: "bottom_bar",
    config: { // See "Configuration options" for more information.
      mode: "fourWeeks",
    }
  }
]

You will likely also want to set "broadcastPastEvents": true in your calendar module configuration so past events are still displayed.

Configuration options

The following properties can be configured:

Option Default Description
mode "currentMonth" Which type of calendar to show. Possible values are lastMonth, currentMonth, nextMonth, currentWeek, twoWeeks, threeWeeks, and fourWeeks.
displaySymbol false Whether to show symbols next to events.
firstDayOfWeek "sunday" Which day to use as the start of the week. Use "today" to always show the current day in the first column.
hideCalendars [] A list of calendar names to hide from the view.
wrapTitles true Whether to allow event titles to wrap across multiple lines or truncate them.

About

MagicMirror2 module allows you to view Hebrew calendar with your events in a monthly calendar view

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published