Skip to content

Commit abb5dc5

Browse files
author
Veeck
committed
Run prettier over ALL files once
No other changes done in this commit
1 parent 3a5a29e commit abb5dc5

File tree

160 files changed

+2377
-2218
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

160 files changed

+2377
-2218
lines changed

.github/CONTRIBUTING.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
Contribution Policy for MagicMirror²
2-
====================================
1+
# Contribution Policy for MagicMirror²
32

43
Thanks for contributing to MagicMirror²!
54

@@ -30,7 +29,7 @@ Problems installing or configuring your MagicMirror? Check out: [https://forum.m
3029

3130
When submitting a new issue, please supply the following information:
3231

33-
**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).
32+
**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).
3433

3534
**Node Version**: Make sure it's version 0.12.13 or later.
3635

.github/ISSUE_TEMPLATE.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,33 @@
11
## I'm not sure if this is a bug
2+
23
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)
34

45
## I'm having troubles installing or configuring MagicMirror
6+
57
Problems installing or configuring your MagicMirror? Check out: [https://forum.magicmirror.builders/category/10/troubleshooting](https://forum.magicmirror.builders/category/10/troubleshooting)
68

79
## I found a bug in the MagicMirror installer
10+
811
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:
912
[https://github.com/sdetweil/MagicMirror_scripts](https://github.com/sdetweil/MagicMirror_scripts)
1013

1114
## I found a bug in the MagicMirror Docker image
15+
1216
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:
1317
[https://github.com/bastilimbach/docker-MagicMirror](https://github.com/bastilimbach/docker-MagicMirror)
1418

1519
---
1620

1721
## I found a bug in MagicMirror
18-
Please make sure to only submit reproducible issues. You can safely remove everything above the dividing line.
22+
23+
Please make sure to only submit reproducible issues. You can safely remove everything above the dividing line.
1924
When submitting a new issue, please supply the following information:
2025

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).
26+
**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).
2227

2328
**Node Version**: Make sure it's version 8 or later.
2429

25-
**MagicMirror Version**: Please let us now which version of MagicMirror you are running. It can be found in the `package.log` file.
30+
**MagicMirror Version**: Please let us now which version of MagicMirror you are running. It can be found in the `package.log` file.
2631

2732
**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.
2833

.github/PULL_REQUEST_TEMPLATE.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ pull request to send us your changes. This makes everyone's lives
77
easier (including yours) and helps us out on the development team.
88
Thanks!
99

10-
11-
* Does the pull request solve a **related** issue?
12-
* If so, can you reference the issue?
13-
* What does the pull request accomplish? Use a list if needed.
14-
* If it includes major visual changes please add screenshots.
10+
- Does the pull request solve a **related** issue?
11+
- If so, can you reference the issue?
12+
- What does the pull request accomplish? Use a list if needed.
13+
- If it includes major visual changes please add screenshots.

CHANGELOG.md

+79-5
Large diffs are not rendered by default.

LICENSE.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
The MIT License (MIT)
2-
=====================
1+
# The MIT License (MIT)
32

43
Copyright © 2016-2019 Michael Teeuw
54

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@
1414
MagicMirror² focuses on a modular plugin system and uses [Electron](https://www.electronjs.org/) as an application wrapper. So no more web server or browser installs necessary!
1515

1616
## Documentation
17+
1718
For the full documentation including **[installation instructions](https://docs.magicmirror.builders/getting-started/installation.html)**, please visit our dedicated documentation website: [https://docs.magicmirror.builders](https://docs.magicmirror.builders).
1819

1920
## Links
21+
2022
- Website: [https://magicmirror.builders](https://magicmirror.builders)
2123
- Documentation: [https://docs.magicmirror.builders](https://docs.magicmirror.builders)
2224
- Forum: [https://forum.magicmirror.builders](https://forum.magicmirror.builders)
@@ -28,7 +30,6 @@ For the full documentation including **[installation instructions](https://docs.
2830

2931
Contributions of all kinds are welcome, not only in the form of code but also with regards bug reports and documentation. For the full contribution guidelines, check out: [https://docs.magicmirror.builders/getting-started/contributing.html](https://docs.magicmirror.builders/getting-started/contributing.html)
3032

31-
3233
## Enjoying MagicMirror? Consider a donation!
3334

3435
MagicMirror² is opensource and free. That doesn't mean we don't need any money.

clientonly/index.js

+4-5
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@
3232
var configData = "";
3333

3434
// Gather incoming data
35-
response.on("data", function(chunk) {
35+
response.on("data", function (chunk) {
3636
configData += chunk;
3737
});
3838
// Resolve promise at the end of the HTTP/HTTPS stream
39-
response.on("end", function() {
39+
response.on("end", function () {
4040
resolve(JSON.parse(configData));
4141
});
4242
});
4343

44-
request.on("error", function(error) {
44+
request.on("error", function (error) {
4545
reject(new Error(`Unable to read config from server (${url} (${error.message}`));
4646
});
4747
});
@@ -96,12 +96,11 @@
9696
console.log(`There something wrong. The clientonly is not running code ${code}`);
9797
}
9898
});
99-
10099
})
101100
.catch(function (reason) {
102101
fail(`Unable to connect to server: (${reason})`);
103102
});
104103
} else {
105104
fail();
106105
}
107-
}());
106+
})();

fonts/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"name": "magicmirror-fonts",
3-
"description": "Package for fonts use by MagicMirror Core.",
4-
"repository": {
5-
"type": "git",
6-
"url": "git+https://github.com/MichMich/MagicMirror.git"
7-
},
8-
"license": "MIT",
9-
"bugs": {
10-
"url": "https://github.com/MichMich/MagicMirror/issues"
11-
},
12-
"dependencies": {
13-
"roboto-fontface": "^0.10.0"
14-
}
2+
"name": "magicmirror-fonts",
3+
"description": "Package for fonts use by MagicMirror Core.",
4+
"repository": {
5+
"type": "git",
6+
"url": "git+https://github.com/MichMich/MagicMirror.git"
7+
},
8+
"license": "MIT",
9+
"bugs": {
10+
"url": "https://github.com/MichMich/MagicMirror/issues"
11+
},
12+
"dependencies": {
13+
"roboto-fontface": "^0.10.0"
14+
}
1515
}

fonts/roboto.css

+8-37
Original file line numberDiff line numberDiff line change
@@ -2,86 +2,57 @@
22
font-family: Roboto;
33
font-style: normal;
44
font-weight: 100;
5-
src:
6-
local("Roboto Thin"),
7-
local("Roboto-Thin"),
8-
url("node_modules/roboto-fontface/fonts/roboto/Roboto-Thin.woff2") format("woff2"),
9-
url("node_modules/roboto-fontface/fonts/roboto/Roboto-Thin.woff") format("woff");
5+
src: local("Roboto Thin"), local("Roboto-Thin"), url("node_modules/roboto-fontface/fonts/roboto/Roboto-Thin.woff2") format("woff2"), url("node_modules/roboto-fontface/fonts/roboto/Roboto-Thin.woff") format("woff");
106
}
117

128
@font-face {
139
font-family: "Roboto Condensed";
1410
font-style: normal;
1511
font-weight: 300;
16-
src:
17-
local("Roboto Condensed Light"),
18-
local("RobotoCondensed-Light"),
19-
url("node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Light.woff2") format("woff2"),
12+
src: local("Roboto Condensed Light"), local("RobotoCondensed-Light"), url("node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Light.woff2") format("woff2"),
2013
url("node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Light.woff") format("woff");
2114
}
2215

2316
@font-face {
2417
font-family: "Roboto Condensed";
2518
font-style: normal;
2619
font-weight: 400;
27-
src:
28-
local("Roboto Condensed"),
29-
local("RobotoCondensed-Regular"),
30-
url("node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Regular.woff2") format("woff2"),
20+
src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Regular.woff2") format("woff2"),
3121
url("node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Regular.woff") format("woff");
3222
}
3323

3424
@font-face {
3525
font-family: "Roboto Condensed";
3626
font-style: normal;
3727
font-weight: 700;
38-
src:
39-
local("Roboto Condensed Bold"),
40-
local("RobotoCondensed-Bold"),
41-
url("node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Bold.woff2") format("woff2"),
28+
src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url("node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Bold.woff2") format("woff2"),
4229
url("node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Bold.woff") format("woff");
4330
}
4431

4532
@font-face {
4633
font-family: Roboto;
4734
font-style: normal;
4835
font-weight: 400;
49-
src:
50-
local("Roboto"),
51-
local("Roboto-Regular"),
52-
url("node_modules/roboto-fontface/fonts/roboto/Roboto-Regular.woff2") format("woff2"),
53-
url("node_modules/roboto-fontface/fonts/roboto/Roboto-Regular.woff") format("woff");
36+
src: local("Roboto"), local("Roboto-Regular"), url("node_modules/roboto-fontface/fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("node_modules/roboto-fontface/fonts/roboto/Roboto-Regular.woff") format("woff");
5437
}
5538

5639
@font-face {
5740
font-family: Roboto;
5841
font-style: normal;
5942
font-weight: 500;
60-
src:
61-
local("Roboto Medium"),
62-
local("Roboto-Medium"),
63-
url("node_modules/roboto-fontface/fonts/roboto/Roboto-Medium.woff2") format("woff2"),
64-
url("node_modules/roboto-fontface/fonts/roboto/Roboto-Medium.woff") format("woff");
43+
src: local("Roboto Medium"), local("Roboto-Medium"), url("node_modules/roboto-fontface/fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("node_modules/roboto-fontface/fonts/roboto/Roboto-Medium.woff") format("woff");
6544
}
6645

6746
@font-face {
6847
font-family: Roboto;
6948
font-style: normal;
7049
font-weight: 700;
71-
src:
72-
local("Roboto Bold"),
73-
local("Roboto-Bold"),
74-
url("node_modules/roboto-fontface/fonts/roboto/Roboto-Bold.woff2") format("woff2"),
75-
url("node_modules/roboto-fontface/fonts/roboto/Roboto-Bold.woff") format("woff");
50+
src: local("Roboto Bold"), local("Roboto-Bold"), url("node_modules/roboto-fontface/fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("node_modules/roboto-fontface/fonts/roboto/Roboto-Bold.woff") format("woff");
7651
}
7752

7853
@font-face {
7954
font-family: Roboto;
8055
font-style: normal;
8156
font-weight: 300;
82-
src:
83-
local("Roboto Light"),
84-
local("Roboto-Light"),
85-
url("node_modules/roboto-fontface/fonts/roboto/Roboto-Light.woff2") format("woff2"),
86-
url("node_modules/roboto-fontface/fonts/roboto/Roboto-Light.woff") format("woff");
57+
src: local("Roboto Light"), local("Roboto-Light"), url("node_modules/roboto-fontface/fonts/roboto/Roboto-Light.woff2") format("woff2"), url("node_modules/roboto-fontface/fonts/roboto/Roboto-Light.woff") format("woff");
8758
}

js/app.js

+21-23
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ process.on("uncaughtException", function (err) {
4444

4545
/* App - The core app.
4646
*/
47-
var App = function() {
47+
var App = function () {
4848
var nodeHelpers = [];
4949

5050
/* loadConfig(callback)
@@ -53,14 +53,14 @@ var App = function() {
5353
*
5454
* argument callback function - The callback function.
5555
*/
56-
var loadConfig = function(callback) {
56+
var loadConfig = function (callback) {
5757
console.log("Loading config ...");
5858
var defaults = require(__dirname + "/defaults.js");
5959

6060
// For this check proposed to TestSuite
6161
// https://forum.magicmirror.builders/topic/1456/test-suite-for-magicmirror/8
6262
var configFilename = path.resolve(global.root_path + "/config/config.js");
63-
if (typeof(global.configuration_file) !== "undefined") {
63+
if (typeof global.configuration_file !== "undefined") {
6464
configFilename = path.resolve(global.configuration_file);
6565
}
6666

@@ -82,23 +82,19 @@ var App = function() {
8282
}
8383
};
8484

85-
var checkDeprecatedOptions = function(userConfig) {
85+
var checkDeprecatedOptions = function (userConfig) {
8686
var deprecated = require(global.root_path + "/js/deprecated.js");
8787
var deprecatedOptions = deprecated.configs;
8888

8989
var usedDeprecated = [];
9090

91-
deprecatedOptions.forEach(function(option) {
91+
deprecatedOptions.forEach(function (option) {
9292
if (userConfig.hasOwnProperty(option)) {
9393
usedDeprecated.push(option);
9494
}
9595
});
9696
if (usedDeprecated.length > 0) {
97-
console.warn(Utils.colors.warn(
98-
"WARNING! Your config is using deprecated options: " +
99-
usedDeprecated.join(", ") +
100-
". Check README and CHANGELOG for more up-to-date ways of getting the same functionality.")
101-
);
97+
console.warn(Utils.colors.warn("WARNING! Your config is using deprecated options: " + usedDeprecated.join(", ") + ". Check README and CHANGELOG for more up-to-date ways of getting the same functionality."));
10298
}
10399
};
104100

@@ -107,8 +103,7 @@ var App = function() {
107103
*
108104
* argument module string - The name of the module (including subpath).
109105
*/
110-
var loadModule = function(module, callback) {
111-
106+
var loadModule = function (module, callback) {
112107
var elements = module.split("/");
113108
var moduleName = elements[elements.length - 1];
114109
var moduleFolder = __dirname + "/../modules/" + module;
@@ -156,13 +151,13 @@ var App = function() {
156151
*
157152
* argument module string - The name of the module (including subpath).
158153
*/
159-
var loadModules = function(modules, callback) {
154+
var loadModules = function (modules, callback) {
160155
console.log("Loading module helpers ...");
161156

162-
var loadNextModule = function() {
157+
var loadNextModule = function () {
163158
if (modules.length > 0) {
164159
var nextModule = modules[0];
165-
loadModule(nextModule, function() {
160+
loadModule(nextModule, function () {
166161
modules = modules.slice(1);
167162
loadNextModule();
168163
});
@@ -205,9 +200,8 @@ var App = function() {
205200
*
206201
* argument callback function - The callback function.
207202
*/
208-
this.start = function(callback) {
209-
210-
loadConfig(function(c) {
203+
this.start = function (callback) {
204+
loadConfig(function (c) {
211205
config = c;
212206

213207
var modules = [];
@@ -219,8 +213,8 @@ var App = function() {
219213
}
220214
}
221215

222-
loadModules(modules, function() {
223-
var server = new Server(config, function(app, io) {
216+
loadModules(modules, function () {
217+
var server = new Server(config, function (app, io) {
224218
console.log("Server started ...");
225219

226220
for (var h in nodeHelpers) {
@@ -245,7 +239,7 @@ var App = function() {
245239
* This calls each node_helper's STOP() function, if it exists.
246240
* Added to fix #1056
247241
*/
248-
this.stop = function() {
242+
this.stop = function () {
249243
for (var h in nodeHelpers) {
250244
var nodeHelper = nodeHelpers[h];
251245
if (typeof nodeHelper.stop === "function") {
@@ -262,7 +256,9 @@ var App = function() {
262256
*/
263257
process.on("SIGINT", () => {
264258
console.log("[SIGINT] Received. Shutting down server...");
265-
setTimeout(() => { process.exit(0); }, 3000); // Force quit after 3 seconds
259+
setTimeout(() => {
260+
process.exit(0);
261+
}, 3000); // Force quit after 3 seconds
266262
this.stop();
267263
process.exit(0);
268264
});
@@ -271,7 +267,9 @@ var App = function() {
271267
*/
272268
process.on("SIGTERM", () => {
273269
console.log("[SIGTERM] Received. Shutting down server...");
274-
setTimeout(() => { process.exit(0); }, 3000); // Force quit after 3 seconds
270+
setTimeout(() => {
271+
process.exit(0);
272+
}, 3000); // Force quit after 3 seconds
275273
this.stop();
276274
process.exit(0);
277275
});

0 commit comments

Comments
 (0)