I try to adjust the position and size of the text clock, that it fits below the weather module. Any idea?

Read the statement by Michael Teeuw here.
Posts
-
Position and size of module
-
RE: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast
o.k. deleted the package-lock.json and node_modules folder. No change…
In which logs do I have to look?
-
RE: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast
thanks for the fast reply - do you have some more detailled steps from me as a “newbie”…
-
RE: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast
I started a new setup of and the module was working. After installation of other modules (e.g. google maps) the module isn’t working anymore. I tried to delete and reinstall and got following info:
Pi@raspberrypi:~/MagicMirror/modules/MMM-OpenWeatherForecast $ npm install
npm WARN old lockfile
npm WARN old lockfile The package-lock.json file was created with an old version of npm,
npm WARN old lockfile so supplemental metadata must be fetched from the registry.
npm WARN old lockfile
npm WARN old lockfile This is a one-time fix-up, please be patient…
npm WARN old lockfile
added 4 packages, and audited 391 packages in 57s
1 package is looking for funding
run
npm fundfor details46 vulnerabilities (3 low, 15 moderate, 23 high, 5 critical)
To address all issues, run:
npm audit fix
Run
npm auditfor details.Any recommendations?
-
RE: Black Screens during remote desktop
with npm start I see following and then a black screen:
Pi@raspberrypi:~/MagicMirror $ npm start
magicmirror@2.22.0 start
DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js[30.03.2023 14:57.53.042] [LOG] Starting MagicMirror: v2.22.0
[30.03.2023 14:57.53.055] [LOG] Loading config …
[30.03.2023 14:57.53.073] [LOG] Loading module helpers …
[30.03.2023 14:57.53.077] [LOG] No helper found for module: alert.
[30.03.2023 14:57.53.124] [LOG] Initializing new module helper …
[30.03.2023 14:57.53.126] [LOG] Module helper loaded: updatenotification
[30.03.2023 14:57.53.128] [LOG] No helper found for module: clock.
[30.03.2023 14:57.53.792] [LOG] Initializing new module helper …
[30.03.2023 14:57.53.794] [LOG] Module helper loaded: calendar
[30.03.2023 14:57.53.984] [LOG] Initializing new module helper …
[30.03.2023 14:57.53.987] [LOG] Module helper loaded: MMM-OpenWeatherForecast
[30.03.2023 14:57.53.989] [LOG] No helper found for module: MMM-TextClock.
[30.03.2023 14:57.59.058] [LOG] Initializing new module helper …
[30.03.2023 14:57.59.060] [LOG] Module helper loaded: newsfeed
[30.03.2023 14:57.59.063] [LOG] No helper found for module: MMM-Globe.
[30.03.2023 14:57.59.078] [LOG] Initializing new module helper …
[30.03.2023 14:57.59.081] [LOG] Module helper loaded: MMM-GoogleMapsTraffic
[30.03.2023 14:57.59.083] [LOG] All module helpers loaded.
[30.03.2023 14:57.59.481] [LOG] Starting server on port 8080 …
[30.03.2023 14:57.59.496] [WARN] You’re using a full whitelist configuration to allow for all IPs
[30.03.2023 14:57.59.533] [ERROR] Whoops! There was an uncaught exception…
[30.03.2023 14:57.59.553] [ERROR] Error: listen EADDRINUSE: address already in use 0.0.0.0:8080
at Server.setupListenHandle [as _listen2] (node:net:1432:16)
at listenInCluster (node:net:1480:12)
at doListen (node:net:1629:7)
at process.processTicksAndRejections (node:internal/process/task_queues:84:21) {
code: ‘EADDRINUSE’,
errno: -98,
syscall: ‘listen’,
address: ‘0.0.0.0’,
port: 8080
}
[30.03.2023 14:57.59.554] [ERROR] MagicMirror² will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
[30.03.2023 14:57.59.557] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
[30.03.2023 14:58.00.341] [LOG] Launching application.
MESA-LOADER: failed to retrieve device information
MESA-LOADER: failed to retrieve device information
MESA-LOADER: failed to retrieve device information
…/…/buildtools/third_party/libc++/trunk/include/vector:1425: assertion __n < size() failed: vector[] index out of bounds[2218:0330/145802.358160:ERROR:gpu_process_host.cc(991)] GPU process exited unexpectedly: exit_code=6
MESA-LOADER: failed to retrieve device information
MESA-LOADER: failed to retrieve device information
MESA-LOADER: failed to retrieve device information
…/…/buildtools/third_party/libc++/trunk/include/vector:1425: assertion __n < size() failed: vector[] index out of bounds[2218:0330/145803.485870:ERROR:gpu_process_host.cc(991)] GPU process exited unexpectedly: exit_code=6
MESA-LOADER: failed to retrieve device information
MESA-LOADER: failed to retrieve device information
MESA-LOADER: failed to retrieve device information
…/…/buildtools/third_party/libc++/trunk/include/vector:1425: assertion __n < size() failed: vector[] index out of bounds[2218:0330/145804.578316:ERROR:gpu_process_host.cc(991)] GPU process exited unexpectedly: exit_code=6
[30.03.2023 14:58.22.117] [LOG] Shutting down server…
[30.03.2023 14:58.22.129] [LOG] Stopping module helper: updatenotification
[30.03.2023 14:58.22.132] [LOG] Stopping module helper: calendar
[30.03.2023 14:58.22.133] [LOG] Stopping module helper: MMM-OpenWeatherForecast
[30.03.2023 14:58.22.135] [LOG] Stopping module helper: newsfeed
[30.03.2023 14:58.22.136] [LOG] Stopping module helper: MMM-GoogleMapsTraffic -
RE: Black Screens during remote desktop
I use the remote desktop from Win 10. With the older system it works well.

-
Black Screens during remote desktop
I try to setup a new mirror. I am working with remote desktop for configuration an testing. When I would like to try the modification via npm start in the console the screen is getting black - the screen on the mirror is working fine.
Any ideas? -
RE: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast
I only have to type <“$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)”> in the command line and the Update will be done automatically? No changes to the existing System?
-
RE: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast
Tried to install MMM-OpenWeatherForecast acc. the description and got a lot of errors during installation:
npm ERR! Linux 4.9.41-v7+
npm ERR! argv “/usr/bin/node” “/usr/bin/npm” “install”
npm ERR! node v6.12.0
npm ERR! npm v3.10.10
npm ERR! path /home/pi/MagicMirror/modules/MMM-OpenWeatherForecast/node_modules/.staging/@iarna/cli-64fafd25
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall rename
npm ERR! enoent ENOENT: no such file or directory, rename ‘/home/pi/MagicMirror/modules/MMM-OpenWeatherForecast/node_modules/.staging/@iarna/cli-64fafd25’ -> ‘/home/pi/MagicMirror/modules/MMM-OpenWeatherForecast/node_modules/npm/node_modules/@iarna/cli’
npm ERR! enoent ENOENT: no such file or directory, rename ‘/home/pi/MagicMirror/modules/MMM-OpenWeatherForecast/node_modules/.staging/@iarna/cli-64fafd25’ -> ‘/home/pi/MagicMirror/modules/MMM-OpenWeatherForecast/node_modules/npm/node_modules/@iarna/cli’
npm ERR! enoent This is most likely not a problem with npm itself
npm ERR! enoent and is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! Please include the following file with any support request:
npm ERR! /home/pi/MagicMirror/modules/MMM-OpenWeatherForecast/npm-debug.log<
After modification of the config and npm start I got a black screen and had to reset the system by disconnection from power supply. Any recommendations?
-
RE: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast
Do you have additional information what to change?
Thx