@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
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”…
You can try MMM-Fuel you have to use gasbuddy instead of autoblog.
It works for me at least for now…
@sdetweil
Wow, Thanks, I finally figured out what you have been trying to tell me.
Found the wording to make it big enough to read now…
\Thanks for you help Sam…
What am I missing to get the gray line above the line to the same size. Here is my css.
.MMM-CoupleDays .header {
Font-size: 85px;
Line-Height: 87px;
Text-align: center;
}
.couple-days-content {
font-weight: 400;
Font-size: 85px;
}
.couple-days-wrapper {
font-weight: 400;
Font-size: 85px;
}
.couple-days-header {
font-weight: 400;
Font-size: 85px;
}
@Ray
You can try changing from autoblog to gasbuddy. Works for me…
This is what I have for my css and my js . I think I need to somehow put the colors in the css, but I can not figure it out again. I probably have the config somewhere just have not had the “want to” to find it again. Having a bunch of issues since having Covid last month… Hopefully it will clear up soon…
CUSTOM CSS:
.calendar .symbol {
Margin-left: 10px;
Text-align: left;
Color: #15b1fd;
Font-size: 34px;
Line-Height: 35px;
CONFIG JS
{
module: "calendar",
header: "Birthdays/Dr.Appt",
position: "top_left",
config: {
fade: false,
maximumEntries: 16,
timeFormat: "absolute",
urgency: 3,
getRelative: 24,
calendars: [
{
symbol: "birthday-cake",
name: "Birthdays",
url: "https://calendar.google.com/calendar/ical$
color: "#09a6f3"
},
{
symbol: "briefcase-medical",
name: "DrAppt",
url: "https://calendar.google.com/calendar/ical$
color: "#f30819"
},
]
}
},
Have you looked at MMM-DateCounter? I think it can do what you are looking for.
I want to get rid of or Center the line under the HEADER. Even all the way across would be fine.