MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Blank black screen | Noob

    Scheduled Pinned Locked Moved Troubleshooting
    44 Posts 12 Posters 56.0k Views 11 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • MichMichM Offline
      MichMich Admin
      last edited by

      This is a real strange situation. I tried it with different language setting, but none of them seem to cause an issue. (Even when using language: 'foobar', it just works fine.) Could one of you who is experiencing the bug, look in the developer’s console for any error messages?

      R 1 Reply Last reply Reply Quote 0
      • R Offline
        ronny3050 Module Developer @MichMich
        last edited by

        @MichMich I think this has something to do with electron? Because everything runs fine on server only.

        1 Reply Last reply Reply Quote 0
        • MichMichM Offline
          MichMich Admin
          last edited by

          I can’t really see how that’s affected. It’s just a variable that will be used to select the right file. I really need a log from the console to figure out what’s wrong.

          S 1 Reply Last reply Reply Quote 0
          • S Offline
            smithdsl @MichMich
            last edited by

            @MichMich How do I dump the log file?

            1 Reply Last reply Reply Quote 0
            • MichMichM Offline
              MichMich Admin
              last edited by

              It’s not the node log. It’s the console log you can see in the developers tools. A screenshot (with the red error messages) is enough.

              1 Reply Last reply Reply Quote 0
              • MichMichM Offline
                MichMich Admin
                last edited by

                I just pushed a possible fix to the develop branch. Please let me know if this solves the issue.

                1 Reply Last reply Reply Quote 0
                • D Offline
                  dejayou
                  last edited by

                  Hi MichMich- I am using the new develop branch and whatever the fix was is not working for me. I am still getting the blank black screen. I also wasn’t able to fix it with changing the naming conventions related to the language settings that worked for others.

                  1 Reply Last reply Reply Quote 0
                  • MichMichM Offline
                    MichMich Admin
                    last edited by

                    In your case its probably an other issue. Could you share your config.js (don’t forget to take out sensitive info)?

                    1 Reply Last reply Reply Quote 0
                    • D Offline
                      dejayou
                      last edited by MichMich

                      Hi MichMich,
                      Thank you for continuing to work with me on this matter. Here is the config file:

                      /* Magic Mirror Config Sample
                       *
                       * By Michael Teeuw http://michaelteeuw.nl
                       * MIT Licensed.
                       */
                      var config = {
                          port: 8080,
                      
                          language: "nl",
                          timeFormat: 24,
                          units: "metric",
                      
                          modules: [{
                              module: "alert"
                          },
                                  {
                              module: "wuforecast",
                              position: "top_right", // This can be any of the regions.
                              // Best results in left or right regions.
                              config: {
                                  // See ‘Configuration options’ for more information.
                                  location: "Cleveland",
                                  appid: "5095830b868b90bcc31affdad4911325" //wunderground.com API key.
                              }
                          },
                                  {
                              module: "clock",
                              position: "top_left"
                          },
                                  {
                              module: "calendar",
                              header: "US Holidays",
                              position: "top_left",
                              config: {
                                  calendars: [{
                                      symbol: "calendar-check-o",
                                      url: "webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics"
                                  }]
                              }
                          },
                                  {
                              module: "compliments",
                              position: "lower_third"
                          },
                                  {
                              module: "currentweather",
                              position: "top_right",
                              config: {
                                  location: "Cleveland",
                                  locationID: "4614088", //ID from bulk.openweather.org/sample/
                                  appid: "5095830b868b90bcc31affdad4911325"
                              }
                          },
                                  {
                              module: "weatherforecast",
                              position: "top_right",
                              header: "Weather Forecast",
                              config: {
                                  location: "Cleveland",
                                  locationID: "4614088", //ID from bulk.openweather.org/sample/
                                  appid: "5095830b868b90bcc31affdad4911325"
                              }
                          },
                                  {
                              module: "newsfeed",
                              position: "bottom_bar",
                              config: {
                                  feeds: [{
                                      title: "New York Times",
                                      url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml"
                                  }],
                                  showSourceTitle: true,
                                  showPublishDate: true
                              }
                          }]
                      
                      };
                      
                      /*************** DO NOT EDIT THE LINE BELOW ***************/
                      if (typeof module !== "undefined") {
                          module.exports = config;
                      }
                      
                      1 Reply Last reply Reply Quote 0
                      • MichMichM Offline
                        MichMich Admin
                        last edited by

                        @dejayou: could you try your magic mirror without the wuforecast module?

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 4
                        • 5
                        • 1 / 5
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Sam, technical setup by Karsten.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy