@sdetweil
It only runs a patched version of stretch right now. I am able to do the project I was wanting to do with it… at $55 it is a little pricey and a LOT more work to get running debian, but it is doing the job. Finally found a wireless adapter for the Libre and it is rock steady… Only thing I do not like is I can not seem to get it to boot from a usb drive has to be from sd card…
Fun little learning experience…
Best posts made by plainbroke
-
RE: Can MagicMirror run on other similarily priced hardware?
-
RE: Use local ICS file instead
@MMRIZE
You are the Man, I knew it was something simple that I was overlooking. As they used to say, “I sometimes can’t see the forest for the trees”…
Latest posts made by plainbroke
-
RE: MMM-SingleStock
0|mm | MESA-LOADER: failed to retrieve device information 0|mm | MESA-LOADER: failed to retrieve device information 0|mm | MESA-LOADER: failed to retrieve device information 0|mm | MESA-LOADER: failed to open kms_swrast (search paths /usr/lib/arm-linux-gnueabihf/dri:\$${ORIGIN}/dri:/usr/lib/dri) 0|mm | failed to load driver: kms_swrast 0|mm | MESA-LOADER: failed to open swrast (search paths /usr/lib/arm-linux-gnueabihf/dri:\$${ORIGIN}/dri:/usr/lib/dri) 0|mm | failed to load swrast driver 0|mm | [1969:0731/182543.028972:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times!
-
MMM-jast
Can anyone tell me the line I need to add to my Custom.css
to enlarge the font in MMM-jast? -
RE: MMM-SingleStock
@bhepler
These are the only things not in green. ```
code_text0|mm | [1607:0731/171531.058268:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 3 times! 0|mm | [1556:0731/171533.905455:ERROR:object_proxy.cc(590)] Failed to call method: org.freedesktop.NetworkManager.GetDevices: object_path= /org/freedesktop/NetworkManager: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.NetworkManager was not provided by any .service files
-
RE: MMM-SingleStock
@Jalibu
Thats all fine and dandy, except I now have to figure out how to make it very large to fit middle center on my 48 inch screen.
I had SingleStock all setup to fit my screen. I just need to know how to fix it really. I am using a 120px font with singleStock. -
RE: MMM-SingleStock
@bhepler
Ok, where are these logs you speak of?
I am not very good with all this. I do a lot of trial and error, to figure out what is needed to get MM to work the way I want it to.
After saying that I am pretty good at following instructions. -
RE: Is there a Difference between these ???
Ok, I get it I did not post it correctly.
What I am trying to get at does it matter if the line is one line of text or does it need to be several lines to make it read correctly in MM? -
Is there a Difference between these ???
Does config.js see a difference between these?
{
ipAddress: “192.168.178.31”,
name: “QNAP1”,
icon: “database”,
colorStateOnline: “green”,
colorStateOffline: “red”,
},{ ipAddress: “192.168.178.31”, name: “QNAP1”, icon: database", colorStateOnline: “green”, colorStateOffline: “red” },
I only ask because I can not get the color State’s to work.
-
RE: MMM-NetworkScanner
I finally figured out that I can use 2 instances of this module. Like so and they show up side by side on the screen allowing me to run 20 or so in this module.
{
module: “MMM-NetworkScanner”,
position: “top_left”,
header: “”,
config: {
devices: [
{ ipAddress:
{
module: “MMM-NetworkScanner”,
position: “top_right”,
header: “”,
config: {
devices: [
{ ipAddress: -
RE: V2.24
Turned out to be a failing ssd drive.
Replace SSD found old backup of MM so only had to do a little rebuilding of custom.css and config.js
Used Sams backup restore program to restore all but a couple of the modules 33 at this time.
Thanks Sam for the help… -
RE: pm2 doesnt work with crontab
This is all I use in my crontab -e
15 07 * * * pm2 start mm
30 21 * * * pm2 stop all
Shuts MM down at 9:30 pm
Starts MM backup at 7:15 am
EVERYDAY.
I have a Black background color and the bar at the bottom using black background which makes it look like the screen is off basically.
That way it doesn’t flood the room with light at night.
Also less read / writes to the ssd drive I use for my MM.