@sdetweil - Interesting… Sure, I’ll copy and paste the output (from the Surface RT to this computer so I can paste it).
I’ll be back… :-)
@sdetweil - Interesting… Sure, I’ll copy and paste the output (from the Surface RT to this computer so I can paste it).
I’ll be back… :-)
Hi.
I recently respun a Microsoft Surface RT and installed Raspbian on it. The Surface RT runs Linux just fine, so I went and installed MM2 on it, however when I start it (npm start), I get a black screen with the mouse/cursor on it. I’ve waited a long time, but the screen stays black, however something is running because if I hit Q, MM2 quits gracefully.
I’ve tried Googling for answer, and the closest I found was when someone got a black screen at startup (they were installing on a RPW, I believe), and they just had to wait a while for various packages and such to be downloaded. I waited and waited (like an hour), but when I came back, I still saw the black screen.
I also went into the config file and disabled (commented out) all the modules except one, and the system still gave me the black screen. I also commented out that last one and uncommented a different one (so I would have at least one module), but alas, still I get the black screen.
Also, I didn’t see any obvious things in the logs that were displayed to the screen.
Any idea what might be going on or how I should go about debugging it?
Thank you for your time.
Greetings, all.
I am in the process of creating a To-Do board for my teenage daughter. This is a project that I’ve been mulling over for several years.
=== Short Version ===
I want to implement a to-do list system and have a number of displays around the house that can display various to-do items (and each item may have it’s own foreground or background color; could be on solid or blinking; etc).
I’m wondering if there’s a MagicMirror module that would meet either of the following criteria:
Display a table (N rows; 1 column) in the middle of the screen. Each cell can be controlled independently of the other cells. Each cell can have a different color (e.g., some cells are green while other cells are red) and the cell can either be on solid or can blink.
Display the output of a web page in the middle of the screen.
Whatever module I choose needs to support reacting to received MQTT messages:
Are there any MagicMirror modules that would satisfy the above requirements? I tried searching for something like this, but I struck out. Perhaps I’m not searching properly.
=== Long Version (feel free to skip/skim through this part) ===
Originally, the plan was as follows :
(1) Use specially crafted Google Calendar events (like “Feed snake”, “Take out the garbage”, “Music lesson”, etc) that would happen at predefined times (e.g., “Feed snake” would be every 2 weeks; “Take out the garbage” would be weekly).
(2) There would also be events that are triggered manually like "Unload dishwasher. These events would be triggered manually (e.g., have a button on the wall that I could press to start the “Unload dishwasher” event).
(3) All these things would be displayed on a 3D printed backlit shadowbox:
(4) When a shadowbox receives an MQTT message to turn on the LEDs for a specific event, the corresponding line on the shadowbox would:
(5) There would be multiple shadowboxes around the house (kitchen, living room, daughter’s bedroom, etc).
(6) As mentioned above, there would be a series of buttons where each button corresponds to one event that is listed on the shadowbox. To stop an event (or manually start/restart an event), the corresponding button would be pressed. The shadowbox in the kitchen would be the one shadowbox that has buttons on it.
The whole idea is to try to get my daughter’s attention when an to-do item (event) needs to be addressed.
Thanks.
Greetings, all.
Hopefully this is a quick question… If I wanted to have multiple instances of the MM server (so one can serve out one kind of web page; the second serves out a different web page; etc) on a single box, is there a right or wrong way to do this?
Searching the forums, I see some old discussion about creating three sets of config files then (presumably) having three instances of the server, each one using its own config file.
Given that Docker has come on the scene relatively recently, would it make more sense to have three Docker sessions and one MM server per Docker session (so that scripts and such wouldn’t have to be copied and modified)…?
Thoughts?
Thanks.
-Jon