Skip to content

Commit a2d9ebf

Browse files
Merge pull request #316 from KristjanESPERANTO/release
Fix issue with bundled modules + some minor changes
2 parents 86ec40d + 98a26aa commit a2d9ebf

File tree

10 files changed

+578
-547
lines changed

10 files changed

+578
-547
lines changed

.github/ISSUE_TEMPLATE/Bug_report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body:
99
You should have the steps to being able to reproduce this bug, for us to check if it's truly a bug.
1010
1111
Also, you accept that, if this issue it's invalid in any way, will be discarded without receiving any response about it.
12-
If you're not sure if it's a bug, please [ask here](https://github.com/ezeholz/MMM-Remote-Control/discussions).
12+
If you're not sure if it's a bug, please [ask here](https://github.com/Jopyth/MMM-Remote-Control/discussions).
1313
1414
Thanks for taking the time to help Remote Control get better every day!
1515
- type: input
@@ -94,7 +94,7 @@ body:
9494
description: |
9595
Paste the log you're getting, and possibly the error.
9696
**Please, make sure that none of your personal information, such as IP or passwords are exposed.**
97-
render: shell
97+
render: Shell
9898
validations:
9999
required: true
100100
- type: textarea
@@ -107,7 +107,7 @@ body:
107107
- IPs from MM instance, or the ones that are whitelisted. Please, replace them with *** so we're totally sure that you have set them.
108108
- API keys, Tokens from different modules, URL to private calendars.
109109
- Directions or Personal data.
110-
render: javascript
110+
render: JavaScript
111111
validations:
112112
required: true
113113
- type: textarea

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Discussions
4-
url: https://github.com/ezeholz/MMM-Remote-Control/discussions
4+
url: https://github.com/Jopyth/MMM-Remote-Control/discussions
55
about: Don't know how to do it? Ask the community!

CHANGELOG.md

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](https://semver.org/).
77

8+
## [2.5.2] - 2025-01-18
9+
10+
### Fixed
11+
12+
- Fixed an issue with bundled modules (reported in #302) - the defaults of some bundled modules could not be read.
13+
- Fixed/Updated some URLs.
14+
15+
### Changed
16+
17+
- Replaced `lodash` with built-in JavaScript functions.
18+
- Format and handle some linting issues in `node_helper.js`.
19+
- Switch LICENSE file to markdown for better readability.
20+
- Update `devDependencies`.
21+
822
## [2.5.1] - 2024-12-17
923

1024
### Fixed
@@ -91,7 +105,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
91105
### Fixed
92106

93107
- `Find` it's not defined inside some Electron instances (#242 and #235)
94-
- `undefined` modules generated by the `disabled` tag are now handled. (MichMich/MagicMirror#2382)
108+
- `undefined` modules generated by the `disabled` tag are now handled. (MagicMirrorOrg/MagicMirror#2382)
95109

96110
## [2.3.0] - 2020-12-23
97111

@@ -202,7 +216,7 @@ Now requires MagicMirror² version 2.7.
202216

203217
- Path to font awesome icons
204218
- A few typos in `ca` and `es` translations
205-
- Updates to `remote.html` to support new `basePath` feature in MM `config.js`, [follow up to this MM issue](https://github.com/MichMich/MagicMirror/issues/1973), related to #185
219+
- Updates to `remote.html` to support new `basePath` feature in MM `config.js`, [follow up to this MM issue](https://github.com/MagicMirrorOrg/MagicMirror/issues/1973), related to #185
206220

207221
## [2.0.0] - 2019-02-21
208222

@@ -283,7 +297,7 @@ Huge shout out to [shbatm](https://github.com/shbatm) for his work on this new m
283297

284298
### Fixed
285299

286-
- Icon paths adapted to changes in [MagicMirror²](https://github.com/MichMich/MagicMirror) 2.1.0
300+
- Icon paths adapted to changes in [MagicMirror²](https://github.com/MagicMirrorOrg/MagicMirror) 2.1.0
287301

288302
## [1.1.2] - 2017-02-01
289303

@@ -296,15 +310,15 @@ Huge shout out to [shbatm](https://github.com/shbatm) for his work on this new m
296310
### Changed
297311

298312
- Installation process updated in [README.md](README.md#Installation)
299-
- Automatic installer/updater includes hint to restart [MagicMirror²](https://github.com/MichMich/MagicMirror)
313+
- Automatic installer/updater includes hint to restart [MagicMirror²](https://github.com/MagicMirrorOrg/MagicMirror)
300314

301315
### Fixed
302316

303317
- Issues with not applying shown and hidden status correctly to modules
304318
- Issues where lockstrings were missing
305319
- Modules sometimes did not show correctly in the UI as hidden or shown:
306-
- This is due to a bug in [MagicMirror²](https://github.com/MichMich/MagicMirror)
307-
- PR [#659](https://github.com/MichMich/MagicMirror/pull/659) to fix this was made in the project, will be released in the next version
320+
- This is due to a bug in [MagicMirror²](https://github.com/MagicMirrorOrg/MagicMirror)
321+
- PR [#659](https://github.com/MagicMirrorOrg/MagicMirror/pull/659) to fix this was made in the project, will be released in the next version
308322

309323
## [1.1.1] - 2017-01-26
310324

LICENSE renamed to LICENSE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
MIT License
1+
# The MIT License (MIT)
22

3-
Copyright (c) 2016 Joseph Bethge
3+
Copyright © 2016 Joseph Bethge
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 16 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,21 @@ npm install
3636
- (2) Add the module to your `config/config.js` file, if you add a `position`, it will display the URL to the remote on the mirror.
3737

3838
```js
39-
{
40-
module: 'MMM-Remote-Control',
41-
// uncomment the following line to show the URL of the remote control on the mirror
42-
// position: 'bottom_left',
43-
// you can hide this module afterwards from the remote control itself
44-
config: {
45-
customCommand: {}, // Optional, See "Using Custom Commands" below
46-
showModuleApiMenu: true, // Optional, Enable the Module Controls menu
47-
secureEndpoints: true, // Optional, See API/README.md
48-
// uncomment any of the lines below if you're gonna use it
49-
// customMenu: "custom_menu.json", // Optional, See "Custom Menu Items" below
50-
// apiKey: "", // Optional, See API/README.md for details
51-
// classes: {} // Optional, See "Custom Classes" below
52-
}
53-
},
39+
{
40+
module: 'MMM-Remote-Control',
41+
// uncomment the following line to show the URL of the remote control on the mirror
42+
// position: 'bottom_left',
43+
// you can hide this module afterwards from the remote control itself
44+
config: {
45+
customCommand: {}, // Optional, See "Using Custom Commands" below
46+
showModuleApiMenu: true, // Optional, Enable the Module Controls menu
47+
secureEndpoints: true, // Optional, See API/README.md
48+
// uncomment any of the lines below if you're gonna use it
49+
// customMenu: "custom_menu.json", // Optional, See "Custom Menu Items" below
50+
// apiKey: "", // Optional, See API/README.md for details
51+
// classes: {} // Optional, See "Custom Classes" below
52+
}
53+
},
5454
```
5555

5656
- (3) For security reasons, the MagicMirror² (and therefore the Remote Control) is *not* reachable externally.
@@ -279,20 +279,4 @@ An example menu is provided in this module's folder, titled `custom_menu.example
279279
280280
## License
281281
282-
### The MIT License (MIT)
283-
284-
Copyright © 2016 Joseph Bethge
285-
286-
Permission is hereby granted, free of charge, to any person
287-
obtaining a copy of this software and associated documentation
288-
files (the “Software”), to deal in the Software without
289-
restriction, including without limitation the rights to use,
290-
copy, modify, merge, publish, distribute, sublicense, and/or sell
291-
copies of the Software, and to permit persons to whom the
292-
Software is furnished to do so, subject to the following
293-
conditions:
294-
295-
The above copyright notice and this permission notice shall be
296-
included in all copies or substantial portions of the Software.
297-
298-
**The software is provided “as is”, without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.**
282+
This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details.

modules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1124,7 +1124,7 @@
11241124
"id": "sebastianhodapp/MMM-IndoorTemp",
11251125
"url": "https://github.com/sebastianhodapp/MMM-IndoorTemp",
11261126
"author": "sebastianhodapp",
1127-
"desc": "The module emits the notification \"INDOOR_TEMPERATURE\" to display the indoor temperature received via a subscribed MQTT topic in the default [Weather module](https://github.com/MichMich/MagicMirror/tree/develop/modules/default/weather)."
1127+
"desc": "The module emits the notification \"INDOOR_TEMPERATURE\" to display the indoor temperature received via a subscribed MQTT topic in the default [Weather module](https://github.com/MagicMirrorOrg/MagicMirror/tree/develop/modules/default/weather)."
11281128
},
11291129
{
11301130
"longname": "MMM-meteoblueCurrent",

0 commit comments

Comments
 (0)