MMM Remote Control Versions Save

Magic Mirror Module to shutdown or configure your mirror

v2.3.8

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Jopyth/MMM-Remote-Control/compare/v2.3.7...v2.3.8

v2.3.7

1 year ago

What's Changed

Full Changelog: https://github.com/Jopyth/MMM-Remote-Control/compare/v2.3.5...v2.3.7

v2.3.6

2 years ago

[2.3.6] - 2021-08-01

Fixed

  • API now updates the modules list

v2.3.5

2 years ago

[2.3.5] - 2021-07-08

Added

  • Simplified Chinese translation
  • 'PM2 not installed' warning

v2.3.4

3 years ago

[2.3.4] - 2021-04-21

Added

  • Now you can use MANAGE_CLASSES to use them between modules, instead of just the API

Fixed

  • Classes now detects when you're using identifiers and names in the same action (#259)

v2.3.3-fix

3 years ago

[2.3.3-fix] - 2021-04-05

Fixed

  • Thanks @khassel for the fix related with node-fetch (#258)

v2.3.3

3 years ago

[2.3.3] - 2021-04-05

Changed

  • request is deprecated inside MM package. Now using node-fetch (#257)

v2.3.2

3 years ago

[2.3.2] - 2021-02-19

Fixed

  • value now travels along with the payload when slide or input it's used on Custom Menus. (#251)

Changed

  • If you use slide or input, and you add a string payload, it'll now be available in the string object of the payload.

v2.3.1

3 years ago

[2.3.1] - 2020-12-29

Fixed

  • Find it's not defined inside some Electron instances (#242 and #235)
  • undefined modules generated by the disabled tag are now handled. (MichMich/MagicMirror#2382)

v2.3.0

3 years ago

[2.3.0] - 2020-12-23

Being the last release of the year, I hope everyone stay safe. In the next few weeks I'm gonna update and stay working inside the wiki of the module. Until then, you can see the Readme, the issues already closed, or ask a question yourself inside Issues. Keep programming :D

Added

  • Custom Shell Commands for everyone! (#159)
  • Custom Menus: User Input Field (#181) and Sliders

Fixed

  • "TV is off" now detected (#234)
  • Toggle and Status Monitor working as expected (#234)

Changed

  • Now the system used for turn on and off the screen will be vcgencmd (#227 and more)