Still trying to fix this, any idea how to keep on troubleshooting? :) Thanks!
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-Remote-Control - brightness not fullscreen
-
RE: Display random gif from folder
I’m SO sorry that I forgot to reply to you. I thought I did and found this old thread now. I used your example and can now, with a touch of a button on the wall, display a random gif from giphy on my display. Superfun! Huge thanks for your help!!!
-
RE: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast
I’m sorry if this is stupid - but I’m currently showing extraCurrentConditions - high/low + precipitation. And precipitation shows in “mm” and I’d prefer if it could show in % how likely it is to rain/snow that day. So I know if I should bring an umbrella or not.
Is this possible? I tried using hourly forecast + extras and set that to 12 hours interval and only show one daily. But it didn’t work.
Thanks!
-
RE: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast
Oh, two more things. What css do I do to change color of the slash in H/L in “extraCurrentConditions” ?
And can I remove “Powered by OpenWeather”? I have such a small screen so have to remove even the smallest of things.
-
RE: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast
Any way to change the order of the different extraCurrentConditions?
-
RE: Reload when online
@sdetweil how do I do that when its detecting that it doesn’t have any internet? Do i need a script?
-
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!
-
How to control MMM-Carousel with mqtt/HA?
I want to run my magic mirror in some kind of slideshow view, or at least show one module full screen at the time. I then want to control what module to show/change slide using mqtt or some other way to make it control it through Home Assistant. In my research the only thing I’ve found is ‘MMM-Remote-Control’ but couldn’t understand if there was some way to make that work the way I want.
Thanks in advance!