@sdetweil how do I do that when its detecting that it doesn’t have any internet? Do i need a script?
fillilutten
@fillilutten
Best posts made by fillilutten
Latest posts made by fillilutten
-
RE: Reload when online
-
Reload when online
I’ve having some trouble with my wifi dongle, probably because of the quality of the dongle it self. Have been troubleshooting a lot and nothing helps. Anyway, I’ve managed to execute a shell script that auto connects when wifi is disconnected and this seems to be working fine. But the modules is not starting to run again and they act as if there was no internet connection. How can I somehow make them also reload when there is internet again?
Thanks!
-
RE: MMM-SmartWebDisplay : display web contents (including YouTube) on your MM
If I send a HTTP request via MMM-Remote-Control with an direct url to an .gif. Would work and play?
-
RE: Display random gif from folder
Unfortunately, even if it’s probably really easy, I don’t think I have the knowledge to edit in the code. But a new thought was - Isn’t there any module that you can “cast” or send image to? Just to send and img url. Then I could just push a gif or image to the magicmirror and fix all the other automations and etc in Node red + Home assistant.
-
RE: Display random gif from folder
@ashishtank I did but to my understanding I can’t tell that module with some kind of command to start showing images/gifs from one specific folder. That one just continues to the next in order, right? I want to be able to say via mqtt or http or something else - ok, now show random images from the folder called “rain”, “sunny” or “cloudy” etc.
-
RE: Display random gif from folder
This seems perfect just missing some kind of folder selection or some way to choose what specific group of images to display.
-
Display random gif from folder
I want to make a gif weather module and control it with my Home Assistant + node red.
I want to be able to show/hide random gifs from a local folder so I have different folders with rain, sunny and cloudy related gifs etc. And then send some kind of remote command (MQTT, HTTP or any other) to show gifs from that specific folder. All other automations can I do within Node red. I’ve found different modules that can display gifs but none that can first display random gifs, and then a module that in some way display from different folders on command.
Any idea where to find this and what modules to combine?
Hope you understand what I want and want to achieve. Huge thanks in advance
-
MMM-Remote-Control - brightness not fullscreen
I haven’t touched anything within body {} in main.css and have nothing in body {} in custom.css. But still the brightness feature isn’t covering the whole display, as seen in the screenshot below.
https://imgur.com/a/9qUNQcdI got it fixed with som tinkering with body margin 0, but then all my modules weren’t happy and wrongly placed. Tried adding padding and adding some negative margins to .MMM-Remote-Control in the custom.css but didn’t work either. Any idea how to fix? Thanks!
-
RE: [MMM-NowPlayingOnSpotify] – Display the currently on Spotify playing song
@fillilutten Addition! I would also be able to hide the Spotify logo when just in idle.
-
RE: [MMM-NowPlayingOnSpotify] – Display the currently on Spotify playing song
I really like it. Would really love to be able to hide all other info beside album art, like progress bar, artist, user, artist, album etc. So I could tune it to be just as I want.
Thanks!