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

    sidestepp

    @sidestepp

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

    sidestepp Unfollow Follow

    Latest posts made by sidestepp

    • RE: How to show city title above clock display in default clock module?

      I did it with both date and city.
      {
      module: “clock”,
      position: “top_left”, // This can be any of the regions.
      config: {
      dateFormat: “dddd, LL [at New York City]”,
      showDate: true
      }
      }

      posted in Tutorials
      S
      sidestepp