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

    Posts

    Recent Best Controversial
    • RE: Trouble With config file

      @Mykle1

      Thanks Mike i am using CyberDuck on IMac when i do a live edit it changes the ‘’ to " for some reason thanks i would have not spotted that at all.

      posted in Troubleshooting
      P
      paddyhughes
    • Trouble With config file

      Hi I copied the sample config.js file and renamed it config.js

      MM2 works with default locations and feeds… Alls good.

      OK so my issues is always with the titles

      Calender
      url change is ok and MM2 displays from my location but once i change the
      header: “US Holidays”, to header: “Irish Holidays”,
      I get the message Please create a config file. so i change the header back to the US.

      moving on to Weather forcast
      Location ID change works and my Appid WORK.
      But again change the Location: “New York” to Dublin i get that message again.

      then in the news feed my URL works but change the title name and the same issues happens again

      /* 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: "localhost", // 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: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], // 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: "en",
      	timeFormat: 24,
      	units: "metric",
      
      	modules: [
      		{
      			module: "alert",
      		},
      		{
      			module: "updatenotification",
      			position: "top_bar"
      		},
      		{
      			module: "clock",
      			position: "top_left"
      		},
      		{
      			module: "calendar",
      			header: "US Holidays",
      			position: "top_left",
      			config: {
      				calendars: [
      					{
      						symbol: "calendar-check-o ",
      						url: "webcal://www.calendarlabs.com/ical-calendar/ics/51/Ireland_Holidays.ics"
      					}
      				]
      			}
      		},
      		{
      			module: "compliments",
      			position: "lower_third"
      		},
      		{
      			module: "currentweather",
      			position: "top_right",
      			config: {
      				location: "New York",
      				locationID: "",  //ID from http://www.openweathermap.org/help/city_list.txt
      				appid: "YOUR_OPENWEATHER_API_KEY"
      			}
      		},
      		{
      			module: "weatherforecast",
      			position: "top_right",
      			header: "Weather Forecast",
      			config: {
      				location: "New York",
      				locationID: "2964574",  //ID from http://www.openweathermap.org/help/city_list.txt
      				appid: "MYKEYMYKEY*************************"
      			}
      		},
      		{
      			module: "newsfeed",
      			position: "bottom_bar",
      			config: {
      				feeds: [
      					{
      						title: “RTE News”,
      						url: "https://www.rte.ie/news/rss/news-headlines.xml"
      					}
      				],
      				showSourceTitle: true,
      				showPublishDate: true
      			}
      		},
      	]
      
      };
      
      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== "undefined") {module.exports = config;}
      

      Thanks for all the help :)

      posted in Troubleshooting
      P
      paddyhughes
    • RE: Fresh install MM2 RP3 wont start :(

      @ninjabreadman

      No i realy happy i got it working thanks everyone for all the help

      Alot of great support gong on in the forms

      Big Thumbs up to you all

      Thanks

      posted in Troubleshooting
      P
      paddyhughes
    • RE: Fresh install MM2 RP3 wont start :(

      Hi so it Just worked.

      i was logged in and installed MagicMirror in CLI mode
      Just before i decide to move to a new SD card i changed the CLI to GUI in sudo raspi-config
      and rebooted the pi once it logged it the MagicMirror kicked in after about 20seconds

      Did i do something wrong should i have always had the GUI enables and just worked in terminal
      if so. Sorry my bad…

      Also any way for the MagicMirror to start quicker with out seeing the GUI Desktop

      posted in Troubleshooting
      P
      paddyhughes
    • RE: Fresh install MM2 RP3 wont start :(

      @cruunnerr

      Hi Thanks for the suggestion. just followed them steps
      i am now getting the following errors when i run npm start

      error code ELIFECYCLE
      err! Errno 1
      0_1517177314711_IMG_9371 (1).JPG

      I have a second Sd Card i am going to try it on Raspbian Stretch Full and see if i can get it working

      Thanks for all the support guys

      posted in Troubleshooting
      P
      paddyhughes
    • Fresh install MM2 RP3 wont start :(

      Hi I have installed MagicMirror2 5 times now and still get to the same issue of not starting up.
      Setup
      Raspberry pi 3
      Jessie Full
      Auto Installer MagicMirror

      I have used the Automatic Installer (Raspberry Pi Only!)
      OK the first time i used Raspbian Stretch Lite but then i moved to Raspbian Stretch Full wont start.

      After some googling i came across a link to install it with Raspbian Jessie Full
      complete-setup-tutorial

      Here is my
      npm-debug.log

      0 info it worked if it ends with ok
      1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'start' ]
      2 info using npm@3.10.10
      3 info using node@v6.12.3
      4 verbose run-script [ 'prestart', 'start', 'poststart' ]
      5 info lifecycle magicmirror@2.2.2~prestart: magicmirror@2.2.2
      6 silly lifecycle magicmirror@2.2.2~prestart: no script for prestart, continuing
      7 info lifecycle magicmirror@2.2.2~start: magicmirror@2.2.2
      8 verbose lifecycle magicmirror@2.2.2~start: unsafe-perm in lifecycle true
      9 verbose lifecycle magicmirror@2.2.2~start: PATH: /usr/lib/node_modules/npm/bin/node-gyp-bin:/home/pi/MagicMirror/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games
      10 verbose lifecycle magicmirror@2.2.2~start: CWD: /home/pi/MagicMirror
      11 silly lifecycle magicmirror@2.2.2~start: Args: [ '-c', 'sh run-start.sh' ]
      12 silly lifecycle magicmirror@2.2.2~start: Returned: code: 1  signal: null
      13 info lifecycle magicmirror@2.2.2~start: Failed to exec start script
      14 verbose stack Error: magicmirror@2.2.2 start: `sh run-start.sh`
      14 verbose stack Exit status 1
      14 verbose stack     at EventEmitter. (/usr/lib/node_modules/npm/lib/utils/lifecycle.js:255:16)
      14 verbose stack     at emitTwo (events.js:106:13)
      14 verbose stack     at EventEmitter.emit (events.js:191:7)
      14 verbose stack     at ChildProcess. (/usr/lib/node_modules/npm/lib/utils/spawn.js:40:14)
      14 verbose stack     at emitTwo (events.js:106:13)
      14 verbose stack     at ChildProcess.emit (events.js:191:7)
      14 verbose stack     at maybeClose (internal/child_process.js:920:16)
      14 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:230:5)
      15 verbose pkgid magicmirror@2.2.2
      16 verbose cwd /home/pi/MagicMirror
      17 error Linux 4.9.78-v7+
      18 error argv "/usr/bin/node" "/usr/bin/npm" "start"
      19 error node v6.12.3
      20 error npm  v3.10.10
      21 error code ELIFECYCLE
      22 error magicmirror@2.2.2 start: `sh run-start.sh`
      22 error Exit status 1
      23 error Failed at the magicmirror@2.2.2 start script 'sh run-start.sh'.
      23 error Make sure you have the latest version of node.js and npm installed.
      23 error If you do, this is most likely a problem with the magicmirror package,
      23 error not with npm itself.
      23 error Tell the author that this fails on your system:
      23 error     sh run-start.sh
      23 error You can get information on how to open an issue for this project with:
      23 error     npm bugs magicmirror
      23 error Or if that isn't available, you can get their info via:
      23 error     npm owner ls magicmirror
      23 error There is likely additional logging output above.
      24 verbose exit [ 1, true ]
      
      

      And a screen shot of my
      PM2 Info MagicMirror
      alt text

      I really hope you can help me thanks :):)

      posted in Troubleshooting
      P
      paddyhughes
    • 1
    • 2
    • 3
    • 3 / 3