mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Correct error in custom.js in calendar tests
This commit is contained in:
parent
d8f19e631c
commit
e0ceed5a63
@ -20,13 +20,13 @@ let config = {
|
||||
module: "calendar",
|
||||
position: "bottom_bar",
|
||||
config: {
|
||||
maximumEntries: 4,
|
||||
maximumNumberOfDays: 10000,
|
||||
calendars: [
|
||||
{
|
||||
symbol: "birthday-cake",
|
||||
fullDaySymbol: "calendar-day",
|
||||
recurringSymbol: "undo",
|
||||
maximumEntries: 4,
|
||||
maximumNumberOfDays: 10000,
|
||||
url: "http://localhost:8080/tests/configs/data/calendar_test_icons.ics"
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user