MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Selph
    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 0
    • Posts 2
    • Groups 0

    Selph

    @Selph

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

    Selph Unfollow Follow

    Latest posts made by Selph

    • RE: MMM-CalendarExt3

      Well that is indeed unfortunate. Thanks for the info, I appreciate it. I guess I’ll try to hardcode the translation values into CalendarExt3.js for now.

      posted in Utilities
      S
      Selph
    • RE: MMM-CalendarExt3

      I’m having trouble with setting my locale.

      My setup is simple enough and when I try to set the locale to “de-DE” it works but when I try to set it to Icelandic it just defaults to English.

      {
              module: "MMM-CalendarExt3",
      	position: "bottom_center",
      	config: {
      		locale: "is-IS"
      	}
      },
      

      My config.locale is set to "is-IS" and my config.language is set to "is". For the clock module this seems to work.

      Any ideas? The is.json in the translation folder is in order and it is also included in the translations.js.

      I encounter the same problem in the Agenda version of the calendar.

      posted in Utilities
      S
      Selph