MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. kpl4184
    K
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 4
    • Best 0
    • Controversial 0
    • Groups 0

    kpl4184

    @kpl4184

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

    kpl4184 Unfollow Follow

    Latest posts made by kpl4184

    • RE: Factory Reset button

      OK, thanks. I’ll give it a go. Stay tuned.

      posted in Troubleshooting
      K
      kpl4184
    • RE: Factory Reset button

      Currently have a Magic Mirror running with basic modules. Still tinkering with fonts and layouts. Because it is installed in a frame on the wall. The factory reset button would allow for me to easily start over from were I left off. Instead of a complete de-install if a crash happens during configuration modifications. As a fell safe, if you will. It sounded like a good idea at the time.

      posted in Troubleshooting
      K
      kpl4184
    • Factory Reset button

      Magic Mirror beginner here, has anyone tried to install a factory reset button externally using the GPIO pins? Any idea how to do this? Is there a module that would work for this application? Any input would be appreciated.

      posted in Troubleshooting
      K
      kpl4184
    • How to show city title above clock display in default clock module?

      clock_screenshot.16de47d9.png

      Replace the Day and Date with the City Title { “New-York”, }

      modules: [
        {
          module: "clock",
          position: "top_left", // This can be any of the regions.
          config: {
            // The config property is optional.
            // See 'Configuration options' for more information.
          },
        },
      ];
      
      posted in Tutorials
      K
      kpl4184