MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. Gailby
    G
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 10
    • Best 0
    • Controversial 0
    • Groups 0

    Gailby

    @Gailby

    0
    Reputation
    381
    Profile views
    10
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Gailby Unfollow Follow

    Latest posts made by Gailby

    • RE: Problem with MMM-ResRobot, it wont start(?)

      @Alvinger Thanx a lot, that did it! I got confused about the english translation of “ResRobot - Pole Schedules 2” and used ResRobot - Reseplanerare. My Bad 😕

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

      Ok, seems it didn’t want to handle several departures like previous post but only one:

                  {
                          module: "MMM-ResRobot",
                          position: "top_right",
                          header: "Departures",
                          config: {
                                  routes: [
                                          {from: "740000765", to: "740000284"}    // "from" is required but "to" is optional (set "to" to empty string to indicate all destinations)
                                  ],
                                          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: "1c01e8b8-92d0-4e05-86dc-a112d743ba5a"  // Your ResRobot apiKey
                          }
                  },
      

      Still get error response:
      node_helper for MMM-ResRobot received a socket notification: CONFIG - Payload: {“updateInterval”:300000,“animationSpeed”:2000,“fade”:true,“fadePoint”:0.25,“apiBase”:“https://api.resrobot.se/v2/departureBoard?format=json&passlist=0",“apiKey”:“1c01e8b8-92d0-4e05-86dc-a112d743ba5a”,“routes”:[{“from”:“740000765”,“to”:“740000284”}],“skipMinutes”:0,“maximumEntries”:6,“truncateAfter”:5,“iconTable”:{“B”:"fa fa-bus”,“S”:“fa fa-subway”,“J”:“fa fa-train”,“U”:“fa fa-subway”,“F”:“fa fa-ship”}}
      Fetching new departure data for module: MMM-ResRobot
      […]
      node_helper for MMM-ResRobot received a socket notification: CONFIG - Payload: {“updateInterval”:300000,“animationSpeed”:2000,“fade”:true,“fadePoint”:0.25,“apiBase”:“https://api.resrobot.se/v2/departureBoard?format=json&passlist=0",“apiKey”:“1c01e8b8-92d0-4e05-86dc-a112d743ba5a”,“routes”:[{“from”:“740021656”,“to”:“740020749”}],“skipMinutes”:0,“maximumEntries”:6,“truncateAfter”:5,“iconTable”:{“B”:"fa fa-bus”,“S”:“fa fa-subway”,“J”:“fa fa-train”,“U”:“fa fa-subway”,“F”:“fa fa-ship”}}
      MMM-ResRobot : Error: got 400 response

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

      I can not get it working either, says fetching for quite some time now. I get a “MMM-ResRobot : Error: got 400 response” on starting server… strange. Anyone recognize the same output?

                  {
                          module: "MMM-ResRobot",
                          position: "top_right",
                          header: "Departures",
                          config: {
                                  routes: [
                                          {from: "740021656", to: "740020749"},   // ResRobot Station IDs of starting and destination station(s). At least one route must be defined.
                                          {from: "740000765", to: "740000284"},   // "from" is required but "to" is optional (set "to" to empty string to indicate all destinations)
                                  ],
                                          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: "1c01e8b8-92d0-4e05-86dc-a112d743ba5a"  // Your ResRobot apiKey
                          }
                  },
      
      posted in Troubleshooting
      G
      Gailby
    • RE: Sync private iCloud calendar with MagicMirror

      @Gailby @ganther @Beh the ics files doesn’t seem to sync in Calendars… all files are empty. Have anyone resolved this?

      posted in Tutorials
      G
      Gailby
    • RE: Sync private iCloud calendar with MagicMirror

      Doesn’t seem like they are empty in KB. However the first file has rw–r–r-- and the others only rw------ don’t know if these permissions affects the none fetching of data

      posted in Tutorials
      G
      Gailby
    • RE: Sync private iCloud calendar with MagicMirror

      @ganther I don’t know…I need to check

      posted in Tutorials
      G
      Gailby
    • RE: Sync private iCloud calendar with MagicMirror

      @Beh I had no problem adding several modules of same kind and several .ics files in Calendars…however it doesn’t seem to sync or retrieve anything…only says no upcomming events 😕

      posted in Tutorials
      G
      Gailby
    • RE: Sync private iCloud calendar with MagicMirror

      @ganther so if I put config in ~/.vdirsyncer/config it should work?
      I think I did try it but somehow wansn’t able to read it as a file nor save and getting empty file and no result forward…

      posted in Tutorials
      G
      Gailby
    • What module or turorial did you use to manage getting iCloud data?

      Re: Default Calendar - iCloud Calendar description

      Hi am a bit curious,

      which moduler or tutorial did you use to manage getting iCloud calendar content?

      posted in Troubleshooting
      G
      Gailby
    • RE: Sync private iCloud calendar with MagicMirror

      @Beh Everything works fine until I’ll try to save the config file:

      1. ~/.vdirsyncer/config directory cannot be found
      2. Once I manuals create directories I also save config file as config.cfg and also tried config.config and save
      3. I haven’t filled in collections = [“HERE-GOES-THE-UUID-OF-THE-CALENDAR-YOU-WANT-TO-SYNC”] in conf. Could this make it crash?
      4. Running curl for timer ok.
        5.Then when vdirsyncer discover nothing happens I get Errno 21 and that’s where I get stuck…

      Really wonder what might be the issues here?

      posted in Tutorials
      G
      Gailby