I was planning on using https://www.dataplicity.com/ for my giveaway that I am working on. For the less technical of us this may be simpler and free
Read the statement by Michael Teeuw here.
Posts
-
RE: Remote SSH Access to the Mirrors You Give Away
-
RE: MMM-EARTH-Live & MMM-ISS-Live
Just when I thought I had my mirror set up how I liked it you do this?
Thanks
-
RE: MagicMirror screen goes black
@sdetweil thanks, that’s what I thought. I am starting a second mirror for me that when I installed MM was the new version automatically it seems.
-
RE: MagicMirror screen goes black
@sdetweil yes. I will delete it and see what happens. Typically its been every 3-5 days. I haven’t updated this version to the new software, should I or should I leave it alone?
-
RE: MagicMirror screen goes black
@sdetweil got a message that dev tools was disconnected, once page is reloaded dev tools will automatically reconnect
-
RE: MagicMirror screen goes black
@sdetweil thanks, I will next time. I just hit control c and then reclicked on the MM tab on the desktop and it starts running again
-
RE: MagicMirror screen goes black
So I am still getting this about every 3-5 days. I have now playing on spotify and am wondering if that is the issue. Dark Sky is my weather app but the issue I had with the number of requests is not an issue any more. Curious as to why this happens. At the same time I can see the screen via my remote module
-
RE: MMM-Simple-Logo
@ines I would suggest the google photo module as its meant to display multiple images and its easy to update the images
-
RE: It seems like MagicMirror is already installed.
@kellogg76 I’d format the card and then reinstall from scratch
-
RE: Would this be possible?
@Sean thanks. Ill try to modify the .css in the module I have and see what happens.
-
RE: Would this be possible?
@Sean after further review I am using MMM-NowPlayingonSpotify Would it work on that or do I need to install MMM-Spotify. Looks like they do the same thing, MMM-Spotify lets you control via voice if you so choose, which I don’t have set up but it shouldn’t be a problem I assume.
-
RE: Would this be possible?
@Sean yep. That’s it. So if I put another module in the same spot but after it in the config, Spotify would show up when playing and when paused/shut down the other module would show up?
-
RE: Would this be possible?
@bolish Thanks. I guess then I could also reverse it so when spotify plays music, it would hide the other module and then spotify would appear on my mirror.
-
Would this be possible?
I have the Spotify module that I love, but when I am not playing music I hate the black space in the corner where I have it located. Could I set it up so that when I am not playing Spotify music that another module shows in the space and when I play music, the module disappears? I know on the remote module I can manually hide and show modules but I want it done automatically. Can it be done?
-
RE: Power-saving modes?
I’m using a clapper to turn the monitor on & off. Old school meets new school
-
RE: NOAA v3 using too many requests?
@Mykle1 will do. I have tried a different key. Weird thing is that the first few days has a small amount of requests then it spikes
-
RE: NOAA v3 using too many requests?
@Mykle1 yeah its crazy. I don’t lock up often and I don’t know if it is a correlation. I may just try a different weather module to see if thats the solution
-
RE: NOAA v3 using too many requests?
@dazza120 interesting, Im now up to 600 requests and it locked up.
-
RE: NOAA v3 using too many requests?
@Mykle1 from my main config
{ module: 'MMM-NOAA3', position: 'bottom_left', config: { provider: "darksky", apiKey: "xxxx", airKey: "xxxx", css: "NOAA4", userlat: "38.751389", userlon: "-90.565948" } -
RE: NOAA v3 using too many requests?
@Mykle1 from the NOAA3.js
Module.register("MMM-NOAA3", { defaults: { animationSpeed: 0, initialLoadDelay: 8000, rotateInterval: 60 * 1000, updateInterval: 30 * 60 * 1000, apiKey: "", airKey: "", pws: "", css: "", frow: true, nupdate: false, userlat: "", userlon: "",