@rkorell thanks.
Hm.
If I git remote on the backup folder.
And git branch on the folder and
they are different what do you think I should do
What is the right branch?
@rkorell thanks.
Hm.
If I git remote on the backup folder.
And git branch on the folder and
they are different what do you think I should do
What is the right branch?
@joey I did this before in css, I’ll have to look for it later,
But basically change the direction from column to row
Original
.region .container {
display: flex;
flex-direction: column;
}
Override in custom.css
.region.top.left .container {
flex-direction: row;
}
Then put all those in the top-left position
@Babene1 the base MagicMirror calendar module does not provide a way to affect styles for ‘today’
You may be able to do this with css.
Looking at the code, it adds a class name ‘today’ to the events for today
So in custom.css
.calendar .today {
color:red;
}
that colorizes the symbol and time
for the title
.calendar .calendar .today .title {
color: red;
}
for both
.calendar .today , .calendar .today .title {
color: red;
}
@videogame95 I posted in the other topic
Without touch, you would need a functional mouse device.
Some remotes can do that.
The ir frame would have to go on top of the glass, aka in front
@alfi153 if you add one via the config.js does it work?
I am traveling today, cannot test til I setup my system
As a side request. Can you explain what with remote control means?
I don’t see any notifications that compliments accepts to change the data. Only a remote file is supported with a refresh time.
And I don’t see any mention of compliments in the remote control
Module doc
Ps I wrote the code for line break with \n and the remote file function in the compliments module
@stylemaster Sie führen MagicMirror in einem Docker-Container aus. Können Sie überprüfen, ob die korrekte Zeitzone in der Docker-Compose-Datei eingestellt ist?
@eddiebrok what is mmm-Calendar? You mean the built in calendar module?
I built the lookup table 5 yrs ago for this problem in node-ical
There have been some recent significant updates to solve other problems , but not by me.
as I recall, There were test cases to detect this problem if it occurred again
@videogame95 change the update time in pages to 20 seconds to test
20000 ( milliseconds)
@stylemaster is the calendar displaying? Others have reported similar but calendar display is ok
@stylemaster I see.
@kristjanesperanto do you have any guidance here.
I see that tz string in the windows lookup table in node-ical
He is running MagicMirror 2.34.0
@videogame95 I’m not aware of any touchscreen that will work behind glass. This glass is not like stuff on phones
More times than not you have to put an IR frame in front of the glass and plug it into a usb port( it becomes a mouse, touch = click)
@videogame95 positions are unchanged in pages
See https://docs.magicmirror.builders/modules/configuration.html#position
We can only show or hide modules
Pages module makes virtual pages by only showing selected modules in defined groups, hiding all the others
@BiaGen the latest 2 releases run config check as part of startup, and fail if there is an error like that
I always recommend using manual start whenever changing config, for this very purpose
Stop pm2 mgmt if managing the app
Then
cd ~/MagicMirror
npm start
If any problems they are right there
Once good, ctrl-q MagicMirror
And then use pm2 to launch
@fnmuffinman how did you install MagicMirror
What version are you running
cd ~/MagicMirror
grep version package.json
@stylemaster received. Just arrived destination for today. Will review a little later
@fnmuffinman what do you mean headless?
If no display here, you need to do
npm run server
And access from somewhere else
Make sure to enable config.js to allow other machine access