eobermuhlner / MMM-timetable-switzerland

MIT License
1 stars 1 forks source link

Just started with MagigMirror2 MM-timetable-switzerland #1

Open github6043 opened 3 months ago

github6043 commented 3 months ago

Hi, great work, just what I was looking for to place on my MagicMirror. Installation of the module is done under magicmirror/modules. The config.js looks like

{
  module: "clock",
  position: "top_left"
},
{
  module: 'MMM-timetable-switzerland',
  position: 'top_right',
  config: {
    timetables: [
      {
        type: 'stationboard',
        station: 'Adligenswil',
        limit: 8
      }
    ],
  }
},

Now, on the right top corner I see "Lade ..." but no station data.

Best regards ... juerg

github6043 commented 3 months ago

The MM2 runs as a container on Synology NAS, SRF Newsfed is working, rather no network issue.