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: [Remote-Control] Shutdown, Configure and Update your MagicMirror

      New version, please let me know if you find any bugs:

      [1.0.0] - 2016-10-24

      Added

      • Changelog
      • New buttons in user interface
        • Hide/show all modules
        • Link to MagicMirror² homepage
        • Option to adapt brightness (making the mirror brighter than 100% can be limited to certain modules)
      • Contributing hints
      • Internal versioning of saved config (current version: 1)
      • Added action MODULE_DATA to return module data in JSON format

      Changed

      • Internal timeout for commands increased from 5 to 8 seconds
      • Symbols for display on and off
      • Internal changes in preparation for Magic Mirror version 2.1.0
      posted in System
      J
      Jopyth
    • RE: The oldest to make a Magic Mirror?

      I think @Mykle1 has too much of a head start here. We can’t catch up with him. :)

      posted in General Discussion
      J
      Jopyth
    • [MMM-Buttons] Connect multiple buttons to send configurable notifications

      Description:

      This is a module for Magic Mirror² to act based on button presses via GPIO.
      It is basically a generalized version of the Button module, original idea comes from @PtrBld.
      It is capable of connecting multiple buttons at once, which can be individually configured.
      However it only sends out notifications to other modules.

      For example this can be used to send notifications to the following modules:

      • Remote Control
      • Profile Switcher

      Download:

      [card:Jopyth/MMM-Buttons]

      FAQ

      Error on npm install: An unhandled error occurred inside electron-rebuild. Unable to find electron-prebuilt’s version number, either install it or specify an explicit version

      Possible Solution: Upgrade your MagicMirror 2.1.0 or higher.

      Changelog

      [1.0.0] - 2017-01-28

      Initial release of the Buttons module.

      posted in System
      J
      Jopyth
    • RE: Share your config.js right here....

      I think the general discussion forum is the best, until we create a “Show your configuration” section (we can move the topics later). Or if you bundle it with showing your mirror, you can do it in the showcase thread. But topics solely focused on sharing configuration should not be here.

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

      @pedroken I think you almost got it, just use module instead of identifier:
      payload: {"action": "HIDE", "module": "module_2_clock"}

      posted in System
      J
      Jopyth
    • RE: !Update available for MMM-WunderGround module.

      @Renfield If you would like to disable all update notifications you can do as @cowboysdude has written (remove the updatenotification module).

      Alternatively (edit: if you only want to disable update notifications for the WunderGround module):
      Go to ~/MagicMirror/module/MMM-WunderGround and remove the git remote with the command git remote remove origin. If at any point you want to enable updates, or git pull command again, you can add the remote back with git remote add origin https://github.com/RedNax67/MMM-WunderGround.git.

      Source for the module: https://github.com/MichMich/MagicMirror/tree/master/modules/default/updatenotification

      posted in Troubleshooting
      J
      Jopyth
    • MMM-Advent - Advent Candle

      Description:

      This module for the MagicMirror shows a candle, which burns turn towards a specified date (e.g. as an advent candle).

      Screenshot:

      Three example candles

      Download:

      [card:Jopyth/MMM-Advent]


      [1.0.2] - 2016-12-04

      Changed

      • Configuration options:
        • start and end can be an array of timestamps now
        • if they are, multiple candles are created side by side, one for each element in both arrays (length of both arrays should match)
        • Example for four red candles, lightning up at each advent sunday (disable animation with enableAnimation: false, if the flicker does not look nice):
          {
              module: "MMM-Advent",
              position: "bottom_center",
              config: {
                  marks: 0,
                  candleColor: "#EE1111",
                  start: ["2016-11-27 14:00:00", "2016-12-04 14:00:00", "2016-12-11 14:00:00", "2016-12-18 14:00:00"],
                  end: ["2016-12-24 22:00:00", "2016-12-24 22:00:00", "2016-12-24 22:00:00", "2016-12-24 22:00:00"]
              }
          },
      

      [1.0.1] - 2016-11-22

      Added

      • Configuration options:
        • enableAnimation - set to false to disable flame animation, default is true
        • fontCSS - link to a custom font stylesheet, default is https://fonts.googleapis.com/css?family=Dosis
        • fontColor - the color of the marks on the candle, default is #000000 (black)
        • candleColor - the color of the candle, default is #FFFFFF (white)
        • font - the font used (probably depends on the fontCSS option, default is 'Dosis', sans-serif

      Changed

      • Value are applied through a css stylesheet
      • Default font is a bold version of Dosis
      • Default candle height is 425

      Fixed

      • If flame is shown before the start time, it does no longer hover way above the candle

      Removed

      • Loading of pumpkin font

      [1.0.0] - 2016-11-20

      Initial release of the Advent module.

      posted in Fun & Games advent candle module
      J
      Jopyth
    • RE: Mobile app (bachelor thesis)

      Same here, good luck with the topic. If I were you, I would maybe include my Remote Control in the related work section of your thesis (unfortunately no scientific articles to cite there).

      Also will you publish the results of the poll?

      posted in Development
      J
      Jopyth
    • RE: Further module categories...

      @yawns Actually I was talking about modules for configuration purposes (Mobile App, Admin Interface, …), but maybe they should just belong to the general System category.

      posted in General Discussion
      J
      Jopyth
    • RE: MMM-PIR-Sensor is turning off the screen when it detects user?

      @Mar If it is doing the reverse of what you want, swap the comparison of value == 1 and value == 0 of this section in the node_helper.js.

      posted in Troubleshooting
      J
      Jopyth
    • 1 / 1