Love the concept, actually. Would love to see it limited to the user’s choice of modules, however.
Read the statement by Michael Teeuw here.
Posts
-
RE: [MMM-Rainbow] Animated text color transition
-
RE: Flickering in portrait mode
sudo Raspi-config
Advanced Options -> GL Drivers -> Legacy.
“legacy” and “normal” drivers are the same thing.
-
RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras
I recommend in your custom.css file:
.MMM-RTSPStream .innerWrapper {
border: 0;
}No more border. :)
-
RE: Flickering in portrait mode
Same here, if I’m not using the legacy driver, all hell breaks loose.
-
RE: MM Modules except MMM-RTSP don't show after several days of use.
Honestly, I would bet that it’s (through no fault of the author’s) the video feed just blowing everything up. Are you using RTSP with OMXPlayer?
I ended up going back to the legacy driver for video, using MMFPEG, and restarting MM every 2 hours to get it stable.
-
RE: Calender Module: Time Not visible
Yep.
dateFormat: "M/D h:mm a",
That’ll fix it.
-
RE: "Today" on default calendar module
odd… Here’s how I have mine configured, and it clearly changes things
{ module: "calendar", position: "top_right", config: { maximumEntries: 15, maximumNumberOfDays: 90, displaySymbol: false, maxTitleLength: 30, wrapEvents: true, fetchInterval: 120000, fade: false, dateFormat: "M/D h:mm a", fullDateEventDateFormat: "M/D", timeFormat: "absolute", getRelative: 0, urgency: 0, broadcastEvents: false, hideOngoing: true, excludedEvents: ["InOffice"], dateEndFormat: "h:mm a", calendars: [ { symbol: "calendar", url: "https://url", } ], } },
-
RE: "Today" on default calendar module
I’d use this in my config.js for the calendar module’s config:
dateFormat: "h:mm a", // This sets the string to time only timeFormat: "absolute", // only shows times normally. getRelative: 0, // lowers the limit for absolute time to zero - no relative. urgency: 0, // makes sure it stays absolute.
I do believe that changing the dateFormat to “H:mm” will go 24 hour.
-
RE: Contribute to a module. Volunteers wanted! Easy!
Most of the location numbers for major cities are actually in the source code for the webpage, just an FYI. Point people to the webpage for closer details.