• 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
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Symbols in Calendar?

Scheduled Pinned Locked Moved General Discussion
6 Posts 2 Posters 4.8k Views 2 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ? Offline
    A Former User @Damian
    last edited by Sep 8, 2017, 8:59 PM

    @Damian default calendar module is not able to do that. With MMM-CalendarExt, you can control most of your wish.
    For special events, you can set style by event name or description or location.

    1 Reply Last reply Reply Quote 1
    • ? Offline
      A Former User @Damian
      last edited by A Former User Sep 8, 2017, 9:02 PM Sep 8, 2017, 9:00 PM

      @Damian with default calendar, you can also do that by making another ical with your special events.

      D 1 Reply Last reply Sep 8, 2017, 9:10 PM Reply Quote 1
      • D Offline
        Damian @Guest
        last edited by Damian Sep 8, 2017, 9:12 PM Sep 8, 2017, 9:10 PM

        @Sean said in Symbols in Calendar?:

        @Damian with default calendar, you can also do that by making another ical with your special events.

        Thanks. How can I make special events in iCal with default calendar?

        MMM-CalendarExt, you can control most of your wish.
        For special events, you can set style by event name or description or location.

        If I swapped out default calendar to MMM-CalendarExt, will I still have same layout and use my iCal as it is now? as well as being able to set style as I wanted?
        I have this at prsnt

        	{
        			module: 'calendar',
        			header: 'Family Calendar',
        			position: 'top_right',
        			config: {
                                         maximumEntries: 15,
                                         maximumNumberOfDays: 365,
                                         maxTitleLength: 25,
                                         animationSpeed: 0,
                                         fadePoint: 3,
                                         timeFormat: 'absolute',
                                         urgency: 7,
                                         getRelative: 0,      
        				calendars: [
        					{
        						symbol: 'calendar-check-o ',
        						url: 'webcal://www.calendarlabs.com/templates/ical/UK-Holidays.ics'
        					},
                                                {
                                                        symbol: `calendar-check-o `,
                                                        url: "https://calendar.google.com/calendar/ical/**************************"
                                                },
                                                {
                                                        symbol: "birthday-cake",
                                                        url: "webcal://www.facebook.com/ical/b.php?uid=**********************key=**************************gmqP"
        				},
        
        

        Thank You.

        ? 1 Reply Last reply Sep 8, 2017, 10:07 PM Reply Quote 0
        • ? Offline
          A Former User @Damian
          last edited by A Former User Sep 8, 2017, 10:11 PM Sep 8, 2017, 10:07 PM

          Thanks. How can I make special events in iCal with default calendar?

          You might have already a few calendars in Google Calendar(if you use, or any other calendar like OSX Calendar or Office Calendar…). they might be home, work,…
          Like them, you can make a new calendar for your special events like My Families birthdays or Fitness schedule or any others.
          Then you can add it in default Calendar module.

          In default calendar module, you can set the color and symbol of events per calendar. So you should separate calendars for the different styles.

          If I swapped out default calendar to MMM-CalendarExt, will I still have same layout and use my iCal as it is now? as well as being able to set style as I wanted?

          It depends on what you need. Yes, you can do it. but if you want to really the same look with default calendar, you should adjust css for it by yourself. The default css and looks of MMM-CalendarExt are somewhat different with those of the default.
          Functionally, MMM-CalendarExt could be more than the default. But, the configuration of MMM-CalendarExt is more complex than the default. I’m sorry for that.
          First, you should read the manual with careful. And always, the decision is yours. :)

          [card:eouia/MMM-CalendarExt]
          Configuration
          Looks
          For other information, See the wiki pages

          1 Reply Last reply Reply Quote 1
          • D Offline
            Damian
            last edited by Sep 8, 2017, 11:18 PM

            Thanks very much for the helpfull info I will look deeper into both options and see which works better for my needs.

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            1 / 1
            • First post
              6/6
              Last post
            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