@sdetweil i dont understand sam…
did you mean like this?
.MMM-MyScoreboard .box-score AND stackedWithLogos AND home-team-first .score AND visitor {
left: 120px;
font-size: 0.8rem;
}
@sdetweil i dont understand sam…
did you mean like this?
.MMM-MyScoreboard .box-score AND stackedWithLogos AND home-team-first .score AND visitor {
left: 120px;
font-size: 0.8rem;
}
@j-e-f-f how do you reduce the font size of the content? i maanged to reduce them in css but then when the next game appear, the entire thing is back to default.
these are the 2 css i made but it seems like it doesnt port over to another game…
.MMM-MyScoreboard .box-score.stackedWithLogos.home-team-first .score.home {
left: 120px;
font-size: 0.8rem;
}
.MMM-MyScoreboard .box-score.stackedWithLogos.home-team-first .score.visitor {
left: 120px;
font-size: 0.8rem;
}
@mumblebaj i cant get my newsapi to work properly.
im trying to get SG all news. i set country to SG but its return other country news like 1News, AZoM. i dont understand why?
{
module: "MMM-NewsAPI",
header: "News",
position: "top_center",
config: {
apiKey: "12345",
type: "horizontal",
choice: "headlines",
pageSize: 50,
drawInterval: 1000*30,
templateFile: "template.html",
fetchInterval: 1000*60*60,
QRCode: true,
query: {
country: "sg",
category: "",
source: "",
domains: "",
excludeDomains: "",
language: "en",
}
}
},
@mumblebaj no apologies needed on the late reply, all well and understood. That’s unfortunate. Was really hoping for multiple country and sources. Can I assume if I really want multiple, I’ll need to have multiple module instances of newsapi?
Are there any modules anyone know of that can newsfeed support multiple countries?
hi i cant seems to get to module to work as intended.
is it possible to specify 2 countries?
even then, when i specify country as SG, it keep showing me the default news from 24news.
what am i doing wrong here?
{
module: "MMM-NewsAPI",
header: "news",
position: "top_center",
config: {
apiKey: "12345",
type: "horizontal",
choice: "headlines",
pageSize: 10,
sortBy: "publishedAt",
drawInterval: 1000*30,
templateFile: "template.html",
fetchInterval: 1000*60*60,
QRCode: true,
query: {
country: "sg",
category: "",
q: "",
qInTitle: "",
domains: "",
excludeDomains: "",
language: "",
}
}
},
hi, does anyone know how to configure the sizing of the gphoto?
im trying to make the photo not full screen, but to perhaps just the top portion of the mirror or to some size of the mirror (havent really decided on the location) but having trouble sizing them.
i changed the showWidth and showHeight but while they make the picture smaller, the quality seems to be reduce?
i have also added #GPHOTO in CSS with width and height at 50% but it still feel like its showing full screen…
@sdetweil I actually installed this but couldn’t get it to work. When I tried launching, the page looks gibberish to me and it doesn’t generate a new config file. Not sure if I’m doing something wrong.
@sdetweil yes yes yes! thank you so much! spent my entire day on this :(
@sdetweil nothing works actually. so you see my code.
the last paragraph on the default cal module where holiday ics is … no matter what format i choose for the date format, it will be stuck at Dec 25th. all i wanted is 25th Dec or 25 Dec.
@sdetweil we are talking about default cal ya? lets ignore cx here.
i have 1 hidden with 2 url. <- this is fine to be hidden because i need the url to be passed on to the cx.
have another 1 not hidden with 1 url. <- i cant change the date format for this with the code given unless i merge both cal (hidden and not hidden) url into 1 module. i only want this calendar to only show holiday and not the rest of the url.
im going to paste my code here
{
module: "MMM-CalendarExt3Agenda",
position: "top_left",
title: "Today",
config: {
locale: 'en-GB',
instanceId: "basicCalendar",
startDayIndex: 0,
endDayIndex: 7,
showMiniMonthCalendar: false,
}
},
{
module: "calendar",
broadcastPastEvents: true,
config: {
timeFormat: "absolute",
dateFormat: "Do MMM",
calendars: [
{
url: "personal.ics",
name: "123",
},
{
url: "personal2.ics",
},
{
url: "soccer.ics",
},
]
}
},
{
module: "MMM-CalendarExt3",
position: "bottom_bar",
title: "",
config: {
mode: "weekly",
instanceId: "basicCalendar",
locale: 'en-GB',
weekIndex: 0,
weeksInView: 4,
maxEventLines: 6,
fontSize: '18px',
eventHeight: '13px',
firstDayOfWeek: 0,
useMarquee: true,
calendarSet: [],
}
},
{
module: "calendar",
broadcastPastEvents: true,
header: "Singapore Holiday",
position: "top_right",
config: {
timeFormat: "absolute",
dateFormat: "Do MMM",
fulldayEventDateFormat: "Do. MMM",
maximumEntries: 10,
calendars: [
{
url: "https://www.officeholidays.com/ics-clean/singapore",
name: "Singapore Holiday",
},
…
and this is my result. as you can see, managed to flip all the dates to d MM except the one on the right showing the holiday despite the code added in…

hi all
coming from this post - https://forum.magicmirror.builders/topic/18211/help-with-date-format-mmm-calendarext3/15?page=2
what i am trying to achieve here is that im running cx3 and cx3agenda and default calendar module.
i was able to change date format in cx3 and cx3agenda from mm d to d mm using locale.
now the issue is that i am not able to change the date format in the default calendar.
i have 2 default calendar running with 1 hidden -
default cal 1 (hidden): with personal ics and soccer ics.
default cal 2 (shown): with holiday ics.
reason being is that i do not want my default calendar to show all 3 ics. i want the default cal to only show holiday ics. cx3 and cx3agenda will show all 3 ics.
problem here is that for the 2 default calendar setup, despite changing the timeFormat to absolute and dateFormat to desire, it does not work.
this will only work once i revert to 1 default calendar. but that would mean my default calendar will show all 3 ics instead of just 1.
are there any options available?
@MMRIZE so the thing here is that, with the 2 default calendar module, when 1 if turned off from viewing (hiding) i can set it to show different ics, but the date format change doesnt work.
if i ‘delete’ 1 of the default cal entirely and just keep 1 default calendar and showcase it, the date format change suggested by you works. but in this instance, that visible calendar is only able to show all the ics and not just the specific ones that i want.
@MMRIZE for your this particular calendar on the top left. are you able to show holiday and exclude all other calendar without affecting your cx3?
so for example in your calendar module you define holiday ics, soccer ics, and personal ics.
in cx3, to show all 3 ics.
but for that particular top left module, is it possible to just show holiday ics?
the only way for this to work is that i define 2 default calendar module in my config.
the 1st default cal - soccer ics and personal ics. hide this module and cx3 and cx3agenda will pull soccer ics and personal ics into them.
the 2nd default cal - holiday ics. do not hide and make it appear. this 2nd default cal module will show just holidays. cx3 and cx3 agenda will then show all 3 ics.
@MMRIZE hmm still not happening.
{
module: "calendar",
broadcastPastEvents: true,
header: "Singapore Holiday",
position: "top_right",
config: {
timeFormat: "absolute",
dateFormat: "Do. MMM, HH:mm",
fulldayEventDateFormat: "Do. MMM",
maximumEntries: 10,
calendars: [
{
url: "https://www.officeholidays.com/ics/singapore",
},

Anybody has an idea how to change the default cal?
@MMRIZE it doesnt work. i have tried timeFormat to absolute as well.
tried inputting locale to default calendar module as well.
all doesnt work.
btw the default calendar module is part of your cx3. in your cx3 it requires the configuration of default cal module.
for the cx3agenda, i have hidden the default cal module.
@MMRIZE ok almost there. overall date has been changed as well.
all thats is left is the holiday on the right…

scratch that. managed to get cx3 and agenda to display correctly.
im now left with the overall date and the calendar module that doesnt sems to work…
i circled them in red both on the right. the red circle is abit light on the black background

@MMRIZE so under the let config at the top section, i leave language and locale as default ya?
language: “en”,
locale: “en-US”,
logLevel: [“INFO”, “LOG”, “WARN”, “ERROR”], // Add “DEBUG” for even more logging
timeFormat: “24”,
then in cx3 config i insert -
module: “MMM-CalendarExt3”,
position: “bottom_bar”,
title: “”,
config: {
locale: “en-GB”,
but nothing’s changed…