You can get a hint from this thread.
https://forum.magicmirror.builders/topic/18069/multiple-modules-in-a-region?page=1
Read the statement by Michael Teeuw here.
Posts
-
RE: Large Numbers
-
RE: [HOW_TO] MagicMirror as Desktop Wallpaper (all platform : updated)
@JohnGalt
To be honest, I always install MM on various env, manually by myself. Never with his script. So my experience will not be helpful.
Anyway,
Even in windows (I installed MM many times on Windows) it is always same.- Install git-bash
- Install nvm-for-windows, then install node js through it.
- Make a working directory for MM on git-bash terminal.
- Clone repository of MM on that directory with git command.
- Edit some path in package.json for Windows.
- execute
npm install
. - Make config.js, custom.css
- For fonts and bundle, install them.
Well, For me it’s not difficult at all but I recommend @sdetweil ‘s script for beginners. As far as I know, it will work on all Windows version.
-
RE: ChatGpt intergration
There are several TTS modules, so output would not be a big issue.(And text-only-displaying would not be the issue at all.)
The real issue might be how to ask/input.
One idea is using telegramBot. Hmmm… interesting. -
RE: MMM- Google Photos error install
@demzykster
I think you did ‘npm install’ in wrong directory.(maybe /modules directory instead of /modules/MMM-GooglePhotos , I guess) -
RE: Two color font?
I think most efficient and easiest way is using text-shadow dropping.
-
RE: [HOW_TO] MagicMirror as Desktop Wallpaper (all platform : updated)
@sdetweil
I prefer bash. For similar experience with real -NIX/MacOS. -
RE: Suunto fitness data
@matt216
Suunto doesn’t provide API to personal developer, only to company. -
RE: Controller Board crashes after a while
@nyghtx
I used the same hw with you,(in my case, controller is slightly different anyway)
Most possible reason might be the physical connection is broken. Keep the cable plugging tightly. -
RE: Use local ICS file instead
I found two things;
- Your calendars have no
name
(that is not theheader
), but you tried to refer to them in thecalendarSet
of the module.
So, you need to entitle the name to refer specific calendar;
- You’d better set a color to the calendar.
The result will be;
- Your calendars have no
-
RE: [HOW_TO] MagicMirror as Desktop Wallpaper (all platform : updated)
@OscarVsp
You can check whether MM is really ‘most-bottomed’. Adjust some CSS to check whether MM is “COVERING but just transparent” against other icons or applications.