At first glance it looks like a chromium/linux problem,
https://www.google.com/search?client=firefox-b-d&q=chromium+emoji+support
At first glance it looks like a chromium/linux problem,
https://www.google.com/search?client=firefox-b-d&q=chromium+emoji+support
Yes!!
I volunteer, since this forum is on my daily browsing routin (on slow days checkin more than one time a day) I think I can clean up spam quite quickly.
MMM-TouchPlayerBasic
MMM-Myvoiceradio
they both use mpg123 which is a command line based mp3-player, it can play .m3u streams as well.
remove the rotation from the settings area and add rotation to your css instead and see if that works better
how to is here : https://forum.magicmirror.builders/topic/9707/save-performance-when-rotating-screen-e-g-on-raspberry-pi
@D34n08713 then you probably have a broken config file.
pleas post your config file, it’s probably too many or too few brackets somewhere.
@sturag said in MMM-GoogleCast:
Is it possible to remove the speaker icon and volumebar?
in custom.css add :
.MMM-GoogleCast .volumeDiv {visibility:hidden}
.MMM-GoogleCast .volumeIcon {visibility:hidden}
@whitedragon1011 use one of the iframe modules that updates it content every other time.
or if you by http mean a mjpeg image output you could probably use any image module that you can set to update itself every 2-5 sec.
@yellowlogic yes, there are more than one way to rotate the image to portrait, but it’s done all on the PI.
All depends on the enclosure behind the mirror, I have a fairly closed box ( large air volume inside so heat isn’t an issue). And the inside don’t get condensation on it, and generally the part with the screen behind it usually gets warm enough so it doesn’t get foggy.
I wouls strongly advice against anything not glass when it comes to a bathroom mirror due to scratching. The bathroom mirror usually needs more cleaning than say a hallway mirror and the more you clean the more scratching will occur. So the harder the surface the better. And the coated side inwards the screen so you don’t accidentally damage it.
@iosman123 you will see the backlight of the monitor, how much all depend on the glass and the lighting in the room it is placed in. But you will see it.
@andyyy said in Newsfeed custom.css:
Hi,
I am trying to change the font size of the newsfeed. That is my custom.css, the font size is still the same. Any ideas?
body {
.newsfeed .medium
{
font-size: 15px;
line-height: 20px;
}
}
You don’t put the .newsfeed inside the body{}
this should work better :
.newsfeed .medium {font-size: 15px; line-height: 20px; }
@razvanh after 3 years, I think it has been solved already 😎
Can also be done with mmm-syslog if you don’t need all the bells and whistles of the remote control module.
And if you are using the Hubitat Elevation it’s basically the same. but you don’t need custom device handlers. It’s all built in to Hubitat (virtual device, button and then rules to send http get).
Hi, yes it’s possible but you would have to define the size for the module for it to contain the text.
(Otherwise it just fills the available space in the bottom_left region)
so in the custom.css add something like this :
.MMM_modulename {
width : 400px;
}
Replace the “MMM_modulename” with the name of the module and adjust the width accordingly.
What positions have you placed your modules in?
@Stoffbeuteluwe there is no frame in the original code of MMM-iFramePing
you’ve must have changed something or the displayed item in the iframe has a white background
First of get the input and output of the soundcard to work, look in to the alsa mixer.
Check : http://blog.scphillips.com/posts/2013/01/sound-configuration-on-raspberry-pi-with-alsa/
@Stoffbeuteluwe there is no dumb questions!
But…
You could start to specify what module it is (i e the name, not just a picture).
That way one could look at how the code of the module and then give you examples on how to practically solve it.
As always when you ask for help on the internet, be specific and add as much info as you can.