• 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 customEvents not working

Scheduled Pinned Locked Moved Unsolved Troubleshooting
22 Posts 2 Posters 2.0k 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 Offline
    sdetweil @pauabaer
    last edited by sdetweil May 25, 2025, 11:57 AM May 25, 2025, 11:56 AM

    @pauabaer logevel is above the modules list
    its not a module setting

    IMG_1297.png

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    P 1 Reply Last reply May 25, 2025, 12:09 PM Reply Quote 0
    • P Offline
      pauabaer @sdetweil
      last edited by May 25, 2025, 12:09 PM

      @sdetweil
      Meanwhile I found the right place. Sorry for this.
      In the pic below you can see the entry.

      IMG_2565.png

      Does help you?

      1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil
        last edited by May 25, 2025, 1:03 PM

        your search regex is wrong,

        ^(.+) (\\d{4}) Geburtstag$
        

        its captures EVERYTHING from the start… and there is nothing left for the remainder of the expression

        you need to capture any character UP to the 1st space,

        ^([^\s]+) (\d{4}) Gerburstag$
        

        I use https://regex101.com/ to test (see below)

        escape the backslash as required

        Screenshot at 2025-05-25 08-02-23.png

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        P 1 Reply Last reply May 25, 2025, 1:38 PM Reply Quote 0
        • P Offline
          pauabaer @sdetweil
          last edited by May 25, 2025, 1:38 PM

          @sdetweil
          Ok. Within the regex101 there is no mistake. But when I change within the config nothing happens again.

          IMG_2567.png

          S 1 Reply Last reply May 25, 2025, 1:41 PM Reply Quote 0
          • S Offline
            sdetweil @pauabaer
            last edited by sdetweil May 25, 2025, 1:42 PM May 25, 2025, 1:41 PM

            @pauabaer you needed to escape the \ with another backslash
            in the string… its a javascript thing

            as I noted in my prior post
            also remove the leading /

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            P 1 Reply Last reply May 25, 2025, 3:08 PM Reply Quote 0
            • P Offline
              pauabaer @sdetweil
              last edited by May 25, 2025, 3:08 PM

              @sdetweil
              I did. But…

              IMG_2569.png

              I got the feeling i am not far away from the solution. Have still patient to bring me to that point? :)

              S P 2 Replies Last reply May 25, 2025, 3:19 PM Reply Quote 0
              • S Offline
                sdetweil @pauabaer
                last edited by May 25, 2025, 3:19 PM

                @pauabaer do you still see the same error in the dev console?

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • P Offline
                  pauabaer @pauabaer
                  last edited by May 25, 2025, 3:53 PM

                  IMG_2570.png

                  P 1 Reply Last reply May 25, 2025, 4:03 PM Reply Quote 0
                  • P Offline
                    pauabaer @pauabaer
                    last edited by May 25, 2025, 4:03 PM

                    It’s not the error I saw before.

                    S 1 Reply Last reply May 25, 2025, 4:32 PM Reply Quote 0
                    • S Offline
                      sdetweil @pauabaer
                      last edited by May 25, 2025, 4:32 PM

                      @pauabaer ok, i am at grandson baseball for a while

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      P 1 Reply Last reply May 25, 2025, 4:39 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 2 / 3
                      2 / 3
                      • First post
                        17/22
                        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