Ah thanks @strawberry-3-141… I know, that I read about in a few times ago
Read the statement by Michael Teeuw here.
Posts
-
RE: Ornate Awesomeness
-
RE: Modify the Gap/Margins
Hi @ALombardi ,
edit your custom.css and add these Lines. The Body Part should look like this:
body {
margin: 30px;
position: absolute;
height: calc(100% - 50px);
width: calc(100% - 50px);
} -
RE: Problems mit config.js
i have testet is myself via ssh.
pm2 stop mm -> pm2 delete mm -> pm2 save
then
sudo reboot
After the reboot there is no mm in the processlist. Now i do pm2 start mm.sh and pm2 status. At the End sudo reboot. When the raspi is up, the mirror starts without any Problems via pm2.
Is it possible, that anything goes wrong during the Installation of pm2?
-
RE: Problems mit config.js
do you do this via ssh or directly on the raspi?
-
RE: Problems mit config.js
i don’t think so.
please do this: pm2 start mm -> pm2 save -> pm2 Status -> pm2 save -> sudo reboot
-
RE: Problems mit config.js
do u run the commands with sudo? if not, can you test it?
-
RE: Problems mit config.js
U must start the MM with pm2 start mm and after this u can exec the command pm2 save
-
RE: MMM-Fuel
At the Moment there’s no Option to disable the rotate-feature.
U can open an issue on github to ask, if he can create this option.
-
RE: MMM-DWD-WarnWeather - Wetterwarnungen
now it Looks good. One Correction please. Can u Change the Headline to the Standard like calender and so on? In the pic of my post i mean the Headline “1. Bundesliga 2016/2017”.
I have commented out line 56-60 in MMM-DWD-WarnWeather.js. And in my custom.css i add these lines:
.MMM-DWD-WarnWeather div.displaytitle {
text-transform: uppercase;
font-size: 15px;
font-family: “Roboto Condensed”;
border-bottom: 1px solid #666;
line-height: 15px;
padding-bottom: 5px;
margin-bottom: 10px;
color: white; -
RE: MMM-DWD-WarnWeather - Wetterwarnungen
@LukeCodewalker: it’s better but always the width is to great.

And now, no warnings would be loaded. It stops with “Warnungen werden geladen”. It must Display “keine Warnungen”, because there’re no warnings.
-
RE: MMM-DWD-WarnWeather - Wetterwarnungen
Hi @LukeCodewalker! Great Module and i like it. But something is wrong with the css. If I have more than 1 Module on one position, than it’s to width. That didn’t look good.
Can u please check this?
Daniel
-
RE: MMM-WunderGround
@RedNax: Now I always get the message that the key does not exist. If i open the URL in the Browser i get the full Response.
-
RE: MMM-WunderGround
@getsarcasm: please update the Module with git pull. @RedNax has updated this
-
RE: MMM-WunderGround not updating after a few hours
@RedNax now i get the error, that the key does not exist. But it does. The next updating the weather, it works again.
-
RE: MMM-WunderGround
@nhl: i have start the mirror with npm start dev and there was an error for the WU. It says, that there is an origin for the api. So i change the Company Website on the Website of the WU API in http://localhost:8080
After this, i restart the mirror with npm start dev and there is no error yet. I will check this over the Weekend. I hope, this will fix the none-updating-error. :-)
-
MMM-WunderGround
Hi all,
i, and others also, have the Problem, that the module works for a few hours and then stops updating with no error in pm2 logs or on the mirror.
Is there an Problem with the updatedom or what can i do?
Daniel
-
RE: PM2 logs
-
RE: PM2 logs
U mean to open the mm-webpage?
I restart the pi and then i call pm2 logs mm and it shows me this log. The mirror by the way starts.