@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
@lazerclone
Been using Carousel for a few years now and it works great. You can have pretty much as many modules as you want circulate through with it.
I would like to have the ability to have each or individual modules timed to stay up longer or shorter time periods, but have not really dove into working out that small issue with carousel…
@sdetweil
Yes it is in there.
I am going to turn in been sick for the last 2 days. worn out…
Take your time with it. I am in no hurry.
@mumblebaj
Well I got everything So we can read them now.
Thank you.
@KristjanESPERANTO
Will do.
Thank you for checking it out…
@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”…
@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…
@sdetweil
After messing with Confusius says for some time this morning. Using the window,
I figured out why I was having so much trouble finding the correct code to use.
my second half of the window you showed was not showing up, It was hidden.
Now that it shows and I found my glasses. This should become easier…
I don’t do it often enough to remember the details so we will see how I do down the line.
Thanks for the coaching. It is really appreciated.
@maria151
Where do you find the UNOFFICIAL modules for Life360?
@sdetweil
Try Your pages module running 51 modules, one every 90 seconds.
DynamicWeather running in the background (cloudy today), was the one that made it impossible to see anything else. After I got it stopped my // it out and disabled: true, for it. I was able to see what you where talking about at least. I just missed the part where it showed the full name of the module as a clue as to how to format the code in the custom.css so that that MM could understand it… FYI you can not use the window with mplayer it covers the whole screen, had to kill it too.
Bingo the CountUp module header is now big enough to read and orange.
Thank you so very much Sam.
I know you have to get tired of those of us that do not have a clue and do not seem to catch on over the years. You are good soul.
Have a great evening.
Just Jeff
@sdetweil
I really am burn’t out I saw that right below it that I needed to use the full module name for the header. MMM-CountDown was the same way… All I had to do was change the Down to UP and I would have had it… Oh well, at least I learned something today with the window thing… I just have too much going on, on my mirror for it to show things in the elements window…
I will install the ones I have trouble with one at a time on my spare mirror I just got running on a Le Potato. That thing is a trip to get up and running. I made an image of its base up and running, complete with MM running with no modules. that way it only takes 5 minutes or less to get it back to minimum setup.
Again thank you for your patients.
Jeff
@sdetweil
Ok I found that and put it in my custom.css
.CountUp .module_header{
font-size: 65px;
}
With no change.
What am I not seeing or doing wrong with my code. ???
Once I finally find the answer it did not work…
I am burnt out today. I will attack it again tomorrow.
I have learned how to enlarge gif files. and If they put a css file I pretty much can find the correct thing to enlarge the fonts i want then. but this does not work well for me I click on the thing I want highlighted and it does for a split second then goes away never showing anything different in the html side… Maybe I should look at this from an html editor side of the file and I can see it then… Probably not able to do that though… I will keep trying to figure it out each time before I bug the forum for answers.
@sdetweil
It shows me nothing but dynamic weather in elements window. Then a bunch of .js
I am guessing I will have to stop all other modules except the one I want look at, to figure this out on my own.
Is that correct?
@sdetweil
Yea I know, but I can not for the life of me see what you see.
It is so frustrating for me, to not be able to do the dev window elements.
It looks like Chinese to me…
I will have to see if a bigger screen helps.
I will plug my laptop into the 42 inch tv screen and see if that helps any…
Plus with pages running 40+ modules it takes so long to come back around, I sometimes just give up… and try what has worked in the past…
Thanks for you patience with me.
@sdetweil
Sorry, brain fart.
Yes module header.
Did you find something?
I looked for an hour and then tried these.
But no go…
It is still really little and gray.
.countUP tr td.header {
color: orange;
font-size: 60px;
}
.countUP .header {
color: orange;
font-size: 60px;
}