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

    Posts

    Recent Best Controversial
    • RE: Any module I add turns to blank screen.

      @sdetweil
      Gosh, my parcel got delivered in Europe… :beaming_face_with_smiling_eyes:

      The dashboard is starting to take shape.
      alt text

      A few more important modules and i am set.

      posted in Troubleshooting
      S
      Socrates
    • RE: Any module I add turns to blank screen.

      alt text

      posted in Troubleshooting
      S
      Socrates
    • RE: Any module I add turns to blank screen.

      So everything is working out great for me, i have added some great modules, and in the processing of adding more.
      The only one thing i am not able to figure out is the measure of unit for the weather.
      I am in the US, in texas, and even if i use the imperial unit it wont show it correctly and the weather is totally off.

                      {
                              module: "MMM-Weather",
                              position: "top_right",
                              header: "Weather Forecast - Katy, TX",
                              configDeepMerge: true,
                              config: {
                              debug: false,
                              updateInterval: "15m", // 15 minutes
                              updateFadeSpeed: 500,
                              api: {
                                key: "98dbcccba012ef0fd49c86665a0df584",
                                latitude: "29.71490",
                                longitude: "95.83688",
                                units: "imperial"
                                      },
                              display: {
                                CurrentConditions: true,
                                ExtraCurrentConditions: true,
                                Summary: true,
                                ForecastTableColumnHeaderIcons: true,
                                HourlyForecast: true,
                                DailyForecast: true,
                                Precipitation: true,
                                Wind: true,
                                InlineIcons: true,
                                Feels: true,
                                SunCondition: true,
                                Humidity: true,
                                UV: true,
                                Beaufort: true
                                      },
                              personalize: {
                                hourlyForecastInterval: 3,
                                maxHourliesToShow: 3,
                                maxDailiesToShow: 3,
                                concise: false,
                                colored : true,
                                forecastLayout: "table",
                                forecastHeaderText: ""
                                      },
                              labels: {
                              high: "H",
                              low: "L",
                              timeFormat: "kk[h]"
                              }
                              }
                      },
      
      Have a look a this code.. and the partial screenshot of my magic mirror through vnc viewer
      
      posted in Troubleshooting
      S
      Socrates
    • RE: Any module I add turns to blank screen.

      @sdetweil Dear Sir, you are a genius, i finally got it working. Surely it was an install issue. Using your installation script, and in the past 2 hours i have already inculcated 4 third party modules, and all seems to be working. I might have a question or two later tomorrow when i make more progress, but for now, the main issue is resolved.

      posted in Troubleshooting
      S
      Socrates
    • RE: Any module I add turns to blank screen.

      @sdetweil
      So i have installed mm using your script, and i am up and running, havent installed the modules yet, but that is because i am not able to shutdown mm using pm2 command, mm has been started using pm2 via your script.
      None of these commands work
      pm2 restart mm
      pm2 stop mm

      posted in Troubleshooting
      S
      Socrates
    • RE: Any module I add turns to blank screen.

      @sdetweil
      I have tried todoist, the calander ext2 module, dynamic weather module, several others. I think i might have an installation issue… I will just reformat my card and re-install using your script.
      So after i install rpi, do i run ur script in terminal, and follow the prompts?

      posted in Troubleshooting
      S
      Socrates
    • RE: Any module I add turns to blank screen.

      @sdetweil Thanks i am gonna follow these steps and let you know.
      I am literally installing one module at a time, but none of the 3rd party module works. Even if i try to edit the inbuilt module that MM came with for eg:- the calendar, i try to add my own google calendar, it wont work. (meaning my calendar wont show up).
      Do u have recommendations of which modules i can initially start with so that all the basic pre-requisite libraries get installed?

      posted in Troubleshooting
      S
      Socrates
    • RE: Any module I add turns to blank screen.

      @sdetweil
      Do u think i should install MM some other way? I cannot think of anything else.

      posted in Troubleshooting
      S
      Socrates
    • RE: Any module I add turns to blank screen.

      @sdetweil thanks see my third post , i have the logs uploaded when i tried to install request using
      npm install request

      and then it shows three more packages that are depreciated.
      Not able to install none of those.

      posted in Troubleshooting
      S
      Socrates
    • RE: Any module I add turns to blank screen.

      More troubleshooting logs as per the link provided in this post.

      pi@raspberrypi:~/MagicMirror/modules/MMM-Dynamic-Modules $ npm install request
      npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
      npm WARN deprecated har-validator@5.1.5: this library is no longer supported
      npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
      + request@2.88.2
      updated 1 package and audited 48 packages in 2.163s
      found 0 vulnerabilities
      
      pi@raspberrypi:~/MagicMirror/modules/MMM-Dynamic-Modules $ npm install uuid
      npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
      + uuid@8.3.2
      added 1 package from 5 contributors, updated 1 package and audited 49 packages in 1.85s
      
      2 packages are looking for funding
        run `npm fund` for details
      
      found 0 vulnerabilities
      
      pi@raspberrypi:~/MagicMirror/modules/MMM-Dynamic-Modules $ npm fund
      MMM-Dynamic-Modules@1.0.0
      ├─┬ https://github.com/sponsors/feross
      │ └── safe-buffer@5.2.1
      ├─┬ https://www.patreon.com/feross
      │ └── safe-buffer@5.2.1
      ├─┬ https://feross.org/support
      │ └── safe-buffer@5.2.1
      └─┬ https://github.com/sponsors/epoberezkin
        └── ajv@6.12.6
      
      posted in Troubleshooting
      S
      Socrates
    • 1 / 1