@lavolp3
ok
this is strange for me
using also modules like “iss live” or “rain map”
I put them in the Top_center and increase the “width and height” datas.
These modules then take there place on the screen (like adjusted to these datas width and heigt)
I will play a around…lets see
thanks
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-WeatherChart
-
RE: MMM-WeatherChart
@lavolp3
Works fine
Thanks a lotOne more question
Using the code :> .mmm-weatherchart img{ > width: 1035px; > height: 340px; > }
in my custom css it only “zoomed in” the image itself.
But the area on the screen stay the same.
I want to make this img viewable over the hole screen.
Can please somebody help me?
Thanks a lot -
Newbie question OpenHab and MagicMirror
Hi friends,
i have installed Openhab on the same system from the magic mirror (raspi).
Now, trying to start the mm with “pm2 start 0” from the home directory or “npm start” from the MagicMirrror folder, the pi opens the Openhab WebCan please anybody help me?
Sry for the newbie question?
Thanks a lot -
RE: MMM-WeatherChart
Hi friends,
i have seen in the dev mode that the modules gets the png from color from
here:
www.yr.no/place/Germany/Bavaria/Pöcking/meteogram.pngCan i use it also in color in the mm?
Thanks a lot
Regards -
Problems with MMM-FHEM
Hi Friends,
unfortunately i have some problems with the above standing module.
It does not shows anything.
FHEM server ist located on the same device.
Usingnpm start dev
does not show any error
here is my comfig
{//MMM-FHEM module: 'MMM-FHEM', position: 'top_left', config: { host: 'localhost', port: '8083', https: false, devices: [ { deviceName: 'MAX_106dd0', deviceReadings: [ { name: 'temperature', icon: 'wi wi-thermometer', suffix: '°' }, /*{ name: 'humidity', icon: 'wi wi-humidity', suffix: '%' },*/ ], }, { deviceName: 'MAX_106dd8', deviceReadings: [ { name: 'temperature', icon: 'wi wi-thermometer', suffix: '°' }, /*{ name: 'battery', icon: 'fa fa-battery-half', suffix: '' },*/ ], }, ], }, },
I know the module is not longer maintanced.
But mayby somebody can help meThanks a lot
Regards -
RE: MM does not start anymore
@sdetweil
I have erased the sd card and i have written a buster image on it
So far everthing works fine
Start know to install the mm again -
RE: MM does not start anymore
@sdetweil
Does not workDoing the other thing…i get an error message
Operation not permitted…also with “sudo” in frontpi@PiMirrorNeu:~/MagicMirror $ rm -rf node_modules/ rm: das Entfernen von 'node_modules/rxjs/internal/operators/filter.d.ts' ist nicht möglich: Die Operation ist nicht erlaubt
-
RE: MM does not start anymore
@bhepler
no
i am not aware of this
I only run on mm
Regards -
MM does not start anymore
Hello all,
unfortunately my mm does not start anymorepi@PiMirrorNeu:~ $ pm2 start mm.sh [PM2] Applying action restartProcessId on app [mm](ids: 0,1) [PM2] [mm](0) ✓ [PM2] [mm](1) ✓ [PM2] Process successfully started ┌─────┬─────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐ │ id │ na… │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │ ├─────┼─────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤ │ 0 │ mm │ default │ N/A │ fork │ 2109 │ 0s │ 1 │ online │ 0% │ 2.5mb │ pi │ disabled │ │ 1 │ mm │ default │ 2.11.0 │ fork │ 2118 │ 0 │ 32 │ stopped │ 0% │ 0b │ pi │ disabled │ └─────┴─────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘
pi@PiMirrorNeu:~ $ pm2 log [TAILING] Tailing last 15 lines for [all] processes (change the value with --lines option) /home/pi/.pm2/pm2.log last 15 lines: PM2 | 2020-04-28T15:13:35: PM2 log: App [mm:1] online PM2 | 2020-04-28T15:13:35: PM2 log: App [mm:1] exited with code [0] via signal [SIGINT] PM2 | 2020-04-28T15:13:35: PM2 log: App [mm:1] starting in -fork mode- PM2 | 2020-04-28T15:13:35: PM2 log: App [mm:1] online PM2 | 2020-04-28T15:13:35: PM2 log: App [mm:1] exited with code [0] via signal [SIGINT] PM2 | 2020-04-28T15:13:35: PM2 log: App [mm:1] starting in -fork mode- PM2 | 2020-04-28T15:13:35: PM2 log: App [mm:1] online PM2 | 2020-04-28T15:13:35: PM2 log: App [mm:1] exited with code [0] via signal [SIGINT] PM2 | 2020-04-28T15:13:35: PM2 log: App [mm:1] starting in -fork mode- PM2 | 2020-04-28T15:13:35: PM2 log: App [mm:1] online PM2 | 2020-04-28T15:13:35: PM2 log: App [mm:1] exited with code [0] via signal [SIGINT] PM2 | 2020-04-28T15:13:35: PM2 log: App [mm:1] starting in -fork mode- PM2 | 2020-04-28T15:13:35: PM2 log: App [mm:1] online PM2 | 2020-04-28T15:13:35: PM2 log: App [mm:1] exited with code [0] via signal [SIGINT] PM2 | 2020-04-28T15:13:35: PM2 log: Script /home/pi/MagicMirror/mm.sh had too many unstable restarts (16). Stopped. "errored"
Trying to install update, reports me the following error:
pi@PiMirrorNeu:~/MagicMirror $ git pull && npm install Bereits aktuell. npm ERR! code ENOTDIR npm ERR! syscall scandir npm ERR! path /home/pi/MagicMirror/node_modules/rxjs/internal/operators/filter.d.ts npm ERR! errno -20 npm ERR! ENOTDIR: not a directory, scandir '/home/pi/MagicMirror/node_modules/rxjs/internal/operators/filter.d.ts' npm ERR! A complete log of this run can be found in: npm ERR! /home/pi/.npm/_logs/2020-04-28T13_28_36_996Z-debug.log
Can please somebody help me
Thanks