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

    Svensson_Jesper

    @Svensson_Jesper

    0
    Reputation
    62
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Svensson_Jesper Unfollow Follow

    Latest posts made by Svensson_Jesper

    • RE: MMM-CalendarExt2: Module not showing

      I have the same problem as above post.

      This is my module config:

      {
      		  module: 'MMM-CalendarExt2',
      		position: 'top_left',
      		  config: {
      		    calendars : [
      			{
      			    name: "US holiday",
      			    icon: "noto-beach-with-umbrella",
      			    className: "holiday",
      			    url: "http://www.calendarlabs.com/templates/ical/US-Holidays.ics",
      			  },
      		    ],
      		    views: [
      		      {
      			mode: "month",
      			calendars: [],
      		      },
      		    ],
      		    scenes: [
      		      {
      			views: [],
      		      },
      		    ],
      		  },
      		},
      

      WIth this code I get the same picture as above.

      I have no problem with the standard calendar.

      posted in Troubleshooting
      S
      Svensson_Jesper