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

    Topics

    • A

      facial recognition module

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      1
      0 Votes
      1 Posts
      1k Views
      A
      Hello, I realized that I used a different route than what “MMM-Facial- Recognition” was instructing me to get this working… Everything works at command and I get recognized. My problem is that now I have no idea how to create a module for config.js !!! Can someone help please I used this thread: https://noahingham.com/blog/facerec-python.html Thank you
    • A

      Weather Underground customize

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      4
      0 Votes
      4 Posts
      2k Views
      Mykle1M
      @amosh83 Or, what you asked for. currentweather: 1, coloricon: true, hourly: '0', fctext: '0', fcdaycount: "1", fcdaystart: "0", hourlyinterval: "1", hourlycount: "0", animationSpeed: 5000, alerttime: 10000, alerttruncatestring: "english:", roundTmpDecs: 0, UseCardinals: 1, layout: "vertical", windunits: "mph", sysstat: "0" [image: 1499818760093-we.jpg]
    • A

      Weather-underground config.js

      Watching Ignoring Scheduled Pinned Locked Moved Utilities
      3
      0 Votes
      3 Posts
      3k Views
      A
      /* Magic Mirror Config file * * By Michael Teeuw http://michaelteeuw.nl * MIT Licensed. */ var config = { port: 8080, ipWhitelist: [], // Set [] to allow all IP addresses. language: "en", timeFormat: 24, units: "metric", modules: [ { module: "MMM-WordClock", position: "top_left", config: { width: "300px", height: "300px" } }, { module: "calendar_monthly", position: "top_left", config:{ // The config property is optional // Without a config, a default month view is shown // Please see the 'Configuration Options' section for more information } }, { module: "compliments", position: "bottom_bar" }, { module: "MMM-AlexaPi", position: "lower_third", config: { // The config property is optional. // If no config is set, defualt values are used // See 'Configuration options' for more information. } }, { module: "MMM-WunderGround", position: "top_right", header: "", config: { apikey: "d2c28567ee4d5e00", pws: "pws:KPAGRATZ2", currentweather: 0, coloricon: true, hourly: "1", fcdaycount: "5", hourlyinterval: "2", hourlycount: "1", animationSpeed: 5000, alerttime: 10000, alerttruncatestring: "english:", roundTmpDecs: 0, UseCardinals: 1, windunits: "mph", sysstat: "0" } }, ] }; /*************** DO NOT EDIT THE LINE BELOW ***************/ if (typeof module !== "undefined") {module.exports = config;}
    • A

      Config.js file Syntax

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      26
      0 Votes
      26 Posts
      26k Views
      bheplerB
      @jade said in Config.js file Syntax: now I have a working mirror that sporadically gives me game of thrones quotes! My office at work is now much brighter! Well, you do until he kills off another Stark child.
    • A

      Mirror won't start...

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      6
      0 Votes
      6 Posts
      4k Views
      RamblingGeekUkR
      How did you Install MM?
    • 1 / 1