@djboob66 I normally use Google for such things. Should I use something else?
Read the statement by Michael Teeuw here.
Posts
-
RE: Problem with MMM-email
-
Problem with MMM-email
When it’s running, the module displays
‘No new mails’ – EVEN IF I send new mails.
Logging into the imap server happens without a hitch, and the server accepts mail without any problem. But I’m trying to get the messages to show up on my MagicMirror, and this fails. I’m running out of ideas, so I’m sending as much detail as possible and hoping someone can help identify what’s (not) happening.
The relevant module in my config.js’ file looks like this:
{
module: ‘email’,
position: ‘bottom_right’,
header: ‘Email’,
config: {
accounts: [
{
user: ‘aaaaaaaaa@bbbbbb.com’,
password: ‘XXXXXXXxxxxxxxx!’,
host: ‘imap.bbbbbb.com’,
port: 993,
tls: true,
authTimeout: 20000,
numberOfEmails: 2,
},
],
fade: true,
maxCharacters: 30,
}
},Startup looks like this:
magicmirror@2.16.0 start
DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js[17.08.2021 16:10.59.790] [LOG] Starting MagicMirror: v2.16.0
[17.08.2021 16:10.59.796] [LOG] Loading config …
[17.08.2021 16:10.59.804] [LOG] Loading module helpers …
[17.08.2021 16:10.59.807] [LOG] No helper found for module: alert.
[17.08.2021 16:10.59.972] [LOG] Initializing new module helper …
[17.08.2021 16:10.59.973] [LOG] Module helper loaded: updatenotification
[17.08.2021 16:10.59.975] [LOG] No helper found for module: clock.
[17.08.2021 16:10.59.977] [LOG] No helper found for module: compliments.
[17.08.2021 16:11.00.090] [LOG] Initializing new module helper …
[17.08.2021 16:11.00.091] [LOG] Module helper loaded: email
[17.08.2021 16:11.00.993] [LOG] Initializing new module helper …
[17.08.2021 16:11.00.995] [LOG] Module helper loaded: MMM-TelegramBot
[17.08.2021 16:11.00.997] [LOG] No helper found for module: MMM-WeeklySchedule.
[17.08.2021 16:11.01.338] [LOG] Initializing new module helper …
[17.08.2021 16:11.01.340] [LOG] Module helper loaded: MMM-Weather
[17.08.2021 16:11.01.341] [LOG] No helper found for module: MMM-Worldclock.
[17.08.2021 16:11.01.342] [LOG] All module helpers loaded.
[17.08.2021 16:11.01.429] [LOG] Starting server on port 8080 …
[17.08.2021 16:11.01.445] [LOG] Server started …
[17.08.2021 16:11.01.447] [LOG] Connecting socket for: updatenotification
[17.08.2021 16:11.01.448] [LOG] Connecting socket for: email
[17.08.2021 16:11.01.450] [LOG] email helper started …
[17.08.2021 16:11.01.451] [LOG] Connecting socket for: MMM-TelegramBot
[17.08.2021 16:11.01.453] [LOG] Connecting socket for: MMM-Weather
[17.08.2021 16:11.01.454] [LOG] Sockets connected & modules started …
[17.08.2021 16:11.01.721] [LOG] Launching application.
[17.08.2021 16:11.04.656] [LOG] listening for emails…
[17.08.2021 16:11.04.669] [LOG] [TELBOT] MMM-TelegramBot Version: 1.3.8
[17.08.2021 16:11.04.686] [LOG] [TELBOT] Ready!
[17.08.2021 16:11.04.690] [LOG] [WEATHER] MMM-WEATHER Version: 1.0.3
[17.08.2021 16:11.04.767] [INFO] Checking git for module: email
[17.08.2021 16:11.04.820] [INFO] Checking git for module: MMM-TelegramBot
[17.08.2021 16:11.04.860] [INFO] Checking git for module: MMM-WeeklySchedule
[17.08.2021 16:11.04.894] [INFO] Checking git for module: MMM-Weather
[17.08.2021 16:11.04.925] [INFO] Checking git for module: MMM-Worldclock
[17.08.2021 16:11.14.947] [LOG] listening for emails… -
RE: Contrasting text on changing background
@sdetweil I guess one could cheat a little by doing something with an animated (slow) colour gradient, assuming that the text will be visible some of the time (in the place where I do it) - but that not much of a solution… (sigh)
-
Contrasting text on changing background
I’m trying to come up with a configuration that (mostly) guarantees text visibility in the following way:
White background shows black text and vice versa
Yellow background shows blue text and vice versa…the point being that the text color should ALWAYS be different from the background color, so that it can be read even if the background color changes. I’d also like that to happen with randomly-selected wallpapers.
So I’m wondering: Is it something I can do with CSS?
Or do I need to try something else? -
Barbershop MMMirror
For those who are locked down and need a haircut badly enough to do it themselves.
It’s hard to properly cut hair on the side and back of my head when I can’t see it – so I’d love to be able to have a mirror that on command will (wait long enough for me to turn around and) take a photo, and display it long enough for me to evaluate what I’ve done.
I’m aware that it might take a bit more hardware and some coding, but need ideas as to how to proceed.
-
I'm looking for an MM module that will play .flac files.
I’ve examined some player modules, but am rapidly coming to the conclusion that it might be easiest to convert my 7000+ music files into mp3s. Does anyone have a better idea?