this doesnt seems to work on rpi5 bookworm…
Read the statement by Michael Teeuw here.
Posts
-
RE: How to schedule on off in magic mirror
-
RE: MMM-MyScoreboard
@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; } -
RE: MMM-MyScoreboard
@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; } -
RE: mmm newsapi help
@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", } } }, -
RE: mmm newsapi help
@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?
-
mmm newsapi help
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: "", } } }, -
RE: MMM-GooglePhotos
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… -
RE: Setting 2 default calendar modules; but weird represent
@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.