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

    Posts

    Recent Best Controversial
    • RE: MMM-ResRobot - Public transport information for Sweden

      @Alvinger Hi - thanks for your reply. Turns out i was a total idiot and placed the module in the “modules/default” directory instead of the modules root :man_facepalming: Moved the folder and all is good.
      Thanks for the support anyways

      posted in Transport
      J
      jocke.almgren
    • RE: No 3rd party modules working

      @sdetweil thanks a lot… did the git clone to the “modules/default” directory.
      Feel so stupid…

      posted in Troubleshooting
      J
      jocke.almgren
    • No 3rd party modules working

      Hi all

      Just started the Magic Mirror project, and got it running with the default modules.
      But when I try to add a new module it does not show up.
      This is what i see for one of the modules when running “npm start dev”

      Load script: modules/MMM-JokeAPI//MMM-JokeAPI.js
      GET http://0.0.0.0:8080/modules/MMM-JokeAPI//MMM-JokeAPI.js net::ERR_ABORTED 404 (Not Found)
      Error on loading script: modules/MMM-JokeAPI//MMM-JokeAPI.js
      

      Any help anyone can provide would make me so happy :)

      posted in Troubleshooting
      J
      jocke.almgren
    • RE: MMM-ResRobot - Public transport information for Sweden

      Hi

      I hope this forum still is active ;)

      I just started my Magic Mirror project, and of course i need bus departures to be on the mirror.
      But i can’t figure out why it never shows on the screen… it’s not the whole screen that is black, the ResRobot module just doesn’t show.
      this is my config.js

      			{
      			module: "MMM-ResRobot",
      			position: "top_center",
      			header: "Departures",
      			config: {
      				routes: [
      					{from: "740054292", to: "740040961"},
      					{from: "740053855", to: "740010956"}
      				],
      				skipMinutes: 0,
      				maximumEntries: 6,
      				truncateAfter: 5,
      				apiKey: "XXXXXX"
      			}
      

      Any help so much appreciated

      posted in Transport
      J
      jocke.almgren
    • 1 / 1