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

    sourceforge807

    @sourceforge807

    0
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    sourceforge807 Unfollow Follow

    Latest posts made by sourceforge807

    • Unfilled %s in some calendar entrys

      Hi @ all

      i used this wunderfull projekt and it is really nice.

      but at the moment i had a problem. When i used the system language “de” some calendar events show “%s”. When i switch to “en” or “fr” it shows the right number. The following pictures shows what i mean:
      de:
      de
      en:
      en
      fr:
      fr

      this is the modul config in the config file:

      		{
      			module: "calendar",
      			header: "Gesetzliche Feiertage",
      			position: "top_left",
      			config: {
      				maximumEntries : 5,
      				colored: true,
      				calendars: [
      					{
      						color: "#f0ffff",
      						symbol: "calendar-check",
      						url: "webcal://abo.kleiner-kalender.de/ical/c48-feiertage-in-deutschland.ics"
      					}
      				]
      			}
      		},
      
      

      My used system:

      Platform: Raspberry Pi 4 Model B Rev 1.1

      Node Version [ 0.12.13 or later ]: v10.19.0

      MagicMirror Version [ V1 / V2-Beta ]: 2.12.0

      NPM: 6.14.6

      posted in Bug Hunt
      S
      sourceforge807