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

    Eburkis

    @Eburkis

    0
    Reputation
    548
    Profile views
    11
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Eburkis Unfollow Follow

    Latest posts made by Eburkis

    • RE: MMM-ResRobot - Public transport information for Sweden

      @Alvinger said in MMM-ResRobot - Public transport information for Sweden:

      @Eburkis
      I haven’t been active for a while due to other things than magic mirrors.
      Let me take a look and see if I can find out what’s wrong.

      —Update–

      now the module is working and seems to fetching the data but don’t displays anything…
      dont know whats wrong now

      posted in Transport
      E
      Eburkis
    • RE: Problem with MMM-ResRobot, it wont start(?)

      @Eburkis said in Problem with MMM-ResRobot, it wont start(?):

      yeey somthing works now
      now when the MM boots it says Fetching data for almost 3 sec then it goes black and now its just “departures” and under that its empty. so its almost that it is no departures at all

      posted in Troubleshooting
      E
      Eburkis
    • RE: Problem with MMM-ResRobot, it wont start(?)

      @atd08001
      now i want to completly give up… now with the new site id its still does not work. now it’s just black with no info at all.
      what should i do ?

      {
      		module: "MMM-ResRobot",
      		position: "left",
      		header: "Departures",
      		config: {
      			from: "740024784",		// ResRobot Station ID (or a comma-separated string of IDs)
      			to: "740046172",			// ResRobot Station ID of destination (or a comma-separated string of IDs)
      			skipMinutes: 0,		// Skip departures that happens within the next  minutes.
      			maximumEntries: 6,	// Number of departures to show on screen
      			truncateAfter: 5,	// A value > 0 will truncate direction name at first space after  characters. 0 = no truncation
      			apiKey: "key here"		// Your ResRobot apiKey
      			}
      		},
      
      posted in Troubleshooting
      E
      Eburkis
    • RE: Problem with MMM-ResRobot, it wont start(?)

      i will try. tnx for the help, have a nice evening

      posted in Troubleshooting
      E
      Eburkis
    • RE: Problem with MMM-ResRobot, it wont start(?)

      if i use the api for “platsuppslag” then i get the answer that 2023 is Rudboda torg and when i look for gubbängen Tbana is 7956 so I wonder where you get your number from.

      and i get access denied with your link so that dont work for me sry

      posted in Troubleshooting
      E
      Eburkis
    • RE: Problem with MMM-ResRobot, it wont start(?)

      hmm i have not make the same typo as you did but something i still not working for me.

      	{
      		module: "MMM-ResRobot",
      		position: "left",
      		header: "Avgångar",
      		config: {
      			from: "2023",		// ResRobot Station ID (or a comma-separated string of IDs)
      			to: "1138",			// ResRobot Station ID of destination (or a comma-separated string of IDs)
      			skipMinutes: 0,		// Skip departures that happens within the next  minutes.
      			maximumEntries: 6,	// Number of departures to show on screen
      			truncateAfter: 2,	// A value > 0 will truncate direction name at first space after  characters. 0 = no truncation
      			apikey: "KEY HERE "		// Your ResRobot apiKey
              },
      
      
      posted in Troubleshooting
      E
      Eburkis
    • RE: Problem with MMM-ResRobot, it wont start(?)

      i cant get mine to work :/

      posted in Troubleshooting
      E
      Eburkis
    • RE: Problem with MMM-ResRobot, it wont start(?)

      does it work for you now ?

      posted in Troubleshooting
      E
      Eburkis
    • RE: MMM-ResRobot - Public transport information for Sweden

      @Alvinger said in MMM-ResRobot - Public transport information for Sweden:

      @Eburkis
      I haven’t been active for a while due to other things than magic mirrors.
      Let me take a look and see if I can find out what’s wrong.

      yes do that pls :) it would be very nice

      posted in Transport
      E
      Eburkis
    • RE: MMM-ResRobot - Public transport information for Sweden

      I have the same problem as norden1978 ^^above me and its stuck on “fetching departures”
      i dont know whats wrong
      here is my code

      		module: "MMM-ResRobot",
      		position: "left",
      		header: "Avgångar",
      		config: {
      			from: "2023",		
      			to: "1138",			
      			skipMinutes: 0,		
      			maximumEntries: 6,	
      			truncateAfter: 2,	
      			apikey: "MY APIKEY"		// Your ResRobot apiKey
              },
      posted in Transport
      E
      Eburkis