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

    Coltjb45

    @Coltjb45

    0
    Reputation
    1.2k
    Profile views
    13
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Coltjb45 Unfollow Follow

    Latest posts made by Coltjb45

    • RE: How to add modules. For absolute beginners.

      @doubleT thanks for everything, I got it working. Now some other hiccups to work on.

      posted in Troubleshooting
      C
      Coltjb45
    • RE: How to add modules. For absolute beginners.

      @doubleT not exactly sure what you’re talking about and don’t know what editor.

      posted in Troubleshooting
      C
      Coltjb45
    • RE: How to add modules. For absolute beginners.

      still having problems figuring it out. this is what i have.

      		},
      {
      	module: "MMM-JEOPARDY",
      	position: "top_left",
      	config: {       
      		useHeader: false,                  // true if you want a header
      		header: "This is Jeopardy!",
      		maxWidth: "250px",
      		animationSpeed: 3000,              // Fades to next clue
      	}
      },[
        {
          module: 'MMM-forecast-io',
          position: 'top_right',  // This can be any of the regions.
          config: {
            // See 'Configuration options' for more information.
            apiKey: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', // Dark Sky API key.
            // Only required if geolocation doesn't work:
            latitude:   16.77532,
            longitude: -3.008265
          }
        }
      ]
      		{
      			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: "xxxxxxxxxxxxzxxxxxxxxxxxxxxxxxxxxxx
      			}
      		},
      		{
      			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: "xxxxxxxxxxxxxxxxxxxxxxxxx"
      			}
      		},
      		{
      			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
      			}
      		},
      	]
      
      posted in Troubleshooting
      C
      Coltjb45
    • RE: I'm very new to this

      @Mykle1 I went and grabbed the api key and entered it in and still can’t get it to work, I must be doing something wrong?

      posted in Troubleshooting
      C
      Coltjb45
    • RE: I'm very new to this

      Thanks a lot Peter! That helped me out a ton! I have it up and running now but the weather isn’t displayed and the screen didn’t rotate. Help with troubleshooting that would be great! I would also like to know how to customize it to my personal preference. Thanks in advance!

      posted in Troubleshooting
      C
      Coltjb45
    • I'm very new to this

      I just got my first pi, downloaded magic mirror and don’t know how to make it work now. Any help would be great?

      posted in Troubleshooting
      C
      Coltjb45
    • RE: Npm start issues

      both didn’t work

      posted in Hardware
      C
      Coltjb45
    • RE: Npm start issues

      It said failed to remove magic mirror

      posted in Hardware
      C
      Coltjb45
    • RE: Npm start issues

      I tried your first suggestion and this is what happened.

      pi@raspberrypi:~/MagicMirror $ DISPLAY=:0 nohup npm start &
      [1] 1854
      pi@raspberrypi:~/MagicMirror $ #nohup: ignoring input and appending output to 'nohup.out

      posted in Hardware
      C
      Coltjb45
    • RE: Npm start issues

      I used automatic installer. And the OS was the lite system that came with my raspberry

      posted in Hardware
      C
      Coltjb45