Skip to content

Latest commit

 

History

History
30 lines (30 loc) · 459 Bytes

ClockWrappingExampleConfiguration.md

File metadata and controls

30 lines (30 loc) · 459 Bytes
	modules: [
		...
		{
			module: "MMM-Zmanim",
			position: "top_center",
			config: {
				displayedFields: {}
			}
		},
		{
			module: "clock",
			position: "top_center"
		},
		{
			module: "MMM-Zmanim",
			position: "top_center",
			config: {
				showsHebrewDate: false,
				showsParsha: false,
				showsDaf: false,
				showsDayOfOmer: false,
				showsSpecialShabbos: false,
				showsYomTov: false,
				alwaysShowDividerLine: true
			}
		},
		...
	]