@sdetweil and there’s those like me who hack through things, and have to re-remember how they did stuff when they come back to it. It’s the wild, wild, west out there.
Read the statement by Michael Teeuw here.
Best posts made by BKeyport
-
RE: multiple modules in a region
-
RE: MMM-Multimonth
@sdetweil It’s easy fixes. I just reverted to a point where I had the proto-settings but not the actual use of them. 🤪🤪🤪
-
RE: Google Calendars not loading
to everyone - Google Calendars and everything else Google has been struggling with outside tools across the board. They upgraded their login experience, and with that, broke all sorts of things - So much so, I had to go to Microsoft for my business.
Fixes may or may not actually be fixes.
-
RE: Automatic checking of all MagicMirror² modules
@KristjanESPERANTO “This” instead of “The” perhaps?
-
RE: MMM-Multimonth
@p1lspeda I have it fixed. Remove the old from custom.css and replace it with the following and then set whichever backgrounds you’d like as before. (
rgba(255, 255, 255, 0);
)Thanks for catching.
.MMM-Multimonth .settings { --background-dimmed: var(--color-background); --background-weekday: var(--color-background); --background-weekend: cornflowerblue; --background-current: Yellow; --background-header: Green; --background-weekno: grey; --background-dow: var(--color-background); --background-week: var(--color-background); --color-weekday: var(--color-text); --color-weekend: var(--color-background); --color-current: var(--color-background); --color-dimmed: var(--color-text-dimmed); --color-header: var(--color-text-bright); --color-weekno: var(--color-text-bright); --color-day: var(--color-text); --color-dow: var(--color-text); --color-event: Red; --back-rounding: 8px; --alignment: center; --fontsize: var(--font-size-xsmall); }
the custom “.current” part is also not needed.
-
RE: multiple modules in a region
@roth_nj Agenda view is best served by MMM-CalendarExt3Agenda. Great module…
-
RE: Automatic checking of all MagicMirror² modules
@KristjanESPERANTO I figured that’s what it was. Not a big deal - everyone here don’t speak english properly, even us native speakers. 🤣`
-
RE: MMM-Multimonth
I am upgrading the module. Uploading a new release as soon as I’m done posting this.
This change is breaking old CSS.
Re-read the README.md before upgrading.
Updating from prior to 08 Jun 2024:
CSS is changed - please check all customizations. Old Elements, values, etc. have been deleted.The following CSS code is all you need in custom.css if all you’re changing is the colors and/or background edge rounding:
(Key changes here: “current” has been changed to “today”, “background-week, color-week have been removed as redundant”)
Most of the changes are to implement feature changes.
Thanks for the support folks.
-
RE: Examples of physical sensor data
@ankonaskiff17 take a look at the https://github.com/Tom-Hirschberger/MMM-CommandToNotification module, along with it’s co-module https://github.com/Tom-Hirschberger/MMM-ValuesByNotification
I use these to convert two physical sensor’s API calls to MagicMirror, as well as a JSON format web based outdoor sensor.