@sdetweil
Found it
MMM-DumbAssCatFacts.js
change line 100,
from
this.facts = data.body.all;
to this
this.facts = data.body;
Sam
@sdetweil
Found it
MMM-DumbAssCatFacts.js
change line 100,
from
this.facts = data.body.all;
to this
this.facts = data.body;
Sam
@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…
@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”…
@mumblebaj
Well I got everything So we can read them now.
Thank you.
@KristjanESPERANTO
Will do.
Thank you for checking it out…
@sdetweil
Thank you Sam,
That fixed my issue, and let me use the default clock files…
Cool thing is with the old setting in the Custom.css file I can change the colon : color between the numbers a different color.
Fun Fun Fun.
@cgillinger
I installed your module, it does nothing when its turn comes up in MMM-pages.
I am running Bookworm, MM 2.30 on a Pi 4 8gb. How do I pick the messages?
Not quite enough information to run this module.
Please help with the setup…
@rkorell
@sdetweil
Never mind I am stupid.
I figured out that I had removed several sections of the config file that was in his readme. Then went and re numbered the lines.
Which really upset the apple cart.
I did have to change the parts you said @rkorell.
But the rest was my doing. Compare the first Config i posted and this one and you will see what I did.
{
module: "MMM-Pinfo",
position: "middle_center",
config: {
debug: false,
refresh: 5000,
itemAlign: "left",
labelAlign: "left",
valueAlign: "right",
labelSize: 400,
containerSize: 500,
DEVICE: {
labelModel: "Model",
displayModel: true,
orderModel: 1,
labelSerial: "Serial",
displaySerial: true,
orderSerial: 2
},
OS: {
labelOs: "OS",
displayOs: true,
orderOs: 3
},
NETWORK: {
labelType: "NET Type",
displayType: true,
orderType: 4,
labelIPv4: "IPv4",
displayIPv4: true,
orderIPv4: 5,
labelIPv6: "IPv6",
I deleted these 2 lines and then changed orderMac: 6 and so on down the
List..
DISPLAYIPV6: FALSE,
ORDERIPV6: 6,
labelMac: "MAC",
displayMac: true,
orderMac: 7
},
RAM: {
labelRam: "RAM",
displayRam: true,
orderRam: 8
},
STORAGE: {
labelStorage: "Storage",
displayStorage: true,
orderStorage: 9,
},
CPU: {
labelType: "CPU Type",
displayType: true,
orderType: 10,
labelUsage: "CPU Usage",
displayUsage: true,
orderUsage: 11,
labelTemp: "CPU Temp",
displayTemp: true,
orderTemp: 12
},
UPTIME: {
labelUptime: "Uptime",
displayUptime: true,
orderUptime: 13
},
WARNING: {
enable: true,
interval: 1000 * 60 * 5,
check: {
CPU_TEMP: 65,
CPU_USAGE: 75,
RAM_USED: 80,
STORAGE_USED: 80
}
},
}
},
@sdetweil
yes, I tried using your script like usual, but it gives me the electron message.
I have bookworm 32 bit on it. Went into raspi-config and set the default browser to firefox. Set my location and time ect. Turned on VNC had to update the raspi-config first. So many hoops to jump through anymore… Can I install electron manually so that your script works on my pi0 ? I like your scripts they take a LOT of the time setting up out of the equation… Especially your backup script… It saved me a lot of work recently when I lost the sd card on my LePotato that only runs MMM-MPlayer So I have a screen with my Driveway camera showing 24/7, I live out in the sticks.
I had MagicMirror on my PiZero and lost the sd card, replaced it with a new one and now I can not get MagicMirror to load.
@mishman
cd MagicMirror/modules
git clone https://github.com/fewieden/MMM-NFL.git
cd MMM-NFL
npm install --production
Configure your ~/MagicMirror/config/config.js:
{
module: "MMM-NFL",
position: "middle_center",
config: {
colored: true,
helmets: true,
focus_on: ["KC", "BLT", "BUF", "CIN", "CHI", "CLE", "DEN", "PHI", "TB", "DAL", "MIA", "NYJ"],
format: "ddd, hA",
reloadInterval: 1800000,
tableSize: "large"
},
},
the options are on the github page.
https://github.com/fewieden/MMM-NFL
@_V_
You can set crontab -e to stop mm .
Here is the lines from my crontab -e
# Turn off display Sunday - Thursday at 21h00
00 21 * * 0-4 /usr/local/bin/pm2 stop all
# Turn off display Friday - Saturday at 21h00
00 21 * * 5,6 /usr/local/bin/pm2 stop all
# Turn on screen Monday - Friday at 6h45
45 06 * * 1-5 /usr/local/bin/pm2 start mm
# Turn on screen Saturday - Sunday at 7h30
30 07 * * 6,0 /usr/local/bin/pm2 start mm
My screen has no background and is black in color, then I set my bar to black with gray letters. That way when MM is not running the screen is really dark .
works pretty well for night time. Your mileage may vary…
@cpcode
Once your have your setup completed, to what you want. You can use Win32Diskimager to make a .img file that you can reinstall with balenaetcher or RaspberryPiImager. I went to USB devices or NVMe drives.
I use Sam’s backup mainly to save my config.js and custom.css files so I never loose the main settings to the Current MM I have running. The list of modules helps too.
I also keep a module folder backup BACKUP is so critical if you are using sd cards.
I use Tapo they are cheap too. They are RTSP able and I use them with MMM-MPlayer on a dedicated PI and one camera pops up on my main PI with the other 50 + modules using Sams pages module. They are also PTZ camera’s I think I paid 16 for the cheapest one and like 38 for the most expensive one. I have 3 of them and 5 Wyze cameras but only 3 that are RTSP able.
Just my 2 cents…
@briantogo
I use MMM-MPlayerit will let you us rtsp if your nest camera supports that.
Not my module, just one of 50 + I use on my mirror.
Are we going to be able to get NFL scores ect with MMM-NFL this year?