Hello
Sorry if I ask again, but unfortunately I can not find it. So I go like this -> Account -> Security and then I do not find what you mean.

Hello
Sorry if I ask again, but unfortunately I can not find it. So I go like this -> Account -> Security and then I do not find what you mean.

@mumblebaj said in Problem with the Module "email":
@CyruS1337 With gmail you have to create an application key on gmail itself. Your email account password would not work.
And how do I create an application key myself? :-/
@cirdan Unfortunately, the module still does not work for me. Have it disabled mitlerweile again.
Good Morning
I have the module MMM-MyCommute installed on my 3 PIs. It also works on two out of three PIs. I do not know that the module works better on the second PI. I have already made the settings for a PI that runs MMM-MyCommute properly. Unfortunately, it does not work on the PI. Can someone help me please, that would be my configuration:
{
module: 'MMM-MyCommute',
position: 'top_left',
config: {
apikey: 'API_KEY',
origin: 'start',
startTime: '04:00',
endTime: '08:00',
travelTimeFormat: 'h[h]:m[min]',
colorCodeTravelTime: true,
showSummary: true,
hideDays: [0,6],
destinations: [
{
destination: 'destination',
label: 'Lisa Arbeit über Autobahn',
alternatives: true,
startTime: '05:00',
endTime: '08:00',
},
{
destination: 'destination',
label: 'Lisa Arbeit über Oensingen',
color: "#82BAE5",
waypoints: 'via:Oltenstrasse, 4702 Oensingen | via:Oltenstrasse, 4538 Oberbipp'
},
{
destination: 'destination',
label: 'Lisa Arbeit über Kestenholz',
startTime: '05:00',
waypoints: 'via:Oensingerstrasse, 4703 Kestenholz'
},
{
destination: 'destination',
label: 'Lisa Arbeit über Kestenholz',
color: "#DB7093",
waypoints: 'via:Wangenstrasse, 4913 Bannwil'
},
]
}
},
@Mykle1 OK everything good. I have not asked Google, I will also google ask.
Many Thanks
Did you also follow this point:
Starting PM2 on boat
To make sure PM2 can do it’s job when (re) booting your operating system, it needs to be started on boot. Luckily, PM2 has a handy helper for this.
pm2 startup
PM2 wants to show you a command you need to execute.
@Mykle1 said in 7″ touchscreen - module size and overlapping issues.:
Try the commands from this tutorial to manage the size of the modules in real time
Is there also a tutorial about the custom.css. I have the following problem.
Before the hard reset, I changed the costum.css so that the modules were really in every corner of the monitors. Thus, the display on the monitor was optimally utilized before the module disappeared behind the edge of the monitor. Unfortunately I do not know the attitude anymore.
I think he was consumed :) Now is the current strawberry season
Thank you for your renewed help. You are just great.
I could solve my problem otherwise. I as a clever fox, downloaded the file 2 weeks ago on my computer. So I still had all the compliments and could overwrite the file with the current file 😊
I still have a question for you, but you can certainly help me with this. The question does not fit in here, but I’ll put it to you anyway. Before the hard reset, I changed the costum.css so that the modules were really in each corner of the monitors. So the display on the monitor optimally exploited before the module disappeared behind the edge of the monitor. Unfortunately I do not know the attitude anymore.
@bhepler Let’s say this file still exists somewhere. Where should I start looking?
@35110 Was machst du für Sachen ;)
@sdetweil That’s what I thought. Pity :(
But you learn from the mistakes, even if this is unattractive.
Thank you for your answer
Hi Guys
I’ve certainly made a classic beginnings mistake. At the weekend I have provided my MagicMirror with the latest update. But before I git pull in the console typed.
Did I type in a git reset hard. Everything as good. When I then restarted the mirror, I noticed that the symbols and the general presentation is different. Then I went to custom.css and saw it all away.
Looking closer, I have noticed that all the additional compliments in the module compliments are gone. Only then did I realize what I did with the git reset.
My question is, can I somehow retrieve the lost files? Unfortunately, I did not create a backup before.
@Babene1 It works for me too, thank you !!
I have the same problem. After the upload, it shows me nothing more
Try it like this:
Run the following command in the MagicMirror folder
rm package-lock.json rm vendor/package-lock.jsonThen execute in the folder the usual command for the upload
git pull && npm installNow it should work