MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. gizmo90
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 10
    • Groups 0

    gizmo90

    @gizmo90

    0
    Reputation
    652
    Profile views
    10
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online
    Location Germany

    gizmo90 Unfollow Follow

    Latest posts made by gizmo90

    • RE: Currentweather distance

      thank you :)

      posted in Development
      gizmo90G
      gizmo90
    • Currentweather distance

      Hello,

      can anyone tell me how to adjust the distance between the icon and the temperature
      0_1559294437896_20190529_204708.jpg

      posted in Development
      gizmo90G
      gizmo90
    • RE: Magic Mirror on the RPi1

      btw for better performance use Midori

      posted in Troubleshooting
      gizmo90G
      gizmo90
    • RE: MMM-MPD

      ok now its correkt … i think. but now, the mirror is black.
      node start without any error

      posted in Entertainment
      gizmo90G
      gizmo90
    • RE: Problem MMM-syslog in Midori

      test this

      setInterval(function(){ this.updateDom(); }, 60000);

      instead of

      setInterval(() => {
      this.updateDom(60000);

      posted in Troubleshooting
      gizmo90G
      gizmo90
    • 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

      posted in Entertainment
      gizmo90G
      gizmo90
    • RE: MMM-MPD

      hi,

      it will not show me anything

      0_1508666166319_mpd.JPG

      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

      posted in Entertainment
      gizmo90G
      gizmo90
    • RE: Problem MMM-syslog in Midori

      i have fix it.

      edit MMM-syslog.js

      replace line 44

      setInterval(() => {
      

      with

      setInterval(function(){
      
      posted in Troubleshooting
      gizmo90G
      gizmo90
    • 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

      posted in Troubleshooting
      gizmo90G
      gizmo90
    • 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)
      
      

      0_1485886612745_mm.JPG

      posted in Troubleshooting midori syslog
      gizmo90G
      gizmo90