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

    reddevel75

    @reddevel75

    1
    Reputation
    295
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    reddevel75 Unfollow Follow

    Best posts made by reddevel75

    • RE: Black screen + access Denied trough web

      just did a fresh install, now everything seems to work :)

      posted in Troubleshooting
      R
      reddevel75

    Latest posts made by reddevel75

    • RE: Black screen + access Denied trough web

      just did a fresh install, now everything seems to work :)

      posted in Troubleshooting
      R
      reddevel75
    • RE: Black screen + access Denied trough web

      Just trying to get it running for the first time nothing custom stuff.

      when i upload you code i get this problem.

      0_1492872083094_Schermafbeelding 2017-04-22 om 16.40.08.png

      Maybe a fresh install will do the trick ?

      posted in Troubleshooting
      R
      reddevel75
    • RE: Black screen + access Denied trough web

      when just programming one module i get this error: 0_1492796484347_Schermafbeelding 2017-04-21 om 19.39.56.png

      posted in Troubleshooting
      R
      reddevel75
    • RE: Black screen + access Denied trough web

      Thank you for you reaction.

      First off thanks for helping out with the connecting that problem is solved now.

      Still I have the problem that nothing seems to work because it’s still black screen…

      here is my config.js

      /* Magic Mirror Config Sample
       *
       * By Michael Teeuw http://michaelteeuw.nl
       * MIT Licensed.
       */
      
      var config = {
              port: 8080,
              ipWhitelist: [ ],
      
              language: "nl",
              timeFormat: 24,
              units: "metric",
      
              modules: [
                      {
                              module: "alert",
                      },
                      {
                              module: "updatenotification",
                              position: "top_bar"
                      },
                      {
                              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: "New York",
                                      locationID: "",  //ID from http://www.openweathermap.org/help/city_list.txt
                                      appid: "YOUR_OPENWEATHER_API_KEY"
                              }
                      },
                      {
                              module: "weatherforecast",
                              position: "top_right",
                              header: "Weather Forecast",
                              config: {
                                      location: "New York",
                                      locationID: "5128581",  //ID from http://www.openweathermap.org/help/city_list.txt
                                      appid: "YOUR_OPENWEATHER_API_KEY"
                              }
                      },
                               {
                              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;}
      
      

      hopefully you can find the problem…

      posted in Troubleshooting
      R
      reddevel75
    • Black screen + access Denied trough web

      Hello ,

      Im complete new to magicmirror so maybe im seeing something not right.

      First installed everything and after npm start magicmirror Launch and its Black.screen.
      Then intro to acces it trough the web but then i get acces denied.

      I try to delete modules and to charge the config file with different ip adres. But nothing works. Does anybody have a sollotion for me.

      Thnak you !

      posted in Troubleshooting
      R
      reddevel75