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/ISSUE_TEMPLATE.md
+17-4Lines changed: 17 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,28 @@
1
-
Please only submit reproducible issues.
2
-
1
+
## I'm not sure if this is a bug
3
2
If you're not sure if it's a real bug or if it's just you, please open a topic on the forum: [https://forum.magicmirror.builders/category/15/bug-hunt](https://forum.magicmirror.builders/category/15/bug-hunt)
3
+
4
+
## I'm having troubles installing or configuring MagicMirror
4
5
Problems installing or configuring your MagicMirror? Check out: [https://forum.magicmirror.builders/category/10/troubleshooting](https://forum.magicmirror.builders/category/10/troubleshooting)
5
6
7
+
## I found a bug in the MagicMirror installer
8
+
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:
If you are facing an issue or found a bug while running MagicMirror inside a Docker container please create an issue in the GitHub repository of the MagicMirror Docker image:
Please make sure to only submit reproducible issues. You can safely remove everything above the dividing line.
6
19
When submitting a new issue, please supply the following information:
7
20
8
21
**Platform**: Place your platform here... give us your web browser/Electron version *and* your hardware (Raspberry Pi 2/3, Windows, Mac, Linux, System V UNIX).
9
22
10
-
**Node Version**: Make sure it's version 0.12.13 or later.
23
+
**Node Version**: Make sure it's version 8 or later.
11
24
12
-
**MagicMirror Version**: Now that the versions have split, tell us if you are using the PHP version (v1) or the newer JavaScript version (v2).
25
+
**MagicMirror Version**: Please let us now which version of MagicMirror you are running. It can be found in the `package.log` file.
13
26
14
27
**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.
All notable changes to this project will be documented in this file.
4
4
This project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
-
❤️ **Donate:** Enjoying MagicMirror²? [Please consider a donation!](https://magicmirror.builders/donate) With your help we can continue to improve the MagicMirror² core.
6
+
❤️ **Donate:** Enjoying MagicMirror²? [Please consider a donation!](https://magicmirror.builders/donate) With your help we can continue to improve the MagicMirror²
7
+
8
+
## [2.11.0] - 2020-04-01
9
+
10
+
🚨 READ THIS BEFORE UPDATING 🚨
11
+
12
+
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.
13
+
14
+
For more information regarding this major change, please check issue [#1860](https://github.com/MichMich/MagicMirror/issues/1860).
15
+
16
+
### Deleted
17
+
- Remove installers.
18
+
- Remove externalized scripts.
19
+
- Remove jshint dependency, instead eslint checks your config file now
20
+
21
+
### Added
22
+
- Brazilian translation for "FEELS".
23
+
- Ukrainian translation.
24
+
- Finnish translation for "PRECIP", "UPDATE_INFO_MULTIPLE" and "UPDATE_INFO_SINGLE".
25
+
- Added the ability to hide the temp label and weather icon in the `currentweather` module to allow showing only information such as wind and sunset/rise.
26
+
- The `clock` module now optionally displays sun and moon data, including rise/set times, remaining daylight, and percent of moon illumination.
27
+
- Added Hebrew translation.
28
+
- Add HTTPS support and update config.js.sample
29
+
- Run tests on long term support and latest stable version of nodejs
30
+
- Added the ability to configure a list of modules that shouldn't be update checked.
31
+
- Run linters on git commits
32
+
- Added date functionality to compliments: display birthday wishes or celebrate an anniversary
33
+
34
+
### Fixed
35
+
- Force declaration of public ip address in config file (ISSUE #1852)
36
+
- Fixes `run-start.sh`: If running in docker-container, don't check the environment, just start electron (ISSUE #1859)
37
+
- Fix calendar time offset for recurring events crossing Daylight Savings Time (ISSUE #1798)
38
+
- Fix regression in currentweather module causing 'undefined' to show up when config.hideTemp is false
0 commit comments