@ankonaskiff17 Just throwing out there that the module I referenced earlier does indeed have SpaceX launches on it, it just also has launches elsewhere (China being one of them and non-SpaceX but US-based launches too). And outside of MagicMirror, SpaceFlight Now has various rocket launches listed, including SpaceX and some of them farther in the future (like there’s an Arctic Satellite Broadband Missing going up on SpaceX sometime in 4th quarter this year).
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-SpaceX Only Showing 2020 Launches
-
RE: MMM-SpaceX Only Showing 2020 Launches
@KungFuCharlie https://github.com/poketcalulator/MMM-Rocketlaunch works but does pull in more launches than at KSC.
-
RE: MMM-RainForecast
@lparco When you’re saying its displaying a narrow window, are you meaning the data shown is only for a narrow period of time or can you share a screenshot?
-
RE: MMM-Reddit "No valid posts to display"
@sdetweil Reddit has discontinued access to its API by Pushshift.io, so if this module uses that service, that would be the ultimate cause. But it could also just be that other changes made by the API requires the module to be updated.
-
RE: After update 2.23.0 crash
@sdetweil By chance, do you know of a command I can run to kill any running Node processes? I’m trying to run your upgrade script and its unable to upgrade Node because a process is already running. Googling gives me code to use within an application but that doesn’t seem like it’ll work from the CLI.
doing test run = false update log will be in /home/pi/MagicMirror/installers/upgrade.log Check current Node installation ... Node currently installed. Checking version number. Minimum Node version: v16.13.1 Installed Node version: v10.24.1 Node should be upgraded. A Node process is currently running. Can't upgrade. Please quit all Node processes and restart the update. running process(s) are pi 881 879 0 09:05 ? 00:00:00 node ./node_modules/.bin/electron js/electron.js
-
RE: Random MagicMirror Updates?
@karsten13 So we probably don’t want to update our installs it sounds like?
-
RE: Places been globe module
@magmar MMM-Globe looks like what you want. I will warn that there’s a different MMM-Globe that gives you relatively real-time pictures of Earth, so do be careful which one you’re looking at.
-
RE: Schedule restart MagicMirror
@cldparisi Out of curiosity, what are you hoping to accomplish? I ask because MMM-Watchdog will quit the app (and if you have pm2 set to start MagicMirror automatically, it’ll get started once WatchDog kills the app). So, that might work for you?
-
Monitoring open doors/windows?
Hello! I’ve got my current MM running nice but I’m looking ahead to some changes in my living situation in a few months and I know I’ve seen a few people on here show off their mirror with modules showing whether a door was open or closed or lights on/off in various rooms and I was curious what modules/sensors were being used for that or was the data being pulled separately into the display?