i cant find the file to download
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-UKNationalRail - Rail departure info for specific UK Railway stations
yes the header is not showing
-
RE: MMM-UKNationalRail - Rail departure info for specific UK Railway stations
Hello, i have the module working, i just cant get it to display the title.
{
module: ‘MMM-UKNationalRail’,
position: ‘bottom_left’,
header: ‘Whittlesford Parkway’, //Optional - delete this line to turn OFF the header completely
config: {
stationCode: ‘WLF’, // CRS code for station
app_id: ‘xxxxxxxx’, // TransportAPI App ID
app_key: ‘xxxxxxxxxx’, // TransportAPI App Key
maxResults: 5, //Optional - Maximum results to display.
showOrigin: false //Optional - Show the origin of the train in the table
}any ideas?
-
RE: Calender Showing wrong day?
Still no joy. If i add new tasks they show up on the right day / time, but previous ones say wrong date still. The tasks are a day ahead.
-
RE: Calender Showing wrong day?
i have download file. It seems ok? I guess its something to do with The clocks changing over the weekend
-
RE: Calender Showing wrong day?
the events was added from my phone (set to GMT). Where do i find this ics file?
-
Calender Showing wrong day?
Not sure if this has been covered before? i tried a search but didnt find a solution.
My problem is the calendar is now showing a day early? So something that is set for 2 days time now says tomorrow? If i set my calendar to "absolute’’ the calendar says (29th October) for an event set for the 30th.
Any ideas
-
RE: PM2 error
ok, so the way i fixed this was to totally reinstall magic mirror 2.5. Thank you for your help
-
RE: PM2 error
thanks, i will try that. Can you give me the command / commands to run this node update.
-
RE: PM2 error
i have tried installing pm2 using sudo npm install pm2@latest -g command, either to the root directory or within magic mirror directory.
i am running raspberry pi3 Magic Mirror 2.5
-
PM2 error
I get this error when trying to run pm2 startup
pi@MagicMirror:~ $ pm2 startup
/usr/lib/node_modules/pm2/bin/pm2:6
if (semver.satisfies(process.versions.node, ‘>= 6.0.0’))
^TypeError: semver.satisfies is not a function
at Object. (/usr/lib/node_modules/pm2/bin/pm2:6:12)
at Module._compile (internal/modules/cjs/loader.js:654:30)
at Object.Module._extensions…js (internal/modules/cjs/loader.js:665:10)
at Module.load (internal/modules/cjs/loader.js:566:32)
at tryModuleLoad (internal/modules/cjs/loader.js:506:12)
at Function.Module._load (internal/modules/cjs/loader.js:498:3)
at Function.Module.runMain (internal/modules/cjs/loader.js:695:10)
at startup (internal/bootstrap/node.js:201:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:516:3)Please help a novice