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

gerbenz

@gerbenz

0
Reputation
3
Profile views
14
Posts
0
Followers
1
Following
Joined Jan 10, 2025, 5:23 PM
Last Online 26 days ago

gerbenz Unfollow Follow

Latest posts made by gerbenz

  • RE: Help with calendar

    @sdetweil

    yes a lot to learn.

    i have in the calendar conifg: useSymbol: false,
    butt then i gett a dott at the beginning of the event.
    is it possible to remove it?

    and i have six calendars with different collors and that works.
    but hole day events don’t color.
    They have black text with white border around it.

    i want the color that is corrosponding with the right calendar.

    alt text

    and this is my custom.css

    alt text

    posted in Show your Mirror
    G
    gerbenz
    Jan 14, 2025, 5:17 PM
  • RE: Help with calendar

    @sdetweil

    // for the position line was the solution.

    Thank u so much.

    Now only need the calendar what bigger and every schedule my wife kids and me different colors and bigger text.

    Only need to fins out how this works

    posted in Show your Mirror
    G
    gerbenz
    Jan 14, 2025, 7:38 AM
  • RE: Help with calendar

    @sdetweil

    I mean urls,

    I have in both the same urls for the calendar

    posted in Show your Mirror
    G
    gerbenz
    Jan 13, 2025, 9:07 PM
  • RE: Help with calendar

    @sdetweil

    Okay i give it a try tomorrow.

    Thanks so far for youre help.

    I lett it know if it works.
    And do i need delete the adresses from the standard calendar or not?

    posted in Show your Mirror
    G
    gerbenz
    Jan 13, 2025, 8:32 PM
  • RE: Help with calendar

    @sdetweil

    I changed nothing, only possition to unknown dor the standard calendar.

    And then the addon calendar is show no events

    posted in Show your Mirror
    G
    gerbenz
    Jan 13, 2025, 8:09 PM
  • RE: Help with calendar

    @sdetweil

    updating the screen works good.
    all calendars are working.
    butt when i hide the standard calendar then te addon calandar lost the events and is empty

    posted in Show your Mirror
    G
    gerbenz
    Jan 13, 2025, 7:51 PM
  • RE: Help with calendar

    @sdetweil

            module: "calendar",
            position: "middle_center",
            config: {
    			coloredText: true,
                broadcastPastEvents: false, // <= IMPORTANT to see past events
    			fetchInterval: 1000 * 60 * 1,
    			calendars: [
    				{
    					symbol: "werk stefnie",
    					url: "xxxxx"
                    },
    				{
                        symbol: "Stefanie",
                        url: "webcal://p181-caldav.icloud.com/published/xxxxx",
    				},
                    {
                        symbol: "Gezin",
                        url: "webcal://p181-caldav.icloud.com/published/xxxxx",
    				},
                    {
                        symbol: "Amber",
                        url: "webcal://p181-caldav.icloud.com/published/xxxx",
    				},
                    {
                        symbol: "Luna",
                        url: "webcal://p181-caldav.icloud.com/published/xxxxxx",
    				},
                    {
                        symbol: "Gerben",
                        url: "webcal://p175-caldav.icloud.com/published/xxxxx",
    				}
    
    
    
    			]
    		}
    	},
    
    posted in Show your Mirror
    G
    gerbenz
    Jan 13, 2025, 7:39 PM
  • RE: Help with calendar

    @sdetweil

    	{
    		module: "MMM-CalendarExt3",
    		header: "Afspraken",
    		position: "middle_center",
    		config: {
                mode: "week",
                weeksInView: 1,
                weekIndex: 0,
                instanceId: "basicCalendar",
                locale: 'nl-NL',
                maxEventLines: 5,
                firstDayOfWeek: 0,
    			startDayIndex: 0,
                displayEndTime: true,
    	        calendarSet: null,
                refreshInterval: 60000,
    		    fontsize: '30px',
    		    eventHeight: '30px',
    		    useWeather: false,
    		    skipPassedEventToday: true,
    
    			calendars: [
    				{
    					name: "werk stefnie",
    					color: "red",
    					url: "https://xxxx"
                    },
    				{
                        name: "Stefanie",
                        url: "webcal://p181-caldav.icloud.com/published/xxxx",
    				},
                    {
                        name: "Gezin",
                        url: "webcal://p181-caldav.icloud.com/published/xxxx",
    				},
                    {
                        name: "Amber",
                        url: "webcal://p181-caldav.icloud.com/published/xxxx",
    				},
                    {
                        name: "Luna",
                        url: "webcal://p181-caldav.icloud.com/published/xxxx",
    				},
                    {
                        name: "Gerben",
                        url: "webcal://p175-caldav.icloud.com/published/xxxx",
    				}
    
    
    
    			]
    		}
    	},
    
    posted in Show your Mirror
    G
    gerbenz
    Jan 13, 2025, 6:24 PM
  • RE: Help with calendar

    @sdetweil

    only see events when i place orriginal callendar too,

    then the addon works good.

    wierd.

    posted in Show your Mirror
    G
    gerbenz
    Jan 13, 2025, 6:18 PM
  • RE: Help with calendar

    @sdetweil

    • _fix_clipping
      master
    posted in Show your Mirror
    G
    gerbenz
    Jan 13, 2025, 5:51 PM
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy