From e0b04beac5dd3a0bd2f070d587fcb9f5e7424c21 Mon Sep 17 00:00:00 2001 From: Aaron Axvig Date: Mon, 3 Aug 2026 16:21:19 -0500 Subject: [PATCH] Fix recipe dependency loading --- MMM-NextcloudCookbook.css | 1 + MMM-NextcloudCookbook.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/MMM-NextcloudCookbook.css b/MMM-NextcloudCookbook.css index db92d24..9e92a15 100644 --- a/MMM-NextcloudCookbook.css +++ b/MMM-NextcloudCookbook.css @@ -35,6 +35,7 @@ font-weight: 700; line-height: 1.15; text-decoration: none; + white-space: nowrap; } .MMM-NextcloudCookbook .ncc-qr img { diff --git a/MMM-NextcloudCookbook.js b/MMM-NextcloudCookbook.js index cf00a2d..1a11c53 100644 --- a/MMM-NextcloudCookbook.js +++ b/MMM-NextcloudCookbook.js @@ -20,7 +20,7 @@ Module.register("MMM-NextcloudCookbook", { }, getScripts() { - return ["lib/format-duration.js"]; + return [this.file("lib/format-duration.js")]; }, socketNotificationReceived(notification, payload) {