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

    denalove

    @denalove

    0
    Reputation
    535
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    denalove Unfollow Follow

    Latest posts made by denalove

    • Deploying to heroku troubleshooting

      I am having a bit of trouble after deploying to heroku. The mirror runs great on my localhost but on heroku the weather shows “Loading…”. I know it has something to do with the API. Can anyone help me? Also I installed the mm-music-player and again it runs great locally but when I deploy it to heroku it makes my whole screen black. I commented out the code on the config file and then it runs fine again.

      posted in Troubleshooting
      D
      denalove
    • RE: Simple Music Player Module

      @denalove I got it, found the solution. I added the module to the defaultmodules.js file and it didn’t need to be there.

      posted in Troubleshooting
      D
      denalove
    • RE: Simple Music Player Module

      I am experiencing a black blank screen after installing the music player code. Here is my code

      Loading config ...
      Loading module helpers ...
      No helper found for module: alert.
      No helper found for module: clock.
      Initializing new module helper ...
      No helper found for module: compliments.
      No helper found for module: mm-music-player.
      No helper found for module: currentweather.
      No helper found for module: weatherforecast.
      Initializing new module helper ...
      All module helpers loaded.
      Starting server op port 8080 ... 
      Server started ...
      Connecting socket for: calendar
      Starting node helper for: calendar
      Connecting socket for: newsfeed
      Starting module: newsfeed
      Sockets connected & modules started ...
      Launching application.
      

      I’ve only customized the calendar so far, haven’t messed with the other modules just yet. Anyone know what I’m doing wrong?


      Edit from admin: Please use Markdown on shell output so it is easier to read!

      posted in Troubleshooting
      D
      denalove