@sdetweil easier fix in css:
/* Disable alerts */
.MMM-OpenWeatherForecast .weather-alert .weather-alert-description,
.MMM-OpenWeatherForecast .weather-alert .weather-alert-source {
display: none;
}
@sdetweil easier fix in css:
/* Disable alerts */
.MMM-OpenWeatherForecast .weather-alert .weather-alert-description,
.MMM-OpenWeatherForecast .weather-alert .weather-alert-source {
display: none;
}
Module shouldn’t have interfered with wifi - Do you have a Pi 4? There’s a couple of problems with Pi 4’s and Wifi.
if you’re using a QHD resolution, it can jam wifi. second - if you’ve got 5ghz enabled, it can jam wifi.
@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.
@sdetweil It’s easy fixes. I just reverted to a point where I had the proto-settings but not the actual use of them. 🤪🤪🤪
One other thing you can do is run “npm run config:check” in the magicmirror root directory (~/MagicMirror) - it’ll run through and see if there’s anything that’s slightly out of wack to blank the mirror but not out of wack enough to throw an error. It’s saved me lots of headaches several times.
@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.
@Eric_H config:check hasn’t worked as of 2.12.
Gonna have to manually run through for now.
@oraturk75 My rules:
Must plug HDMI into the bottom, top, or side, not the back. (Flat against the case)
Must have VESA Mounting if I keep the shell on.
Must remember if it’s on or off through power outage.
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.
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.