@Muzziboy Great that it worked out! :)
Read the statement by Michael Teeuw here.
Posts
-
RE: Noob need help
One of my TV’s have some kind of automatic dimming based on the total brightness of what’s shown. Looks a bit like your video. So look in the settings/manual of the screen and see if you can find anything about this and if you can turn it off.
-
RE: My hallway 27" MagicMirror! (Sweden)
Looks really nice!!
Tip: as a Swede with kids, you might be interested in my school lunch module: https://github.com/retroflex/MMM-Skolmaten
-
RE: [MMM-Remote-Control] Can not access remote control module
@motdog If you open up a port for outside access of MM you’ll have to whitelist all IP’s since your phone changes IP. You will then expose it for everyone. This includes the config.js file, which might contain passwords to calendars etc. So be careful! Best option is to connect to your network using VPN. It is possible to setup a VPN server in some routers.
-
RE: Sometimes random modules gets hidden
Check the log file. Search for hide or similar. Maybe there is a notification from somewhere that hides the modules.
Also add the excellent MMM-Logging module to get time stamps in log file, helps a bit when debugging.
-
RE: Considering taking donations to support the MagicMirror project. Interested in your thoughts!
Donated here as well. Again, thanks for this amazing project! :)
-
RE: How to remotely add long links?
On Windows I like MobaXTerm. It allows you to access the command line and browse files on your Pi.
-
RE: Considering taking donations to support the MagicMirror project. Interested in your thoughts!
MM has been the most fun and at the same time useful project I’ve ever been involved with. I will definitely donate! And I wouldn’t have learned node.js and extended my Linux knowledge if it wasn’t for MM, which is worth a lot. Great work @MichMich!
I think single donations is the way to go (or at least the option for single donations). I think people are more hesitant to sign up for monthly/yearly donations.
-
RE: Control MM with a Google Home
@Sean Thanks. I have DDNS setup, I just prefer to keep all ports closed if possible. I also have VPN server setup in my router, but that really doesn’t help here.
From what I understand google action requires you to say to google home: “I want to speak to magicmirror” before you can trigger any command. Then the whole point with using voice to simplify is gone imo.
I will look into MMM-AlexaOnOff more and post if I succeed in connecting my google home.
-
Control MM with a Google Home
So I got a Google Home Mini for Christmas, so I’ve tinkered around a bit to try to control MagicMirror with it… but I haven’t found a way yet.
Most posts seems to be either about Alexa or to run Google assistant on the RPi itself. But someone must have done this before…
My tests so far:
-
Created an IFTTT applet that triggered a webhook to send notifications via MMM-RemoteControl. But my mirror IP is local. I had it port forwarded before, but when I realized anyone could access my config.js I turned that off. So I gave this up.
-
The above but tried to also use Tasker on Android (and other similar apps I don’t remember the name on). I struggled with this and got nowhere. Also, if I would succeed, it would only work when my phone is at home.
-
I installed MMM-TelegramBot. So now I can control my mirror from anywhere by chatting with the bot and for example texting “/hideall” to it. All modules are hidden instantly. Cool! I could also write to the chat via the rest api:
https://api.telegram.org/bot[token]/sendMessage?chat_id=[myuserid]&text=/hideall
That wrote /hideall in the chat, but did not trigger the hide all action. I guess it is because a bot sent message cannot trigger a bot command. -
Just now I found this:
https://forum.magicmirror.builders/topic/9211/mmm-alexaonoff-simple-mirror-control-from-external-home-assistant-alexa-google-home-hass-io
I haven’t tried that yet, but it is named AlexaOnOff and I found no mention of anyone using it with Google Home. Has anyone tested?
So… does anyone have any other bright ideas? :)
-