MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. 史新瑞
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    史
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 61
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: I want to display txt files from outside at the bottom

      @sdetweil

      magicmirror@2.20.0 start
      DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js

      [14.08.2022 22:18.26.091] [LOG] Starting MagicMirror: v2.20.0
      [14.08.2022 22:18.26.095] [LOG] Loading config …
      [14.08.2022 22:18.26.106] [LOG] Loading module helpers …
      [14.08.2022 22:18.26.109] [LOG] No helper found for module: alert.
      [14.08.2022 22:18.26.120] [LOG] Initializing new module helper …
      [14.08.2022 22:18.26.120] [LOG] Module helper loaded: updatenotification
      [14.08.2022 22:18.26.122] [LOG] No helper found for module: clock.
      [14.08.2022 22:18.26.430] [LOG] Initializing new module helper …
      [14.08.2022 22:18.26.431] [LOG] Module helper loaded: calendar
      [14.08.2022 22:18.26.432] [LOG] No helper found for module: weather.
      [14.08.2022 22:18.26.916] [LOG] Initializing new module helper …
      [14.08.2022 22:18.26.917] [LOG] Module helper loaded: MMM-ImagesPhotos
      [14.08.2022 22:18.26.918] [LOG] No helper found for module: helloworld.
      [14.08.2022 22:18.26.919] [LOG] No helper found for module: MMM-SimpleText.
      [14.08.2022 22:18.26.919] [LOG] All module helpers loaded.
      [14.08.2022 22:18.27.092] [LOG] Starting server on port 8080 …
      [14.08.2022 22:18.27.115] [LOG] Server started …
      [14.08.2022 22:18.27.116] [LOG] Connecting socket for: updatenotification
      [14.08.2022 22:18.27.117] [LOG] Starting module helper: updatenotification
      [14.08.2022 22:18.27.117] [LOG] Connecting socket for: calendar
      [14.08.2022 22:18.27.118] [LOG] Starting node helper for: calendar
      [14.08.2022 22:18.27.118] [LOG] Connecting socket for: MMM-ImagesPhotos
      [14.08.2022 22:18.27.119] [LOG] Starting node helper for: MMM-ImagesPhotos
      [14.08.2022 22:18.27.119] [LOG] Sockets connected & modules started …
      [14.08.2022 22:18.27.400] [LOG] Launching application.
      [14.08.2022 22:18.29.770] [LOG] Create new calendarfetcher for url:
      [14.08.2022 22:18.29.871] [INFO] Checking git for module: MMM-ImagesPhotos
      [14.08.2022 22:18.29.965] [INFO] Checking git for module: MMM-SimpleText
      [14.08.2022 22:18.29.985] [INFO] Checking git for module: default
      [14.08.2022 22:18.32.381] [INFO] Calendar-Fetcher: Broadcasting 6 events.

      posted in Custom CSS
      史
      史新瑞
    • RE: I want to display txt files from outside at the bottom

      @sdetweil Sorry, I misunderstood what you said just now

      posted in Custom CSS
      史
      史新瑞
    • RE: I want to display txt files from outside at the bottom

      @sdetweil Thank you for your patient guidance

      npm ERR! code ENOENT
      npm ERR! syscall open
      npm ERR! path /home/pi/package.json
      npm ERR! errno -2
      npm ERR! enoent ENOENT: no such file or directory, open ‘/home/pi/package.json’
      npm ERR! enoent This is related to npm not being able to find a file.
      npm ERR! enoent

      npm ERR! A complete log of this run can be found in:
      npm ERR! /home/pi/.npm/_logs/2022-08-14T14_13_06_562Z-debug-0.log

      posted in Custom CSS
      史
      史新瑞
    • RE: I want to display txt files from outside at the bottom

      @sdetweil npm ERR! code ENOENT
      npm ERR! syscall open
      npm ERR! path /home/pi/package.json
      npm ERR! errno -2
      npm ERR! enoent ENOENT: no such file or directory, open ‘/home/pi/package.json’
      npm ERR! enoent This is related to npm not being able to find a file.
      npm ERR! enoent

      npm ERR! A complete log of this run can be found in:
      npm ERR! /home/pi/.npm/_logs/2022-08-14T14_09_00_102Z-debug-0.log

      posted in Custom CSS
      史
      史新瑞
    • RE: I want to display txt files from outside at the bottom

      @sdetweil Sorry, I can’t find the document you said.

      posted in Custom CSS
      史
      史新瑞
    • RE: I want to display txt files from outside at the bottom

      @sdetweil 1.png

      posted in Custom CSS
      史
      史新瑞
    • RE: I want to display txt files from outside at the bottom

      @sdetweil Is it the information in the terminal

      posted in Custom CSS
      史
      史新瑞
    • RE: I want to display txt files from outside at the bottom

      @sdetweil There is no error message

      posted in Custom CSS
      史
      史新瑞
    • RE: NPM run start cannot be used

      @sdetweil There is no error message

      posted in Troubleshooting
      史
      史新瑞
    • RE: NPM run start cannot be used

      @史新瑞 This is the same config.js file under two different operating modes

      posted in Troubleshooting
      史
      史新瑞
    • RE: NPM run start cannot be used

      @sdetweil Thank you. NPM can now be used to run and start, but the weather module cannot be displayed, as shown below
      1.png
      2.png

      posted in Troubleshooting
      史
      史新瑞
    • RE: NPM run start cannot be used

      @kayakbabe > magicmirror@2.20.0 start

      DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js

      /home/pi/MagicMirror/node_modules/electron/index.js:17
      throw new Error(‘Electron failed to install correctly, please delete node_modules/electron and try installing again’);
      ^

      Error: Electron failed to install correctly, please delete node_modules/electron and try installing again
      at getElectronPath (/home/pi/MagicMirror/node_modules/electron/index.js:17:11)
      at Object. (/home/pi/MagicMirror/node_modules/electron/index.js:21:18)
      at Module._compile (node:internal/modules/cjs/loader:1105:14)
      at Object.Module._extensions…js (node:internal/modules/cjs/loader:1159:10)
      at Module.load (node:internal/modules/cjs/loader:981:32)
      at Function.Module._load (node:internal/modules/cjs/loader:822:12)
      at Module.require (node:internal/modules/cjs/loader:1005:19)
      at require (node:internal/modules/cjs/helpers:102:18)
      at Object. (/home/pi/MagicMirror/node_modules/electron/cli.js:3:18)
      at Module._compile (node:internal/modules/cjs/loader:1105:14)

      posted in Troubleshooting
      史
      史新瑞
    • RE: NPM run start cannot be used

      @sdetweil cw.jpg
      Then it’s full screen darkness
      ha.png

      posted in Troubleshooting
      史
      史新瑞
    • RE: I want to display txt files from outside at the bottom

      @sdetweil After installing this module, NPM Run Server is normal and NPM Run Start cannot be used

      posted in Custom CSS
      史
      史新瑞
    • NPM run start cannot be used

      After the third-party module is installed, NPM Run Server is normal, but NPM Run Start cannot be used

      posted in Troubleshooting
      史
      史新瑞
    • RE: I want to display txt files from outside at the bottom

      @sdetweil Thank you very much. I didn’t find it yesterday

      posted in Custom CSS
      史
      史新瑞
    • RE: I want to display txt files from outside at the bottom

      @sdetweil Display the text stored in another TXT file at the bottom. This TXT file is not related to magicirror

      posted in Custom CSS
      史
      史新瑞
    • RE: I want to display txt files from outside at the bottom

      https://github.com/DanielHabenicht/MMM-json
      Is this all right?

      posted in Custom CSS
      史
      史新瑞
    • I want to display txt files from outside at the bottom

      Display the text from the external TXT file at the bottom instead of the text given in config.js

      posted in Custom CSS
      史
      史新瑞
    • RE: Display the specified picture in the specified location

      @sdetweil Sorry, there was a mistake in translation. I mean no more questions, thanks again

      posted in Custom CSS
      史
      史新瑞
    • 1
    • 2
    • 3
    • 4
    • 2 / 4