@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.
Read the statement by Michael Teeuw here.

Posts
-
RE: MMM-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.