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

    Posts

    Recent Best Controversial
    • Local LCD not showing Weather module

      Hello. I have installed MagicMirror on rasberry pi zero.
      When I connect lcd monitor or tv i can’t see weather module. When i connect to Magic Mirror via computer everything is ok.
      My config file

      /* Magic Mirror Config Sample
       *
       * By Michael Teeuw http://michaelteeuw.nl
       * MIT Licensed.
       *
       * For more information how you can configurate this file
       * See https://github.com/MichMich/MagicMirror#configuration
       *
       */
      
      var config = {
      	address: "", // Address to listen on, can be:
      	                      // - "localhost", "127.0.0.1", "::1" to listen on loopback interface
      	                      // - another specific IPv4/6 to listen on a specific interface
      	                      // - "", "0.0.0.0", "::" to listen on any interface
      	                      // Default, when address config is left out, is "localhost"
      	port: 8080,
      	ipWhitelist: [], // Set [] to allow all IP addresses
      	                                                       // or add a specific IPv4 of 192.168.1.5 :
      	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"],
      	                                                       // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format :
      	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"],
      
      	language: "pl",
      	timeFormat: 24,
      	units: "metric",
      
      	modules: [
      		{
      			module: "alert",
      		},
      		{
      			module: "clock",
      			position: "top_left"
      		},
      		{
      			module: "calendar",
      			position: "top_left",
      			config: {
      				calendars: [
      					{
      						symbol: "calendar-check-o ",
      						url: "https://calendar.google.com/calendar/ical/"
      					}
      				]
      			}
      		},
      		{
      			module: "MMM-Solartemp",
      			position: "bottom_left",
      			header: "Solartemp",
      			config: {
      				baseURL: "http://solartemp.no-i",
      				key: "",
      				group: "",
      				}
      		},
      		{
          			module: 'MMM-Remote-Control'
          			// uncomment the following line to show the URL of the remote control on the mirror
          			// , position: 'bottom_left'
          			// you can hide this module afterwards from the remote control itself
      		},
      		{
      			 module: 'MMM-NOAA3',
      				position: 'top_right',
         				config: {
             				provider: "darksky", // From list above
             				apiKey: "",        // From one of the providers listed above
             				airKey: "YOUR API KEY",    
             				css: "NOAA3",                   // THIS MUST CONTAIN A CSS STYLE NAME 
         				userlat: "delete for security ", //MUST HAVE BOTH
             				userlon: "delete for security"  //MUST HAVE BOTH
      				}
          		},
      		]
      
      };
      
      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== "undefined") {module.exports = config;}
      
      

      I have installed server version and midori browser.
      I never had this problem and don’t know how to solve it.

      posted in Troubleshooting
      1
      12wsx
    • Facebook on MagicMirror

      Hello!
      is it possible to use code from facebook deveoper to show notification from facebook group?
      I have local firefighter group where is newest information about accident in my area.
      The code i found on
      facebook page plugin
      and there is two way to use this code -java script and iframe.
      I tried use iframe module from MM but it does not work.
      Can someone help me how to run this module ?
      Regards
      12wsx

      posted in Requests
      1
      12wsx
    • RE: Showing temperature from php file

      next question.
      is it Possible to use this module two times in one MM?
      I want to use it on left for home sensor and on right for own meteo station and air quality?

      posted in Requests
      1
      12wsx
    • RE: Showing temperature from php file

      @12wsx said in Showing temperature from php file:

      http://solartemp.no-ip.org:3000/lcdfeed.php?key=AAaaAAaaAA&group=e28ca223

      Thank You Very Very much! it works great!
      This project is Nettemp- smart home project from poland.
      A lots of stuff- ds18b20, bme280, Air quality PMSx003, DIY Meteo by@pimowo- lightning sensor AS3935. Power, water, electricity reading and many many others.

      I Have only one question- how to change font ?

      posted in Requests
      1
      12wsx
    • RE: MMM-Rest

      Hello, i have problem with this module : saying Module Loading. I have installed newest version from github. It is clear instalation with no others module. How can I check where is the problem.
      No need copy my config because it’s only one module copied from repository this module.

      posted in Utilities
      1
      12wsx
    • Showing temperature from php file

      May I please someone to write simple module to show temperature from this link
      http://solartemp.no-ip.org:3000/lcdfeed.php?key=AAaaAAaaAA&group=e28ca223
      it is simple text. or maybe ther is a module which can simply adapt. I tried use MMM-Rest module but it is not starting “module loading” I’m very newbie in magic mirror and not a programmer so i can’t do it by my self.
      Regards
      Daniel

      posted in Requests
      1
      12wsx
    • RE: How I got my Magic Mirror working on a Raspberry Pi 0 (zero)

      first set:
      set ipWhitelist: [] to allow all IP addresses.

      Warning, this enables from everywhere (on your net) have access.
      then in webbrowser go to pizero ip with port set in config ex. 192.168.1.12:8080 and check if its working

      posted in Tutorials
      1
      12wsx
    • RE: How I got my Magic Mirror working on a Raspberry Pi 0 (zero)

      my I please someone to make an image of sd card with installed and working MM? i’m trying about week to run MM on piZero and nothing… all the time diffrent errors which i don’t understand.

      posted in Tutorials
      1
      12wsx
    • RE: MagicMirror on Pi Zero W

      my I please someone to make an image of sd card with installed and working MM? i’m trying about week to run MM on piZero and nothing… all the time diffrent errors which i don’t understand.

      posted in Tutorials
      1
      12wsx
    • RE: How I got my Magic Mirror working on a Raspberry Pi 0 (zero)

      Hello:) I have similar problem. Magic Mirror installed from image downloaded from this thread. Installed on piZero. Working ok. On screen there was a message to update. I did this and now MM not working. Try config with only clock. Not help.
      Full update log.

       Starting MagicMirror: v2.1.0
      Loading config ...
      Loading module helpers ...
      No helper found for module: clock.
      All module helpers loaded.
      Starting server op port 8080 ...
      Server started ...
      Sockets connected & modules started ...
      
      Ready to go! Please point your browser to: http://localhost:8080
      Whoops! There was an uncaught exception...
      { [Error: listen EADDRINUSE :::8080]
        code: 'EADDRINUSE',
        errno: 'EADDRINUSE',
        syscall: 'listen',
        address: '::',
        port: 8080 }
      MagicMirror will not quit, but it might be a good idea to check why this happene                                                                                                                     d. Maybe no internet connection?
      If you think this really is an issue, please open an issue on GitHub: https://gi                                                                                                                     thub.com/MichMich/MagicMirror/issues
      
      (EE)
      Fatal server error:
      (EE) Server is already active for display 0
              If this server is no longer running, remove /tmp/.X0-lock
              and start again.
      (EE)
      (EE)
      Please consult the The X.Org Foundation support
               at http://wiki.x.org
       for help.
      (EE)
      XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0"
            after 7 requests (7 known processed) with 0 events remaining.
      pi@raspberrypi:~ $ ^C
      pi@raspberrypi:~ $ sudo su
      root@raspberrypi:/home/pi# cd ~/MagicMirror && sudo npm install
      bash: cd: /root/MagicMirror: No such file or directory
      root@raspberrypi:/home/pi# cd MagicMirror
      root@raspberrypi:/home/pi/MagicMirror# sudo npm install
      npm WARN peerDependencies The peer dependency stylelint@^8.0.0 included from stylelint-config-standard will no
      npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency
      npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly.
      npm WARN peerDependencies The peer dependency stylelint@^8.0.0 included from stylelint-config-recommended will no
      npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency
      npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly.
      npm WARN peerDependencies The peer dependency stylelint@^8.0.0 included from grunt-stylelint will no
      npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency
      npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly.
      npm ERR! Linux 4.4.34+
      npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
      npm ERR! node v4.2.1
      npm ERR! npm  v2.14.7
      npm ERR! code EPEERINVALID
      
      npm ERR! peerinvalid The package stylelint@7.7.1 does not satisfy its siblings' peerDependencies requirements!
      npm ERR! peerinvalid Peer grunt-stylelint@0.9.0 wants stylelint@^8.0.0
      npm ERR! peerinvalid Peer stylelint-config-standard@17.0.0 wants stylelint@^8.0.0
      
      npm ERR! Please include the following file with any support request:
      npm ERR!     /home/pi/MagicMirror/npm-debug.log
      root@raspberrypi:/home/pi/MagicMirror# vendor && npm install
      bash: vendor: command not found
      root@raspberrypi:/home/pi/MagicMirror#
      
      
      posted in Tutorials
      1
      12wsx
    • 1
    • 2
    • 3
    • 2 / 3