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 1.3k 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.
    • C Offline
      Chazzer
      last edited by

      This post is deleted!
      S C 2 Replies Last reply Reply Quote 0
      • S Offline
        sdetweil @Chazzer
        last edited by

        @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 Reply Quote 0
        • S Offline
          sdetweil @Chazzer
          last edited by

          @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

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

            S C 2 Replies Last reply Reply Quote 0
            • S Offline
              sdetweil @Chazzer
              last edited by

              @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 Reply Quote 0
              • C Offline
                Chazzer @Chazzer
                last edited by

                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

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

                  1 Reply Last reply Reply Quote 0

                  Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                  Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                  With your input, this post could be even better 💗

                  Register Login
                  • 1 / 1
                  • First post
                    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