Not any more, a 6mm 24 x 24 inch mirror is now £107.11 :( no added extras and 6mm is the only option available
Read the statement by Michael Teeuw here.
Posts made by wrumble
-
RE: Shout out to this UK Supplier for 2-way mirrors
-
RE: Display more than one news article?
My javascript isn’t great but I tried to add a few snippets in here and there but nothing changes when I compile and test it locally. It shouldn’t be too hard from what I can see but I haven’t had any luck. I’ll leave it a week or so and come back with some fresh eyes.
-
Display more than one news article?
Is there a way I can display a list of five news articles from the top 20 articles that then shows the next 5-10 of the top 20 etc. Instead of showing one and cycling through individually?
-
RE: MMM-Admin-Interface
im an idiot, it was still commented out in the config.js thanks for your help, it works great!
-
RE: MMM-Admin-Interface
@ItayXD thanks for your help! I have the mirror running now but when i try to access the interface i get
Cannot GET /MMM-Admin-Interface/
when i go tohttp://192.168.0.13:8080/MMM-Admin-Interface/
i have MMM-Remote-Control and when i accesshttp://192.168.0.13:8080/remote.html
it woks fine, any ideas why its not working? i dont get any errors in terminal -
RE: MMM-Admin-Interface
Hi, after i install and run i get a blank white screen, if i install it and run on my macbook i get the following:
Error: Cannot find module ‘body-parser’
at Module._resolveFilename (module.js:455:15)
at Function.Module._resolveFilename (/Users/wayne.rumble/Desktop/MagicMirror/node_modules/electron-prebuilt/dist/Electron.app/Contents/Resources/electron.asar/common/reset-search-paths.js:35:12)
at Function.Module._load (module.js:403:25)
at Module.require (module.js:483:17)
at require (internal/module.js:20:19)
at Object. (/Users/wayne.rumble/Desktop/MagicMirror/modules/MMM-Admin-Interface/node_helper.js:5:20)
at Module._compile (module.js:556:32)
at Object.Module._extensions…js (module.js:565:10)
at Module.load (module.js:473:32)
at tryModuleLoad (module.js:432:12)
Whoops! There was an uncaught exception…
{ Error: Cannot find module ‘body-parser’
at Module._resolveFilename (module.js:455:15)
at Function.Module._resolveFilename (/Users/wayne.rumble/Desktop/MagicMirror/node_modules/electron-prebuilt/dist/Electron.app/Contents/Resources/electron.asar/common/reset-search-paths.js:35:12)
at Function.Module._load (module.js:403:25)
at Module.require (module.js:483:17)
at require (internal/module.js:20:19)
at Object. (/Users/wayne.rumble/Desktop/MagicMirror/modules/MMM-Admin-Interface/node_helper.js:5:20)
at Module._compile (module.js:556:32)
at Object.Module._extensions…js (module.js:565:10)
at Module.load (module.js:473:32)
at tryModuleLoad (module.js:432:12) code: ‘MODULE_NOT_FOUND’ }
MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
Launching application.Running on an RPI 3 model B, when i comment out:
,
{
module: “MMM-Admin-Interface”,
}from my config it works fine. Am i missing something?