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!
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-SingleStock
-
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. -
MMM-SingleStock
I have been trying for a week now to get Single Stock to work again.
I removed and reinstalled it.
tried it again, no luck.
ran npm install in the modules/MMM-SingleStock folder.
still no luck
Went and deleted and made a new API token.
Still no luck.
Any Idea’s as to what I am doing wrong?
I have 32 other modules running using carousel but can not get this one to work.
Do I have to have config.js set to 0.0.0.0 or localhost instead of [ } ? -
RE: SingleStock
@plainbroke
I can not get SingleStock to work for some reason.
I have removed (deleted) using “sudo rm -rf” then reinstalled.
git clone https://github.com/balassy/MMM-SingleStock.git
did npm install
went at got a NEW api token at https://iexcloud.io/console/tokens.
Just incase my old one expired or was corrupt,
still no luck.
Any IDEA’s ???
I just want to monitor my UPS Stock. -
RE: pm2 doesnt work with crontab
@Assassins
I would like to see this script. Please. -
RE: Move the number in each day of monthly calendar
@MMRIZE
Thank you so much. I would have never come to that conclusion. -
V2.24
Having issues updating to V2.24.
I tried using Sams automated update script.
It goes through and updates it , but as soon as I reboot I am back to 2.23 and have lost all my changes to my config.js and custom.css . I even lost the modules I just installed today on v2.23. I am using a external ssd drive 120gb.
Thanks
Jeff. -
Move the number in each day of monthly calendar
Re: MMM-CalendarExt3
How do I move the date number to the bottom left or right of the days box. Instead of the upper right, I would like the bottom right.
I can not figure out what the correct syntax is to do this.Help,
Thank you. -
RE: Axis camera display
@alex2
MMM-WebVeiw worked for one camera but I can not get more than one instance to run Like i do with MMM-RTSPStream but I had to go back to the OS before bullseye. -
RE: Wyze Cam V3
@scumbelly
Did you ever get the V3 cam to work with MagicMirror?
Did you find a module that works with the Wyze Cams? -
MMM-WebView
I would like to run multiple instances of the module MMM-WebView.
That way I can get away from the RTSPStream module that is a pain to keep running and slow to load with a heavy load on the Raspberry Pi.
But my skill level is not good enough to figure out how to do so.