yes. It’s all in CSS. Take a look at the CSS file in the directory, and copy over to your custom.css
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-Multimonth
-
Monitor external program...
I need a clue on how to do this - I’m wanting to make sure an external program is running on my Pi. and if it’s not display a message on the screen. is there a way to check such things within the magic mirror system?
-
RE: How to hide desktop screen when raspberry turned on?
@sdetweil I’d put that under “sensor” – but how do you do that?
-
RE: How to hide desktop screen when raspberry turned on?
FWIW, there’s lots of modules available for turning off/blanking the screen when not needed - that way you can leave the pi running (at minimal power use) and just have the screen turn off and on with a sensor or button…
-
RE: Forum updated - I could use your help
@Mykle1 We’re sorry, the forum you have attempted to reach has been full of bugs, please try your connection later.
🤣🤣🤣🤣
-
RE: Forum updated - I could use your help
Perfect. Actually, it appears to be that case. Thanks!
-
RE: Forum updated - I could use your help
@sdetweil Which plugin, and is it fixed, or do we have to do something on our end? I’m not finding it.
-
RE: dead SD-card every aprox. 6 months
Speak of the evil, the evil happens. Blew up my SD card.
-
RE: Forum updated - I could use your help
with brackets outside of it - [ card: ]
see: https://forum.magicmirror.builders/topic/1440/showcase-guidelines
-
RE: Forum updated - I could use your help
@sdetweil “Card” is the method used to show github links in new modules,
card:BKeyport/MMM-Multimonth
used to provide a cute little hotlink to https://www.github.com/BKeyport/MMM-Multimonth for instance.
-
RE: Forum Git-Card feature broken?
Sam, true - however, if as with previous bugs, it’s all over nodebb’s forum.
-
RE: Forum updated - I could use your help
Browser: Brave (Chrome based): Version 1.7.92 Chromium: 80.0.3987.163 (Official Build) (64-bit)
Post reply with theme other than default, doesn’t show right away, don’t clear out the typing/preview windows upon reposting to same topic, it was so bad that I had to navigate away from forum to see post, a simple reload didn’t fix it.
Github cards don’t function.
edit: Now I’m frequently getting random 503 errors.
-
RE: dead SD-card every aprox. 6 months
can you explain how to do this, or provide a link to an explaination?
-
RE: Forum Git-Card feature broken?
so weird… Oh well, maybe the nodebb crew will figure out which two sticks to rub together to get it fixed soon.
-
RE: Forum Git-Card feature broken?
I went from a theme to the default. Even refreshing in the theme I was using wasn’t showing the post was accepted. The big part was it was acting as if the post wasn’t accepted… Leave and come back, and the post wasn’t there. had to navigate off site and then come back to see it - even then, you reply to something else on the thread, and the contents of the post was still in the edit box.
-
RE: Forum Git-Card feature broken?
There’s more bugs than functionality at this point. Grrr. carry on, I guess. One thing I noticed, if I strip off the theming, it fixed my major issue - things not showing as posted and the post data stuck…
-
MMM-Multimonth
MagicMirror Module to display a calendar with multiple months
A mini-calendar with as many months as the user wants, assuming screen space is available.

Download
https://www.github.com/BKeyport/MMM-Multimonth
[card:BKeyport/MMM-Multimonth]Installation
Clone this repository in your ~/MagicMirror/modules/ folder ( $ cd ~MagicMirror/modules/ ):
git clone https://github.com/BKeyport/MMM-Multimonth.gitUsing the module
To use this module, add it to the modules array in the config/config.js file:
{ module: 'MMM-Multimonth', position: 'top_left', // can be any of the postions config: { // Optional - will default to 3 months, with one previous and one next. startMonth: -1, // Define when you start from current month (negative is before current, zero is current, positive is in future) monthCount: 3, // How many months to display highlightWeekend: false // highlightWeekend if desired, set to true. } }Many thanks to kirash for the inspiration with the monthly_calendar module, sdetweil and lavolp3 for the help in coding and CSS work. Without your help, this would just be a pipe dream.
This is a basic module, but I felt it was good enough for release to the public.
Please, if you have any suggestions for improvement, let me know, I’m learning Javascript and CSS as I write this, and I dream of much bigger things.
~~Localization is provided by moment.js and controlled by the master language of MagicMirror. Please file any errors with localizations as bugs with the moment.js team - https://github.com/moment/moment/~~
Please see github for version info and further instructions.
-
RE: My first written module

Well, there it is. My silly little module. Pretty.
-
RE: My first written module
@lavolp3 Wow. that’s a really handy description, Thanks.