• 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.

Default "Calendar" module, hide for display symbol does not working

Scheduled Pinned Locked Moved Solved Troubleshooting
6 Posts 2 Posters 715 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.
  • S Away
    sdetweil @Chazzer
    last edited by Aug 25, 2023, 12:58 AM

    @Chazzer that setting is not in the calendars list, but above it.

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    1 Reply Last reply Reply Quote 0
    • C Offline
      Chazzer @Chazzer
      last edited by Aug 25, 2023, 2:28 AM

      @Chazzer where exactly please. I am newbie since 10 days.

      S C 2 Replies Last reply Aug 25, 2023, 3:18 AM Reply Quote 0
      • S Away
        sdetweil @Chazzer
        last edited by Aug 25, 2023, 3:18 AM

        @Chazzer all the settings in the calendar doc 1st part go OUTSIDE the calendars:[] list, apply to all calendars

        {
        			module: "calendar",
        			header: "US Holidays",
        			position: "top_left",
        			config: {                                 // after here
        				colored: true,
        				coloredBorder: true,
                                        displaySymbol:false, 
        				calendars: [             /// before here
        					{
        						fetchInterval: 7 * 24 * 60 * 60 * 1000,
        						symbol: "calendar-check",
        						color: 'pink',
        						url: "https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics"
        					}
        				]
        			}
        		},
        

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        C 1 Reply Last reply Aug 25, 2023, 3:35 AM Reply Quote 0
        • C Offline
          Chazzer @Chazzer
          last edited by Aug 25, 2023, 3:30 AM

          so where do i put it? Where do I have to go or where do I look it up in the documentation? Sorry

          1 Reply Last reply Reply Quote 0
          • C Offline
            Chazzer @sdetweil
            last edited by Aug 25, 2023, 3:35 AM

            @sdetweil thank now I understand where, thank you it works. U help me! :-)

            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