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

    pauabaer

    @pauabaer

    6
    Reputation
    1.2k
    Profile views
    78
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    pauabaer Unfollow Follow

    Best posts made by pauabaer

    • RE: MMM-GQuotes

      thanks @cowboysdude. works fine now. keep you in touch if i recognize anything.

      posted in Entertainment
      P
      pauabaer
    • RE: Introduce yourself!

      Hi guys,

      i am new to this. I am 30 years old from Berlin. it is a very cool project which all of you have created. until now i didnt build a mirror yet. currently i test the software.

      i have already opened two topics with questions to configure the mirror a little bit more personal. i hope you can help me here.

      so far, thank you all for your great work!

      pauabaer

      posted in General Discussion
      P
      pauabaer
    • RE: Quotation of the day

      of course you are right. sorry for that. thought you need some more infos before starting moduling and was waiting for a conversation. but you were faster. :)

      posted in Requests
      P
      pauabaer
    • RE: MMM-GQuotes

      @cowboysdude I love your module! :D

      Do you know at which time the quote is getting updated?

      posted in Entertainment
      P
      pauabaer
    • RE: MMM-GQuotes

      @Mykle1 said in MMM-GQuotes:

      As did I.

      Me too.

      posted in Entertainment
      P
      pauabaer
    • RE: MMM-GQuotes

      Of course, let your hobby wait. :D there are more important things to do.

      tonight i will do a gi pull and give a feedback. Thank you so far!

      posted in Entertainment
      P
      pauabaer

    Latest posts made by pauabaer

    • RE: Default calendar customEvents not working

      @sdetweil
      Ok. Let me know when you are back and can help again.
      Thanks a lot.

      posted in Troubleshooting
      P
      pauabaer
    • RE: Default calendar customEvents not working

      It’s not the error I saw before.

      posted in Troubleshooting
      P
      pauabaer
    • RE: Default calendar customEvents not working

      IMG_2570.png

      posted in Troubleshooting
      P
      pauabaer
    • RE: Default calendar customEvents not working

      @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? :)

      posted in Troubleshooting
      P
      pauabaer
    • RE: Default calendar customEvents not working

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

      IMG_2567.png

      posted in Troubleshooting
      P
      pauabaer
    • RE: Default calendar customEvents not working

      @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?

      posted in Troubleshooting
      P
      pauabaer
    • RE: Default calendar customEvents not working

      @sdetweil
      I did add the debug setting but presumably at the wrong position.
      Thought I should add it here:

      
      module: "calendar",
      header: "Familienkalender",
      position: "top_left",
                         config:{
                                loglevel: ["DEBUG"],
                                              customEvents: [
                                                      {
                                                      keyword: "Geburtstag",
                                                      symbol: "birthday-cake",
                                                      transform: {
                                                              search: "^([^\']*) \'(\\d{4})$",
                                                              replace: "$1 ($2)",
                                                              yearmatchgroup: 2
                                                              }
                                                      }
      
      
      posted in Troubleshooting
      P
      pauabaer
    • RE: Default calendar customEvents not working

      @sdetweil
      Finally I got some time to test. See the pic below:

      IMG_2563.jpeg

      I got the message that there is one entry but no title is shown. Did I do something wrong?

      posted in Troubleshooting
      P
      pauabaer
    • RE: Default calendar customEvents not working

      @sdetweil
      Thanks for helping.

      I tried to figure out. Went to the console tab and put the filter on cal.
      I get an error your yearmatch is that right? But I don’t know how to deal with it. Can you give me a hint?

      Bildschirmfoto 2025-05-17 um 15.12.20.jpeg.png

      posted in Troubleshooting
      P
      pauabaer
    • RE: Default calendar customEvents not working

      Thank you a lot @sdetweil
      Now the right symbol is shown on my screen.

      Next I tried to use the transform option:

      
                      {
                              module: "calendar",
                              header: "Familienkalender",
                              position: "top_left",
                                      config:{
                                              customEvents: [
                                                      {
                                                      keyword: "Geburtstag",
                                                      symbol: "birthday-cake",
                                                      transform: {           
                                                              search: "^(.+) (\\d{4}) Geburtstag$",           
                                                              replace: "$1 ($2)",           
                                                              yearmatchgroup: 2
                                                              }
                                                      }       
                                                              ],
                                              calendars: [
                                                      {
                                                      url: "my-url“,
                                                      symbolClass: "fas fa-fw fa-"
                                                      }
                                                        ]
                                              }
                      },
      

      But when I refresh the browser whithin the Kalender „Familienkalender“ is no entry anymore but the word „loading…“ but nothing new is shown after a while.

      What could this circumstance cause?

      posted in Troubleshooting
      P
      pauabaer