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

AnyKey

@AnyKey

0
Reputation
727
Profile views
6
Posts
0
Followers
0
Following
Joined May 16, 2017, 9:12 AM
Last Online May 26, 2017, 9:10 AM

AnyKey Unfollow Follow

Latest posts made by AnyKey

  • RE: MMM-TextClock, number blind? No worries, you can now read the time!

    @broberg Hi Broberg!
    It’s a really nice module you created, thanks a lot! In the german translation though is a little error. It’s not your (programming)fault, it’s the german language which is f**** up in this case. In Germany, we flip the the two digits and put an and (“und”) in between, when the number is above 20: 21 is not twenty-one, we say one-and-twenty. two-and-twenty, three-and-twenty and so on. In your config you seem to translate the numbers 1:1. It would be really nice, if you could change that in your next version, when it’s not to much coding work. At the moment I’m fine with the english version.

    posted in Utilities
    A
    AnyKey
    May 19, 2017, 9:24 PM
  • RE: MagicMirror Servermode on Synology DS

    Ok, i managed to edit the config.js file to a full whitelist with nano. To install nano I had to do

    sudo apt-get update
    sudo apt-get install nano
    

    After that, I run “node serveronly” in the MagicMirror folder and I got the following log:

    root@synology_gitlab:/home/git/gitlab/MagicMirror# node serveronly              
    Starting MagicMirror: v2.1.1                                                    
    Loading config ...                                                              
    Loading module helpers ...                                                      
    No helper found for module: alert.                                              
    Initializing new module helper ...                                              
    Module helper loaded: updatenotification                                        
    No helper found for module: clock.                                              
    Initializing new module helper ...                                              
    Module helper loaded: calendar                                                  
    No helper found for module: compliments.                                        
    No helper found for module: currentweather.                                     
    No helper found for module: weatherforecast.                                    
    Initializing new module helper ...                                              
    Module helper loaded: newsfeed                                                  
    All module helpers loaded.                                                      
    Starting server on port 8080 ...                                                
    Starting server op port 8080 ...                                                
    You're using a full whitelist configuration to allow for all IPs   
    Server started ...                                                              
    Connecting socket for: updatenotification                                       
    Connecting socket for: calendar                                                 
    Starting node helper for: calendar                                              
    Connecting socket for: newsfeed                                                 
    Starting module: newsfeed                                                       
    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                                              
        at Object.exports._errnoException (util.js:1033:11)                         
        at exports._exceptionWithHostPort (util.js:1056:20)                         
        at Server._listen2 (net.js:1270:14)                                         
        at listen (net.js:1306:10)                                                  
        at Server.listen (net.js:1397:7)                                            
        at new Server (/home/git/gitlab/MagicMirror/js/server.js:27:9)              
        at /home/git/gitlab/MagicMirror/js/app.js:219:18                            
        at loadNextModule (/home/git/gitlab/MagicMirror/js/app.js:168:5)            
        at /home/git/gitlab/MagicMirror/js/app.js:163:6                             
        at Class.loaded (/home/git/gitlab/MagicMirror/modules/node_modules/node_help
    er/index.js:19:3)                                                               
      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 
    

    But I don’t get a connection when opening “http://localhost:8080”.

    At this point, I come to the conclusion, that it will be much easier and less stressful to run the MM Server on my Pi3 (managed to install and configure it at work in three hours less). Besides that, the ressources need for running a MM container seems to be very high, working with ne Synology while running MM is a pain in the ***.

    From my point of view this topic can be closed. I’d like to thank everybody who participated and wanted to help me! You guys rock :-)
    sincerely yours Andre

    posted in Tutorials
    A
    AnyKey
    May 17, 2017, 5:13 PM
  • RE: MagicMirror Servermode on Synology DS

    @bhepler The config.js didn’t existed after the install process, so I copied it, like you mentioned. The real stungle was to find an editor to open and edit the config file. Nano is not supported, that was the first (and only editor) editor I’ve tried. When I’m home, I will test your other suggestions.

    posted in Tutorials
    A
    AnyKey
    May 17, 2017, 12:59 PM
  • RE: MagicMirror Servermode on Synology DS

    @bhepler I haven’t managed to change the ipwhitelist (and other configs) yet, because I don’t know how to access the config.js file. After installing git, the next steps had to be done via the docker integrated ssh client, because I wasn’t able to access the git container (files in it) from my laptop using putty.
    But I couldn’t find a command to open the js-file in some sort of editor. It was late anyway, so I decided to sleep over it and I will have another try this afternoon.

    posted in Tutorials
    A
    AnyKey
    May 17, 2017, 11:47 AM
  • RE: MagicMirror Servermode on Synology DS

    @bhepler said in MagicMirror Servermode on Synology DS:

    Start node and it will provide a webserver.

    Thanks for your help so far (both of you!)

      1. There is a Nodejs package distributed by synology. installed it (ckeck)
      1. I found a package “Gitlab” and managed to install it. Rep cloned (check)
      1. Running nmp install, I got some warnings, of course I didn’t take screenshots (check, I think)
      1. “node serveronly” seems to work. But I’m not able to connect to it over diskstation:8080. Besides that, I haven’t figured out how to change the config file yet. Have to do some more research.
    posted in Tutorials
    A
    AnyKey
    May 16, 2017, 8:36 PM
  • MagicMirror Servermode on Synology DS

    Hi everybody,

    I wonder if it’s possible, to get the MagicMirror Servermode running on a Synology Diskstations Webserver. I know that MM² comes with a build in WebServer, but I would like to setup more than one MM device in the future and would like to keep the computing and background tasks on a central platform (my Syn NAS). Is there a way to realize it? As I’m a beginner when it comes to shell commands, it would be wonderful, if I could get my hands on some kind of (step-by-step) tutorial.

    Kind regards
    Andre

    posted in Tutorials servermode synology diskstation webserver
    A
    AnyKey
    May 16, 2017, 9:23 AM
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy