Read the statement by Michael Teeuw here.
Newsfeed size
-
@Kenta understand… each module gets to do its own thing… hardly any are documented well…
all modules code are in the ~/MagicMirror/modules folder
all the built in ones are in the modules/default folder…
each module has a file with the name matching the module name… so in this case
~/MagicMirror/modules/default/newsfeed/newsfeed.js
setting the UI component css ‘class’ is done y setting the ‘className’ variable of the element
so, you edit the file and search for className , and there may be multiple… (as there are in this case)…
-
@Kenta said in Newsfeed size:
Nope. Still just the headlines. Does the css need to contain more than just the code you suggested?
So, I second guessed myself and checked again. The code above does what you want for the headlines. Are you saying you want the New York Times, 2 hours ago: portion as well? In that case, add this as well.
.newsfeed .light.small.dimmed { font-size: 60px; line-height: 60px; }Screenshot

-
@Mykle1 not exactly. I want my entire newsfeed bigger. Not just the headlines. This is the original (https://www.dropbox.com/s/nzb2o5kecn6gfdy/Screenshot_20200317_065226_com.realvnc.view
-
This post is deleted! -
-
@Kenta posting pictures does not work… u have to link to them uploaded somewhere else
-
@sdetweil
As previously stated, I’m a complete n00b. It’s sad because I want to be a nerd 😂
Yeah I’ve tried unsuccessfully to post images, but this last one was a link to a Dropbox image. Did it not work.? -
@Kenta ok, didn’t see the last as a link.
For Dropbox, if u change the url, dl=0, to dl=1, then it will show here…
