MagicMirror² is an open source modular smart mirror platform. With a growing list of installable modules, the MagicMirror² allows you to convert your hallway or bathroom mirror into your personal assistant.
12 matches across 5 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | defaultmodules/weather/providers/weathergov.js | 116 | // Step 1: Get grid point data |
| LOW | defaultmodules/weather/providers/weathergov.js | 153 | // Step 2: Get observation station URL |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | js/server_functions.js | 163 | function geExpectedReceivedHeaders (url) { |
| LOW | tests/unit/classes/translator_spec.js | 11 | function createTranslationTestEnvironment () { |
| LOW | tests/e2e/translations_spec.js | 12 | function createTranslationTestEnvironment () { |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | tests/unit/classes/translator_spec.js | 112 | translation = Translator.translate({ name: "MMM-Module" }, "BAR {something}", { something: "Lorem Ipsum" }); |
| LOW | tests/unit/classes/translator_spec.js | 113 | expect(translation).toBe("Bar Lorem Ipsum"); |
| LOW | …odules/default/calendar/calendar_fetcher_utils_spec.js | 230 | const birthdayEvents = filteredEvents.filter((e) => e.title === "Jane Doe's Birthday"); |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | defaultmodules/updatenotification/update_helper.js | 127 | Log.info("Update done, don't forget to restart MagicMirror!"); |
| LOW | .github/ISSUE_TEMPLATE/bug_report.yml | 107 | <!-- Paste your configuration here. Don't forget to remove any sensitive information! --> |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | defaultmodules/updatenotification/git_helper.js | 81 | const { stderr, stdout } = await this.execGit(repo.folder, "status", "-sb"); |
| LOW | defaultmodules/alert/notificationFx.js | 41 |