thank you :)
Read the statement by Michael Teeuw here.
Latest posts made by gizmo90
-
Currentweather distance
Hello,
can anyone tell me how to adjust the distance between the icon and the temperature
-
RE: MMM-MPD
ok now its correkt … i think. but now, the mirror is black.
node start without any error -
RE: Problem MMM-syslog in Midori
test this
setInterval(function(){ this.updateDom(); }, 60000);
instead of
setInterval(() => {
this.updateDom(60000); -
RE: MMM-MPD
please correct me when i am wrong but i think this is wrong
modules: [ { module: "mpd_config",
i think it has to be called:
module:“MMM-MPD” like the folder or mpd_client like the js
i have no idea what happend but after pi reboot, the node server wont start when your module is activated
WARNING! Could not validate config file. Please correct syntax errors. Starting with default configuration. Loading module helpers ... No helper found for module: alert. No helper found for module: clock. No helper found for module: calendar_monthly. Initializing new module helper ... No helper found for module: currentweather. No helper found for module: weatherforecast. Initializing new module helper ... Initializing new module helper ... Whoops! There was an uncaught exception... [SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode] 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/issu
config:
///////////////////////////////// { module: "mpd_client", position: "top_right", // This can be any of the regions. config: { // See 'Configuration options' for more information. hostname: "localhost", port: 6600 } }, //////////////////////////////////
folder and .js name are mpd_client
i use raspian with standart MPD version from the repository
-
RE: MMM-MPD
hi,
it will not show me anything
localhost:6600 says
OK MPD 0.19.0 ACK [5@0] {} unknown command "GET" ACK [5@0] {} Invalid word character
but android mpd app listen to port 6600 and it works
-
RE: Problem MMM-syslog in Midori
i have fix it.
edit MMM-syslog.js
replace line 44
setInterval(() => {
with
setInterval(function(){
-
RE: Magic Mirror in Raspberry pi 1
startx -> LXconsole -> node serveronly -> open the browser of your choice (address: localhost:port)
but first config the config.js -
Problem MMM-syslog in Midori
Hi,
i have a litte problem.
Midori don’t show the Syslog module and i think it is a issue with the ECMA6 script or so.
I had the same problem with MMM-Fuel but a manual fix is available (https://forum.magicmirror.builders/topic/922/modules-not-showing-up-on-kweb-or-midori)Only firefox and Chromium show the modul but on my rpi1 these browser needs to much resources.
is a small fix for midori realistic or can I blow it into the wind?
TypeError: Cannot read property 'push' of undefined at Class.module.exports.NodeHelper.create.start.storeLog (/var/www/mirror2/modules/MMM-syslog/node_helper.js:50:12) at /var/www/mirror2/modules/MMM-syslog/node_helper.js:36:10 at Layer.handle [as handle_request] (/var/www/mirror2/node_modules/express/lib/router/layer.js:95:5) at next (/var/www/mirror2/node_modules/express/lib/router/route.js:131:13) at Route.dispatch (/var/www/mirror2/node_modules/express/lib/router/route.js:112:3) at Layer.handle [as handle_request] (/var/www/mirror2/node_modules/express/lib/router/layer.js:95:5) at /var/www/mirror2/node_modules/express/lib/router/index.js:277:22 at Function.process_params (/var/www/mirror2/node_modules/express/lib/router/index.js:330:12) at Immediate.next (/var/www/mirror2/node_modules/express/lib/router/index.js:271:10) at Immediate.immediate._onImmediate (timers.js:423:18)