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

    Topics

    • K

      Weather modules

      Watching Ignoring Scheduled Pinned Locked Moved Requests
      22
      0 Votes
      22 Posts
      6k Views
      A
      @icemanmw This config is working for me. Can you test. Did you run npm install after git clone? { module: 'MMM-MyWeather', position: 'top_left', config: { fade: false, apikey: 'yourapikey', // private; don't share! lat: "59.613794", // Culemborg, NL ;) lon: "11.072405", // use the quotes! hourly: '1', coloricon: true, iconset: "colourful", fctext: '0', fcdaycount: "5", fcdaystart: "0", hourlyinterval: "3", hourlycount: "2", alerttime: 10000, alerttruncatestring: "english:", roundTmpDecs: 1, windunits: "kph", UseCardinals: 0, layout: "vertical", timeFormat: "HHmm", } },
    • K

      MagicMirror Authenticator

      Watching Ignoring Scheduled Pinned Locked Moved Requests
      8
      0 Votes
      8 Posts
      1k Views
      bheplerB
      Hmm. Interesting idea. Work has given me an RSA security fob which provides a 2FA code all the time. For my personal use, I use the Yubico Authenticator both on PC and mobile, but I’ve used Google’s and Microsoft’s mobile app before. There’s not really a practical difference between displaying the rolling code on a mirror and having the app taking up space on my desktop. I know nothing about how the 2FA apps are implemented so I don’t know where to begin on making a module for it. Sounds like a neat project.
    • K

      Dash - Current Petrol Levels

      Watching Ignoring Scheduled Pinned Locked Moved Requests
      3
      0 Votes
      3 Posts
      2k Views
      K
      Just found information about Dash’s public API - and a node.js example: https://github.com/Dash-Labs/chassis-examples/ I dont know how to do any of this thing unfortunately
    • 1 / 1