MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. panda974
    MagicMirror² v2.20.0 is available! For more information about this release, check out this topic.
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 5
    • Best 0
    • Controversial 0
    • Groups 0

    panda974

    @panda974

    0
    Reputation
    6
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    panda974 Unfollow Follow

    Latest posts made by panda974

    • Custom Symbol for default calendar

      Hello,

      is it possible to have custom symbol according to the content in title ?

      for example :
      appointment : checkbox
      birthday : birthday cake
      holidays : something else

      thks

      posted in Custom CSS
      P
      panda974
    • RE: Copy of calendar

      i found the module MMM-Mycalendar wich is a copy of the default calendar

      I will try to do a copy of this and find a way to do my specific-calendar

      thks

      posted in Development
      P
      panda974
    • RE: Copy of calendar

      @sdetweil i did.

      with npm run start dev : no error but I have always a loading message for the specific calendar with all the same option as the default

      posted in Development
      P
      panda974
    • RE: Copy of calendar

      @sdetweil but I succed to do it with the default.

      that I tried to do is to copy the default module, rename it and use two modules “default calendar” and “specific calendar” with a filter for include only not exclude.

      but the copy dosn’t work and I don’t know how to do it

      posted in Development
      P
      panda974
    • Copy of calendar

      Hi,

      i tried with the default calendar to show only birthday events. we can filter “birthday” but not only show birthday.

      i succed to do it by modifying the file"calendarfetcher.js", row 436 : initial “return title.includes(filter);” to “return !title.includes(filter);”

      i tried to do a copy of the default module calendar to create a specific-calendar module but this is not working : always a loading message for the copy.

      I wanted a copy because I want a specific module only showing birthday and in the default calendar not showing birthday

      or maybe it is possible to show only birthday with the default module ?

      posted in Development
      P
      panda974