Repository Analysis

MagicMirrorOrg/MagicMirror

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.

0.3 Likely human-written View on GitHub
0.3
Adjusted Score
0.3
Raw Score
100%
Time Factor
2026-05-27
Last Push
23,550
Stars
JavaScript
Language
48,353
Lines of Code
341
Files
12
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 0MEDIUM 0LOW 12

Pattern Findings

12 matches across 5 categories. Click a row to expand file-level details.

Verbosity Indicators2 hits · 3 pts
SeverityFileLineSnippet
LOWdefaultmodules/weather/providers/weathergov.js116 // Step 1: Get grid point data
LOWdefaultmodules/weather/providers/weathergov.js153 // Step 2: Get observation station URL
Hyper-Verbose Identifiers3 hits · 3 pts
SeverityFileLineSnippet
LOWjs/server_functions.js163function geExpectedReceivedHeaders (url) {
LOWtests/unit/classes/translator_spec.js11function createTranslationTestEnvironment () {
LOWtests/e2e/translations_spec.js12function createTranslationTestEnvironment () {
Fake / Example Data3 hits · 3 pts
SeverityFileLineSnippet
LOWtests/unit/classes/translator_spec.js112 translation = Translator.translate({ name: "MMM-Module" }, "BAR {something}", { something: "Lorem Ipsum" });
LOWtests/unit/classes/translator_spec.js113 expect(translation).toBe("Bar Lorem Ipsum");
LOW…odules/default/calendar/calendar_fetcher_utils_spec.js230 const birthdayEvents = filteredEvents.filter((e) => e.title === "Jane Doe's Birthday");
Slop Phrases2 hits · 2 pts
SeverityFileLineSnippet
LOWdefaultmodules/updatenotification/update_helper.js127 Log.info("Update done, don't forget to restart MagicMirror!");
LOW.github/ISSUE_TEMPLATE/bug_report.yml107 <!-- Paste your configuration here. Don't forget to remove any sensitive information! -->
Over-Commented Block2 hits · 2 pts
SeverityFileLineSnippet
LOWdefaultmodules/updatenotification/git_helper.js81 const { stderr, stdout } = await this.execGit(repo.folder, "status", "-sb");
LOWdefaultmodules/alert/notificationFx.js41