@tonyarogers Time to update your hardware and/or create a new SD Card for it.
Read the statement by Michael Teeuw here.
Posts
-
RE: MagicMirror problem
-
RE: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast
@sdetweil easier fix in css:
/* Disable alerts */ .MMM-OpenWeatherForecast .weather-alert .weather-alert-description, .MMM-OpenWeatherForecast .weather-alert .weather-alert-source { display: none; } -
RE: Trying to hide EXT-Spotify from showing
@slooquie take away the
positionitem in the config. It should default to none, but run in the background. -
RE: New Weather App (good bye DarkSky) creates config error
To expand on what Sam said:
Please run
npm run config:checkin your MagicMirror directory after manually editing your config. You’ll find anything that breaks the entire mirror in one shot. If the module fails after the mirror starts, then come here. -
RE: Cooling solution for LCD monitor?
I’d just run a fan through a couple of extra holes in the frame… Easy – if you get the right voltage, you could just use the pi for powering it.
-
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: Not updating at midnight...
@sdetweil yeah, doing it that way just throws headers with “Undefined” until it triggers. I’m not gonna go down that rabbit hole. It seems to work as is, so I’m gonna release for now.
-
RE: multiple modules in a region
@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.
-
RE: monitor - disassemble or not?
@thedoorsfanatic clearly you cut a wire when pulling it apart. use plastic, patience, and small moves.
-
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: MMM-Multimonth
@george I honestly don’t know. Let’s summon some help here - @sdetweil - can you explain this situation above?
start: function (){ var timer = setInterval(()=>{ this.updateDom() }, moment().add(1, 'days').hours(0).minutes(0).seconds(0)-moment()) },it seems to me this would work to reset at midnight, but according to George here, it’s not working - can you help me figure it out, or summon in someone that can?
Thanks.
-
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: Transparent glass in front of Acrylic Sheet to hold it together ?
If you’ve got the sheet the right size, you shouldn’t need anything - the frame on top would do the job of holding it in place if built correctly. See standard woodworking videos on youtube for frame building ideas, or hit up a frame shop.
-
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: MMM-EmbedURL with MMM-Pages - Website reload....
I put them both in, and that fixed it - thanks, Tom.
-
RE: multiple modules in a region
@roth_nj Agenda view is best served by MMM-CalendarExt3Agenda. Great module…
-
RE: 3.5inch Display
@lucas781 As I’ve said, I’ve repurposed it. I’m likely gonna repurpose the other 5" display I have too for SOMETHING… just donno what yet.
-
RE: MMM-CalendarExt3Agenda
@sdetweil
both are set low, and it worked before. -– whoops - forgot I moved refresh up on those as they don’t change very much. Restored them to 1 minute for testing.– and it don’t seem to be targeting correctly. does nothing.
-
RE: Logging issues
@sdetweil It now is working as expected. Thanks for the help.
-
RE: MM stopped working with Electron Error
@wyovino I suspect some heavy memory corruption - could be anywhere - I’d copy over your config.js and custom.css to another drive and try a new SD card if it continues.
If it continues after that, I’d get a new device…