A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-TransLoc module not showing up
-
I followed all the steps for installing the module (https://github.com/OrangeHoopla/MMM-TransLoc). I’ll post my config below, but the module isn’t showing up at all on my screen. I’ll boot up MagicMirror and it doesn’t give me an error, just loads as if the module is not there. Any advice is appreciated.
Config:{ module:"MMM-TransLoc", header:"Bus Schedule", position:"middle_center", config: { url:'none', arrayName: 'arrivals', updateInterval: 1000, stop_id: 1000, AgencyNum: Agency #, Key: 'my key', } },
-
@Panchetto said in MMM-TransLoc module not showing up:
url:‘none’,
i suspect u have to give it the api url
-
@sdetweil Thank you for the response.
Just now I got the url from the openapi site and included it in the config and it still didn’t work. I originally left it out as the module instructions said it was optional, but even with it the module is not showing on my screen.