You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ When submitting a new issue, please supply the following information:
44
44
45
45
**Node Version**: Make sure it's version 14 or later (recommended is 16).
46
46
47
-
**MagicMirror Version**: Please let us know which version of MagicMirror you are running. It can be found in the `package.json` file.
47
+
**MagicMirror² Version**: Please let us know which version of MagicMirror² you are running. It can be found in the `package.json` file.
48
48
49
49
**Description**: Provide a detailed description about the issue and include specific details to help us understand the problem. Adding screenshots will help describing the problem.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,16 +10,16 @@ If you're not sure if it's a real bug or if it's just you, please open a topic o
10
10
11
11
Problems installing or configuring your MagicMirror? Check out: [https://forum.magicmirror.builders/category/10/troubleshooting](https://forum.magicmirror.builders/category/10/troubleshooting)
12
12
13
-
A common problem is that your config file could be invalid. Please run in your MagicMirror directory: `npm run config:check` and see if it reports an error.
13
+
A common problem is that your config file could be invalid. Please run in your MagicMirror² directory: `npm run config:check` and see if it reports an error.
14
14
15
-
## I found a bug in the MagicMirror installer
15
+
## I found a bug in the MagicMirror² installer
16
16
17
-
If you are facing an issue or found a bug while trying to install MagicMirror via the installer please report it in the respective GitHub repository:
17
+
If you are facing an issue or found a bug while trying to install MagicMirror² via the installer please report it in the respective GitHub repository:
@@ -35,7 +35,7 @@ When submitting a new issue, please supply the following information:
35
35
36
36
**Node Version**: Make sure it's version 14 or later (recommended is 16).
37
37
38
-
**MagicMirror Version**: Please let us know which version of MagicMirror you are running. It can be found in the `package.json` file.
38
+
**MagicMirror² Version**: Please let us know which version of MagicMirror² you are running. It can be found in the `package.json` file.
39
39
40
40
**Description**: Provide a detailed description about the issue and include specific details to help us understand the problem. Adding screenshots will help describing the problem.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+45-9Lines changed: 45 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,41 @@ This project adheres to [Semantic Versioning](https://semver.org/).
5
5
6
6
❤️ **Donate:** Enjoying MagicMirror²? [Please consider a donation!](https://magicmirror.builders/donate) With your help we can continue to improve the MagicMirror².
7
7
8
+
## [2.19.0] - 2022-04-01
9
+
10
+
Special thanks to the following contributors: @10bias, @CFenner, @JHWelch, @k1rd3rf, @khassel, @kolbyjack, @krekos, @KristjanESPERANTO, @Nerfzooka, @oraclesean, @oscarb, @philnagel, @rejas, @sdetweil, @shin10, @SiderealArt and @Tom-Hirschberger.
11
+
12
+
### Added
13
+
14
+
- Added a config option under the weather module, `absoluteDates`, providing an option to format weather forecast date output with either absolute or relative dates.
15
+
- Added test for new weather forecast `absoluteDates` porperty.
16
+
- The modules get a class hidden added/removed if they get hidden/shown which will also toggle pointer-events.
17
+
- Added new config option `showTitleAsUrl` to newsfeed module. If set, the diplayed title is a link to the article which is useful when running in a browser and you want to read this article.
18
+
- Added internal cors proxy to get weather providers working without public proxies (fixes #2714). The new url `http(s)://address:port/cors?url=https://whatever-to-proxy` can be used in other modules too.
19
+
- Added a WeatherProvider for Weatherflow.
20
+
- Added new env var `ELECTRON_DISABLE_GPU` which disable gpu under electron if set (fixes #2831).
21
+
- Added missing Czech translations.
22
+
23
+
### Updated
24
+
25
+
- Deprecated roboto fonts package `roboto-fontface-bower` replaced with `fontsource`.
26
+
- Update `electron` to v17, `helmet` to v5 (use defaults of v4) and other dependencies
27
+
- Updates Font Awesome css class to new default style (fixes #2768)
28
+
- Replaced deprecated modules `currentweather` and `weatherforecast` with dummy modules only displaying that they have to be replaced.
29
+
- Include all calendar events from the configured date range when broadcasting.
30
+
- Update Danish and German translation.
31
+
- Update `node-ical` to v0.15 and added `luxon` as dependency for not breaking the "no-optional" install (see #2718 and #2824).
32
+
33
+
### Fixed
34
+
35
+
- Improved and speedup e2e tests, artificial wait after mm start removed.
36
+
- Improved husky setup not blocking `git commit` if `husky` or `npm` is not installed.
37
+
- Using a consistent spelling of MagicMirror².
38
+
- Fix minor console output issue for loading translations (#2814).
39
+
- Don't adjust startDate for full day events if endDate is in the past.
40
+
- Fix windspeed conversion error in openweathermap provider. (#2812)
41
+
- Fix conflicting parms turning off showEnd for full day events. (#2629)
42
+
8
43
## [2.18.0] - 2022-01-01
9
44
10
45
Special thanks to the following contributors: @AmpioRosso, @eouia, @fewieden, @jupadin, @khassel, @kolbyjack, @KristjanESPERANTO, @MariusVaice, @rejas, @rico24 and @sdetweil.
@@ -29,6 +64,7 @@ Special thanks to the following contributors: @AmpioRosso, @eouia, @fewieden, @j
29
64
- Added dangerouslyDisableAutoEscaping config option for newsfeed templates (fixes #2712).
30
65
- Added missing shebang to `installers/mm.sh`.
31
66
- Node versions in templates and github workflows.
67
+
- Updated translations for Traditional Chinese (Taiwan) (zh-tw.json).
32
68
33
69
### Fixed
34
70
@@ -252,7 +288,7 @@ Special thanks to the following contributors: @Alvinger, @AndyPoms, @ashishtank,
252
288
- Rename Greek translation to correct ISO 639-1 alpha-2 code (gr > el). (#2155)
253
289
- Add a space after icons of sunrise and sunset. (#2169)
254
290
- Fix calendar when no DTEND record found in event, startDate overlay when endDate set. (#2177)
255
-
- Fix windspeed convertion error in ukmetoffice weather provider. (#2189)
291
+
- Fix windspeed conversion error in ukmetoffice weather provider. (#2189)
256
292
- Fix console.debug not having timestamps. (#2199)
257
293
- Fix calendar full day event east of UTC start time. (#2200)
@@ -275,8 +311,8 @@ Special thanks to the following contributors: @bryanzzhu, @bugsounet, @chamakura
275
311
### Added
276
312
277
313
-`--dry-run` Added option in fetch call within updatenotification node_helper. This is to prevent
278
-
MagicMirror from consuming any fetch result. Causes conflict with MMPM when attempting to check
279
-
for updates to MagicMirror and/or MagicMirror modules.
314
+
MagicMirror² from consuming any fetch result. Causes conflict with MMPM when attempting to check
315
+
for updates to MagicMirror² and/or MagicMirror² modules.
280
316
- Test coverage with Istanbul, run it with `npm run test:coverage`.
281
317
- Added lithuanian language.
282
318
- Added support in weatherforecast for OpenWeather onecall API.
@@ -349,7 +385,7 @@ Special thanks to the following contributors: @AndreKoepke, @andrezibaia, @bryan
349
385
350
386
🚨 READ THIS BEFORE UPDATING 🚨
351
387
352
-
In the past years the project has grown a lot. This came with a huge downside: poor maintainability. If I let the project continue the way it was, it would eventually crash and burn. More important: I would completely lose the drive and interest to continue the project. Because of this the decision was made to simplify the core by removing all side features like automatic installers and support for exotic platforms. This release (2.11.0) is the first real release that will reflect (parts) of these changes. As a result of this, some things might break. So before you continue make sure to backup your installation. Your config, your modules or better yet: your full MagicMirror folder. In other words: update at your own risk.
388
+
In the past years the project has grown a lot. This came with a huge downside: poor maintainability. If I let the project continue the way it was, it would eventually crash and burn. More important: I would completely lose the drive and interest to continue the project. Because of this the decision was made to simplify the core by removing all side features like automatic installers and support for exotic platforms. This release (2.11.0) is the first real release that will reflect (parts) of these changes. As a result of this, some things might break. So before you continue make sure to backup your installation. Your config, your modules or better yet: your full MagicMirror² folder. In other words: update at your own risk.
353
389
354
390
For more information regarding this major change, please check issue [#1860](https://github.com/MichMich/MagicMirror/issues/1860).
355
391
@@ -550,7 +586,7 @@ Fixed `package.json` version number.
550
586
- Fixed unhandled error on bad git data in updatenotification module [#1285](https://github.com/MichMich/MagicMirror/issues/1285).
551
587
- Weather forecast now works with openweathermap in new weather module. Daily data are displayed, see issue [#1504](https://github.com/MichMich/MagicMirror/issues/1504).
552
588
- Fixed analogue clock border display issue where non-black backgrounds used (previous fix for issue 611)
553
-
- Fixed compatibility issues caused when modules request different versions of Font Awesome, see issue [#1522](https://github.com/MichMich/MagicMirror/issues/1522). MagicMirror now uses [Font Awesome 5 with v4 shims included for backwards compatibility](https://fontawesome.com/how-to-use/on-the-web/setup/upgrading-from-version-4#shims).
589
+
- Fixed compatibility issues caused when modules request different versions of Font Awesome, see issue [#1522](https://github.com/MichMich/MagicMirror/issues/1522). MagicMirror² now uses [Font Awesome 5 with v4 shims included for backwards compatibility](https://fontawesome.com/how-to-use/on-the-web/setup/upgrading-from-version-4#shims).
554
590
- Installation script problems with raspbian
555
591
- Calendar: only show repeating count if the event is actually repeating [#1534](https://github.com/MichMich/MagicMirror/pull/1534)
556
592
- Calendar: Fix exdate handling when multiple values are specified (comma separated)
@@ -662,7 +698,7 @@ A huge, huge, huge thanks to user @fewieden for all his hard work on the new `we
662
698
663
699
## [2.4.0] - 2018-07-01
664
700
665
-
⚠️ **Warning:** This release includes an updated version of Electron. This requires a Raspberry Pi configuration change to allow the best performance and prevent the CPU from overheating. Please read the information on the [MagicMirror Wiki](https://github.com/michmich/magicmirror/wiki/configuring-the-raspberry-pi#enable-the-open-gl-driver-to-decrease-electrons-cpu-usage).
701
+
⚠️ **Warning:** This release includes an updated version of Electron. This requires a Raspberry Pi configuration change to allow the best performance and prevent the CPU from overheating. Please read the information on the [MagicMirror² Wiki](https://github.com/michmich/magicmirror/wiki/configuring-the-raspberry-pi#enable-the-open-gl-driver-to-decrease-electrons-cpu-usage).
666
702
667
703
ℹ️ **Note:** This update uses new dependencies. Please update using the following command: `git pull && npm install`
668
704
@@ -903,7 +939,7 @@ A huge, huge, huge thanks to user @fewieden for all his hard work on the new `we
903
939
- Add use pm2 for manager process into Installer RaspberryPi script.
904
940
- Russian Translation.
905
941
- Afrikaans Translation.
906
-
- Add postinstall script to notify user that MagicMirror installed successfully despite warnings from NPM.
942
+
- Add postinstall script to notify user that MagicMirror² installed successfully despite warnings from NPM.
907
943
- Init tests using mocha.
908
944
- Option to use RegExp in Calendar's titleReplace.
909
945
- Hungarian Translation.
@@ -966,7 +1002,7 @@ A huge, huge, huge thanks to user @fewieden for all his hard work on the new `we
966
1002
- Add VSCode IntelliSense support.
967
1003
- Module API: Add Visibility locking to module system. [See documentation](https://github.com/MichMich/MagicMirror/tree/develop/modules#visibility-locking) for more information.
968
1004
- Module API: Method to overwrite the module's header. [See documentation](https://github.com/MichMich/MagicMirror/tree/develop/modules#getheader) for more information.
969
-
- Module API: Option to define the minimum MagicMirror version to run a module. [See documentation](https://github.com/MichMich/MagicMirror/tree/develop/modules#requiresversion) for more information.
1005
+
- Module API: Option to define the minimum MagicMirror² version to run a module. [See documentation](https://github.com/MichMich/MagicMirror/tree/develop/modules#requiresversion) for more information.
970
1006
- Calendar module now broadcasts the event list to all other modules using the notification system. [See documentation](https://github.com/MichMich/MagicMirror/tree/develop/modules/default/calendar) for more information.
971
1007
- Possibility to use the calendar feed as the source for the weather (currentweather & weatherforecast) location data. [See documentation](https://github.com/MichMich/MagicMirror/tree/develop/modules/default/weatherforecast) for more information.
972
1008
- Added option to show rain amount in the weatherforecast default module
@@ -1113,6 +1149,6 @@ It includes (but is not limited to) the following features:
1113
1149
1114
1150
## [1.0.0] - 2014-02-16
1115
1151
1116
-
### Initial release of MagicMirror.
1152
+
### Initial release of MagicMirror
1117
1153
1118
1154
This was part of the blogpost: [https://michaelteeuw.nl/post/83916869600/magic-mirror-part-vi-production-of-the](https://michaelteeuw.nl/post/83916869600/magic-mirror-part-vi-production-of-the)
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Contributions of all kinds are welcome, not only in the form of code but also wi
40
40
- documentation
41
41
- translations
42
42
43
-
For the full contribution guidelines, check out: [https://docs.magicmirror.builders/getting-started/contributing.html](https://docs.magicmirror.builders/getting-started/contributing.html)
43
+
For the full contribution guidelines, check out: [https://docs.magicmirror.builders/about/contributing.html](https://docs.magicmirror.builders/about/contributing.html)
0 commit comments