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

    Posts

    Recent Best Controversial
    • RE: Looking for beta testers for MMM-Remote-Control

      @done Kind of, yes. I think I have not fixed all mentioned errors, but hopefully the major ones. Also @Mr-Meeseeks added some new functionality (sending alerts).

      Feel free to git pull the current status and test again. :) It should no longer mess up config.js files as much, but it still could be. It is using config.js.backupX so make manual backup somewhere else.

      posted in Development
      J
      Jopyth
    • RE: MMM-Trello - Another tool for todos connected to the mirror

      An example here:

      Your card on trello.com

      Your card on the mirror

      posted in Productivity
      J
      Jopyth
    • RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror

      @in_a_days Could you check if my changes on the develop branch solve the problem?

      posted in System
      J
      Jopyth
    • RE: [MMM-Buttons] Not recognizing button presses

      @Mar Good thing you found this error. Very strange, that it did not complain on my Pi before.

      posted in Troubleshooting
      J
      Jopyth
    • RE: Send message to the Mirror

      [Advertisement for my own module incoming]: We (ab)use the Trello module for this kind of note. My girlfriend and I use one dedicated list for MagicMirror notes, and if we put cards on it they show on the mirror. Downside is you need a Trello account, upside is, it is easy to edit from phone, PC, …

      With some custom CSS styling it would look like a sticky note. :)

      posted in Requests
      J
      Jopyth
    • RE: skywriter - python to javascript

      @kclemen Are you searching for the output in your browser console? The console.log("...") command from node_helper.js is shown on the console, however console.log("...") commands of your module will appear in your developer tools console in the browser (e.g. electron).

      posted in Development
      J
      Jopyth
    • RE: [MMM-Buttons] Connect multiple buttons to send configurable notifications

      @Mar Well its not, as if it were documented anywhere in my readme. :( Should probably add this somewhere.

      How long are you pressing the button? For a very short time? Note, that if the press is longer than 500ms it will not be registered as a (short) press (it is the maxShortPressTime and can be configured).

      If this is not the case, I am sorry, but I have no real idea how to fix it, without having the same situation on my Pi.

      posted in System
      J
      Jopyth
    • RE: [MMM-PIR-Sensor] Install failing

      @fox This PR should have fixed the issue (it is merged into the master).

      Are you running MagicMirror 2.1.0? And is your PIR-Module up-to-date? Try updating both (see this and do it in both directories) to the newest version.

      posted in Troubleshooting
      J
      Jopyth
    • RE: Basic Countdown module

      @broberg But why candle-free? :( The poor candles.

      posted in Requests
      J
      Jopyth
    • RE: Request template to create new MM module

      @dz I suggest you start with copying the helloworld module. For example, if you are in the MagicMirror modules folder you copy the default/helloworld folder to myawesomemodule (out of the default folder).

      Then, in that folder you rename helloworld.js to myawesomemodule.js and change the name in line 10 in the new file also to myawesomemodule. You will also need to do these renaming steps, to change your module to a different name, so it is best if you pick a great name for what you want to do before you publish the module.

      Now add your new module to the config:

      {
          module: "myawesomemodule",
          position: "upper_third",
          classes: "large thin",
          config: {
              text: "My awesome module says: 'Hello World MagicMirror2'!"
          }
      },
      

      I hope this gets you started. Will see if I can add some more info on the node_helper.js stuff, but you may be able to figure this out yourself, by looking at other modules.

      posted in Development
      J
      Jopyth
    • 1
    • 2
    • 6
    • 7
    • 8
    • 9
    • 10
    • 8 / 10