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

    Posts

    Recent Best Controversial
    • RE: MMM-CalendarExt3 no Entries since last update

      @Andreas1956
      ok, got it. i removed the square bracket from the symbol property like - symbol: “trash” ans everything works fine.
      Screenshot is from your github Page

      calextsymbol.jpg

      posted in Troubleshooting
      A
      Andreas1956
    • RE: MMM-CalendarExt3 no Entries since last update

      @MMRIZE said in MMM-CalendarExt3 no Entries since last update:

      @Andreas1956
      You are clicking the day cell, not event.

      ok, found the event cells now.
      think the problem comes from the font-awesome symbols. i removed the symbol property from all 5 calendar entries, then everything was ok but no symbols (only the standard calendar symbol)
      then i added symbol:[“trash”] to the calendar garbage again - title disappeared again.

      IMG_3726.jpg

      posted in Troubleshooting
      A
      Andreas1956
    • RE: MMM-CalendarExt3 no Entries since last update

      @sdetweil
      Yes, but this Screenshot is shrinkt, cause of the debug window on the right side.
      And until last update begin of the week, everything was ok. I didnd change anything on my config files since months.

      posted in Troubleshooting
      A
      Andreas1956
    • RE: MMM-CalendarExt3 no Entries since last update

      @MMRIZE
      I would, but there is no event cell under the day … i think this is the Problem

      posted in Troubleshooting
      A
      Andreas1956
    • RE: MMM-CalendarExt3 no Entries since last update

      @MMRIZE
      Thanks, a lot of Information event =true on 19th but nothing like title
      I will check for warnings or errors tomorrow
      IMG_3767.jpeg

      posted in Troubleshooting
      A
      Andreas1956
    • RE: MMM-CalendarExt3 no Entries since last update

      @MMRIZE
      ok, thanks
      if i have an updatenotification, i do it same or next day
      now

      • did Points 1.-3.,
      • changed .cx2 to .cx3 in css
      • updated magicmirror too
      • startet all new
      • checked my google calendars - everything ok. on iPhone and iPad
      • tried to remove the color property from one calendar entry

      what i forgot to say, it’s running under windows11 (but since end of March 2023 without any problems)

      Same as in screenshot, no text, only colored blocks for appointments

      posted in Troubleshooting
      A
      Andreas1956
    • RE: MMM-CalendarExt3 no Entries since last update

      @MMRIZE said in MMM-CalendarExt3 no Entries since last update:

      @Andreas1956
      Share me the config and custom.css.
      custom.css all lines

      body {
      	/* margin: 60px;*/
      	margin: 20px;
      	position: absolute;
      	/*height: calc(100%-120px);
      	width: calc(100%-120px);*/
      	height: calc(100%-60px);
      	width: calc(100%-60px);
      }
      
      .CX2 .luett {
      	background-color: #FF4500;
      	color: #FFFFFF;
      }
      .CX2 .luett.fullday {
      	background-color: #FF4500;
      	color: #FFFFFF;
      }
      .CX2 .mueller {
      	background-color: #7CFC00;
      	color: #000000;
      }
      .CX2 .mueller.fullday {
      	background-color: #7CFC00;
      	color: #000000;
      }
      .MMM-Fuel .xsmall {
        font-size: 10px;
        line-height: 15px;
      }
      
      .MMM-Fuel .small {
        font-size: 15px;
        line-height: 20px;
      }
      
      .MMM-Fuel .medium {
        font-size: 25px;
        line-height: 30px;
      }
      
      .MMM-Fuel .large {
        font-size: 55px;
        line-height: 55px;
      }
      
      .MMM-Fuel .xlarge {
        font-size: 65px;
        line-height: 65px;
      }
      .MMM-RTSPStream .innerWrapper {
        position: relative;
        width: 352px; /* Video width + 2*border + 2*padding */
        height: 242px;
        border: 0px solid white;
      }
      

      config.js only lines of calendar module

      		{
      			module: "calendar",
      			// position: "top_left",
      			config: {
      				maximumEntries: 100,
      				fetchInterval:600000,
      				broadcastPastEvents: true,
      				calendars: [
      				{
      					name: "Luett",
      					//className: "luett",
      					url: "https://calendar.google.com/calendar/ical/TOPSECRET/basic.ics",	
      					color: "red",
      					//calendarSeq: 1,
      					symbol: ["house"]
      				},
      				{
      					name: "Mueller",
      					//className: "mueller", 
      					url: "https://calendar.google.com/calendar/ical/TOPSECRET/basic.ics",	
      					color: "green",
      					//calendarSeq: 2,
      					symbol: ["bed"]
      				},
      			
      				{
      					name: "Termine",
      					url: "https://calendar.google.com/calendar/ical/TOPSECRET/basic.ics",
      					color: "blue",
      					//calendarSeq: 3,
      					symbol: ["clock"]					
      				},
      				{
      					name: "Garbage",
      					url: "https://calendar.google.com/calendar/ical/TOPSECRET/basic.ics",	
      					color: "grey",
      					//calendarSeq: 4,
      					symbol: ["trash-alt"]
      				},
      				{
      					name: "Gezeiten",
      					url: "https://calendar.google.com/calendar/ical/TOPSECRET/basic.ics",
      					//color: "blue",
      					//calendarSeq: 5,
      					symbol: ["water"]
      					
      				},
      				{
      					name: "Feiertage",
      					url: "https://calendar.google.com/calendar/ical/TOPSECRET/basic.ics",
      					color: "brown",
      					symbol: ["tree"]
      				},
      						]
      			}
      		},
      
      {
      			module: "MMM-CalendarExt3",
      			position: "middle_center",
      			title: "",
      			config: {
      				mode: "week",
      				weekIndex: 0,
      				weeksInView: 4,
      				instanceId: "basicCalendar",
      				locale: 'de-DE',
      				//useSymbol: false,
      				maxEventLines: 4,
      				firstDayOfWeek:1,
      				//CalendarSet: ["Luett", "Mueller", "Termine", "Garbage", "Gezeiten", "Feiertage" ],
      				CalendarSet: [],
      			}
      		},
      {
      
      posted in Troubleshooting
      A
      Andreas1956
    • RE: MMM-CalendarExt3 no Entries since last update

      @sdetweil
      yes i did, no errors

      posted in Troubleshooting
      A
      Andreas1956
    • MMM-CalendarExt3 no Entries since last update

      Hi together,
      since this afternoon, after updated Calendar and MM, Calendar looks like this no text in the colored appointments.
      Any idea? thanks
      IIMG_3716.JPG

      posted in Troubleshooting
      A
      Andreas1956
    • RE: v2.29.0 weather module issue

      @MarcLandis
      i only added

      apiVersion: “2.5”,

      to my config, now its all fine again.

      posted in Bug Hunt
      A
      Andreas1956
    • 1 / 1