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

    Posts

    Recent Best Controversial
    • RE: 3rd Party Modules with APIs not loading.

      I did.

      Sorry, I haven’t had the time to pick up troubleshooting.

      Will hope to sometime this weekend.

      posted in Troubleshooting
      B
      bflbarlow
    • RE: 3rd Party Modules with APIs not loading.

      Sounds good and no worries.

      Thanks for giving it a shot!

      posted in Troubleshooting
      B
      bflbarlow
    • RE: 3rd Party Modules with APIs not loading.

      No errors a few minutes in.

      0_1571361418428_2019-10-17-201556_1824x984_scrot.png

      posted in Troubleshooting
      B
      bflbarlow
    • RE: 3rd Party Modules with APIs not loading.

      That URL worked great on the browser.

      I really appreciate the help troubleshooting.

      0_1571360825227_2019-10-17-200616_1824x984_scrot.png

      posted in Troubleshooting
      B
      bflbarlow
    • RE: 3rd Party Modules with APIs not loading.

      I’ll include a screenshot here in a minute, but I’m noticing that “MMM-Launch received a module notification: CLOCK_SECOND from sender: clock” is being logged. Is that expected?

      EDIT: Screenshot.

      0_1571359742261_2019-10-17-194801_1824x984_scrot.png

      posted in Troubleshooting
      B
      bflbarlow
    • RE: 3rd Party Modules with APIs not loading.

      MMM-Launch is located at home/pi/MagicMirror/modules.

      The only errors were for openweathermap, so I removed that from the config.

      I’m only seeing some warnings, but no more errors.

      1_1571359413131_2019-10-17-194212_1824x984_scrot.png 0_1571359413130_2019-10-17-194220_1824x984_scrot.png

      posted in Troubleshooting
      B
      bflbarlow
    • RE: 3rd Party Modules with APIs not loading.

      Unfortunately, a fresh raspbian image and MagicMirror install doesn’t appear to solve the problem.

      Still open to any/all suggestions.

      It’s been sitting on T - Minus 5 seconds for the last 10 minutes.

      0_1571358660682_fbd0d71d-c011-445b-90d1-bec16ef1f63f-image.png

      posted in Troubleshooting
      B
      bflbarlow
    • RE: 3rd Party Modules with APIs not loading.

      Removing the modules file, starting from a fresh config.js, cloning back the modules file, and adding the MMM-Launch config didn’t yield any data after the last 5 minutes.

      I’m thinking I’ll just cut ties and start again from scratch with a fresh install of raspbian. Maybe that’ll reset anything that might have gone haywire in the setup.

      posted in Troubleshooting
      B
      bflbarlow
    • RE: 3rd Party Modules with APIs not loading.

      I’ll give that a try.

      I’m not concerned with that specific module not working. 3rd Party Modules I’ve installed that do not utilize APIs work perfectly well and the default modules work perfectly well as well.

      It is a trend however, that of the six total 3rd Party Modules that I have tried and tested that do connect to APIs, none of them appear to be receiving data, which is why I am still slightly suspicious about something being wrong in the general Raspberry Pi configuration. But that wouldn’t explain why the default modules work perfectly well despite pulling from the openweathermap API.

      posted in Troubleshooting
      B
      bflbarlow
    • RE: 3rd Party Modules with APIs not loading.

      I’m glad yours works.

      Mine still doesn’t.

      If 30 seconds is what I have to wait, then I’m already 120+ times past that (over an hour) with no rotation.

      I’m curious if you have any suggestions on things to try to help narrow this issue down.

      posted in Troubleshooting
      B
      bflbarlow
    • RE: 3rd Party Modules with APIs not loading.

      Here’s what I have for my config for those four 3rd Party Modules.

      The MMM-Launch config is directly copy/pasted from the module’s README, minus the location to “bottom_right”.

      		{
      				module: "MMM-MyStandings",
      				position: "top_left",
      				config: {
      				updateInterval: 60 * 60 * 1000, // every 60 minutes
      				rotateInterval: 1 * 60 * 1000, // every 1 minute
      				sports: [
      				{ league: "NBA", groups: ["Atlantic", "Central", "Southeast", "Northwest", "Pacific", "Southwest"] },
      					]
      			}
      		},
      		{
      				module: "MMM-NFL",
      				position: "top_left",
      				config: {
      				focus_on: "GB"
      			}
      		},
      		{
      			module: "MMM-CollegeFootballTop25",
      			position: "top_left",
      			config: {
      				headerText: "AP Top 25",
      				teamsToShowAtATime: 2,
      				showColumnHeaders: false,
      				showPollWeekAndDate: false,
      				textClass: "small",
      				highlightTeams: ["Wisconsin::#6a2c3e"],
      				colorRankChange: false,
      				onScreenRefreshRate: 6000,
      				animationSpeed: 3000,
      			}
      		},
      		{
          		module: 'MMM-Launch',
          		position: 'bottom_right',               // Best in left or right region
          		config: {
      				showPix: "Yes",                 // No = No picture
      				showAgency: "Yes",              // No = Launch Agency not shown
      				showDescription: "No",          // Yes = full description of mission under picture
      				useHeader: false,               // false if you don't want a header
      				header: "We have liftoff!",     // Any text you want. useHeader must be true
      				maxWidth: "300px",
          		}
      		},
      
      posted in Troubleshooting
      B
      bflbarlow
    • RE: 3rd Party Modules with APIs not loading.

      Excellent suggestion!

      Interestingly enough, the only error logged in the console was for the openweathermap.

      There doesn’t appear to be any errors related to any other modules.

      0_1571351129296_1d5151e8-aaca-4a9a-b41f-a6de255a35fc-image.png

      posted in Troubleshooting
      B
      bflbarlow
    • 3rd Party Modules with APIs not loading.

      I’m brand new to MagicMirror (as of a few days ago) and moderately new to Raspberry Pis and was able to successfully configure my Google Calendar with local Weather and local Forecasts.

      However, I’ve installed a number of third party modules that do not move past “Loading.”

      I’ve downloaded a handful of third party modules and the only ones that have issues are ones that are connecting to an API or an external source.

      I’m suspicious that this might be a general Raspberry Pi configuration causing issues, but that doesn’t explain why the Calendar and Weather work. In a browser, I can connect to the internet.

      I’m not necessarily looking for an absolute answer (that would be nice…), but I’m also interested in knowing how I can further troubleshoot this and narrow down the issue.

      0_1571349461596_2019-10-17-165134_1920x1080_scrot.png

      posted in Troubleshooting
      B
      bflbarlow
    • 1 / 1