@MMRIZE thanks for the explanation. do you have other news module to recommend?
Read the statement by Michael Teeuw here.
Posts
-
RE: mmm newsapi help
-
RE: How to schedule on off in magic mirror
i have also check that wayland is enabled.
when i ssh from terminal it says fail to connect to display.
but when i type wlr-randr on the pi itself, it has result. but i didnt trigger the off because i have no idea how to turn it back on?
Also, this is my code in cron but it doesnt work as well…
52 17 * * * /usr/bin/wlr-randr --output HDMI-A-2 --on
51 17 * * * /usr/bin/wlr-randr --output HDMI-A-2 --off -
RE: How to schedule on off in magic mirror
this doesnt seems to work on rpi5 bookworm…
-
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: "", } } },