Set it to center in config.js
//position: “bottom_bar”,
position: “bottom_center”,
Read the statement by Michael Teeuw here.
Posts
-
RE: Limit length of specific modules output
-
RE: Fit background fade to text
@lavolp3 Thanks for that.
Out of curiosity I will give it a tryI have just this minute managed to get what wanted by positioning the module newsfeed by changing it to center instead of bottom bar
module: “newsfeed”,
//position: “bottom_bar”,
position: “bottom_center”,and the complimentets I changed to center. Although this is top center, I am happy with that
-
RE: GooglePhotos on MagicMirror2
I followed the following tutorial from youtube
link text -
Fit background fade to text
Can anyone help me
I have a fade, on my compliments background. The text is black.
The problem is, that the fade is fully across the screen, from side to side. I would like it to fit the length of the compliment text only.
This is my custom css contents
body {
color: #000;
}.dimmed {
color: #000;
}.normal {
color: #000;
}.bright {
color: #000;
}.module.clock {
background-color:rgba(255,255,255,0.6);
border-radius:8px;
padding:8px;
}.module.compliments {
background-color:rgba(255,255,255,0.6);
border-radius:8px;
padding:8px;
}.module.calendar {
background-color:rgba(255,255,255,0.6);
border-radius:8px;
padding:8px;
}.module.newsfeed {
background-color:rgba(255,255,255,0.6);
border-radius:8px;
padding:8px;
}
Also, how do I mark a previous post as solved ? -
RE: Remote-Control shows but does not respond
@Stoffbeuteluwe I had previously tried that to no avail.
I will give it another look tomorrowFool that I am !!
Changing to
// Private Methods
self.socket = io(“/” + self.moduleName);
was the fix right enough
When I initially tried it I added , at the end of the line instead of ;
I’m kicking myselfThanks all
-
RE: Remote-Control shows but does not respond
@Stoffbeuteluwe I had previously tried that to no avail.
I will give it another look tomorrow -
RE: Remote-Control shows but does not respond
@TamP As an update.
From the PC the Remote shows the following
Power
Edit view
Edit config.js
Updates
Alert
MagicMirror2Any of the first 5 items do nothing, although some bring up sub menus that also do nothing
However, clicking the MagicMirror2 button displays the pi and Magic mirror on the PC screenI’m stumped !!
-
Remote-Control shows but does not respond
Entering 192.168.0.28:8080/remote.html on my PC brings up the remote screen but none of the items respond. If I click Edit the screen changes to “Loading” then nothing, no matter how long I wait. The Config file is Address: “0.0.0.0”, and the whitelist is []
The same on my phone
Any help appreciated -
RE: GooglePhotos on MagicMirror2
Managed to get it fixed. I had “center” in the config file when should have been “fullscreen_below”
-
GooglePhotos on MagicMirror2
A Pi4 with raspian buster
I have MagicMirror2 working well except the GooglePhotos module
The photos display fine, except they are on the right side of the screen from about the middle.
I have tried a few things in the css file in the GooglePhotos folder but cant see how to fix this
I want the photos full screen.
Any help appreciated