MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Maltavius
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    M
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 3
    • Groups 0

    Maltavius

    @Maltavius

    0
    Reputation
    229
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Maltavius Unfollow Follow

    Latest posts made by Maltavius

    • MM v.2.6.0 doesn't update

      So, I got the message about a new update and when I closed down MM npm complained about being old.

      So I updated npm.

      After that I ran git pull && npm install

      Nothing happened.

      git pull gives
      Updating 6db61b4..de57daa
      

      But nothing happens.

      posted in Troubleshooting
      M
      Maltavius
    • RE: Calendar start time

      Same problem for me.

      {
      			module: "calendar",
      			header: "Kalender",
      			position: "top_left",
      			config: {
      				fetchInterval: 21600000,
      				colored: true,
      				coloredSymbolOnly: true,
      				joiningWord: "kl.",
      				getRelative: 8,
      				urgency: 7,
      				timeFormat: 'absolute',
      				//showEnd: false,
      				calendars: [
      					{
      						// Mårtens Kalender
      						color: "#6dc0ec",
      						url: "https://calendar.google.com/calendar/ical/
      					},
      					
      					{
      						// Alfred och Hjalmar bokningar
      						fullDayEventDateFormat: "DD/MM",
      						symbol: "child",
      						color: "#008000",
      						url: "https://calendar.google.com/calendar/ical/
      						
      					},
      					{
      						// Svenska helgdagar (aftnar ibland)
      						symbol: "bed",
      						color: "#772222",
      						maximumNumberOfDays: 14,
      						
      						url: "https://calendar.google.com/calendar/ical/sv.swedish%23holiday%40group.v.calendar.google.com/public/basic.ics"
      					}, 
      				]
      			}
      		},
      

      The “Sitta i Servicedesk” should be from 09:00-12:00 not from “Dec 12e” or “Today”
      0_1544571534724_6e607a04-5955-4281-97e5-5b207d964eee-image.png

      posted in Troubleshooting
      M
      Maltavius