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

    ifzer0c00lsucked

    @ifzer0c00lsucked

    0
    Reputation
    80
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    ifzer0c00lsucked Unfollow Follow

    Latest posts made by ifzer0c00lsucked

    • blackscreen

      here is a copy of the log. no idea whats going on.

      pi@raspberrypi:~ $ pm2 log MagicMirror
      [TAILING] Tailing last 15 lines for [MagicMirror] process (change the value with --lines option)
      /home/pi/.pm2/logs/MagicMirror-error.log last 15 lines:
      0|MagicMir | [17:09:07.206] [ERROR] /home/pi/MagicMirror/node_modules/rt-scraper/index.js:1
      0|MagicMir | (function (exports, require, module, __filename, __dirname, process, global, Buffer) { return function (exports, require, module, __filename, __dirname) { *
      0|MagicMir | ^
      0|MagicMir |
      0|MagicMir | SyntaxError: Unexpected token *
      0|MagicMir | at new Script (vm.js:74:7)
      0|MagicMir | at createScript (vm.js:246:10)
      0|MagicMir | at Object.runInThisContext (vm.js:298:10)
      0|MagicMir | at Module._compile (internal/modules/cjs/loader.js:678:28)
      0|MagicMir | at Object.Module._extensions…js (internal/modules/cjs/loader.js:722:10)
      0|MagicMir | at Module.load (internal/modules/cjs/loader.js:620:32)
      0|MagicMir | at tryModuleLoad (internal/modules/cjs/loader.js:559:12)
      0|MagicMir | at Function.Module._load (internal/modules/cjs/loader.js:551:3)
      0|MagicMir | at Module.require (internal/modules/cjs/loader.js:658:17)
      0|MagicMir | at require (internal/modules/cjs/helpers.js:20:18)

      /home/pi/.pm2/logs/MagicMirror-out.log last 15 lines:
      0|MagicMir | [17:09:06.363] [LOG] No helper found for module: compliments.
      0|MagicMir | [17:09:07.174] [LOG] Initializing new module helper …
      0|MagicMir | [17:09:07.175] [LOG] Module helper loaded: MMM-Screencast
      0|MagicMir | [17:09:07.193] [LOG] Loading module helpers …
      0|MagicMir | [17:09:07.194] [LOG] No helper found for module: alert.
      0|MagicMir | [17:09:07.195] [LOG] Initializing new module helper …
      0|MagicMir | [17:09:07.196] [LOG] Module helper loaded: updatenotification
      0|MagicMir | [17:09:07.197] [LOG] No helper found for module: clock.
      0|MagicMir | [17:09:07.198] [LOG] No helper found for module: compliments.
      0|MagicMir | [17:09:07.199] [LOG] Initializing new module helper …
      0|MagicMir | [17:09:07.199] [LOG] Module helper loaded: MMM-Screencast
      0|MagicMir | [17:09:07.206] [LOG] Whoops! There was an uncaught exception…
      0|MagicMir | [17:09:07.211] [LOG] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      0|MagicMir | [17:09:07.212] [LOG] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
      0|MagicMir | [17:09:07.807] [LOG] Launching application.

      i can minimize the window with ctrl - m but hitting alt show no options the label on the window is just electron.

      posted in Troubleshooting
      I
      ifzer0c00lsucked
    • RE: MMM-RottenTomatoes displays awaiting update

      @haywire it worked. took some time for the first update but after that it has been working perfectly. THANKS!

      posted in Troubleshooting
      I
      ifzer0c00lsucked
    • RE: MMM-RottenTomatoes displays awaiting update

      I also copied and pasted your code and it is still stuck in awaiting update? Any help getting this cool little module to work would be greatly appreciated.

      posted in Troubleshooting
      I
      ifzer0c00lsucked
    • RE: help with colors custom css

      1 step forward 2 steps back, still looking for help. so that worked well. however i am trying to leave the compliments white.
      i added a line for it but it does not seem to be working. check out my customer.css

      /* colors basic */
      
      dimmed {
        color: red;
      }
      
      .normal {
        color: red;
      }
      
      .bright {
        color: red;
      }
      
      /* compliment colors, currntly not working properly */
      
      .compliments .morning {
      color: white;
      }
      .compliments .afternoon {
      color: white;
      }
      .compliments .evening {
      color: white;
      }
      
      
      /* clock colors */
      
      .clock .time {
      color: red;
      }
      
      .clock .date {
      color: red;
      }
      
      .newsfeed .dimmed {
      	color: grey; 
      }
      
      .newsfeed .bright {
      	color: red; 
      }
      
      /* weather colors */
      
      .wi.dimmed.wi-sunrise + span, .wi.dimmed.wi-sunset + span {
          color: red;
      }
      .dimmed.wi-strong-wind + span {
      color: red;
      
      }
       
       body {
      
      }
      .wi.dimmed.wi-sunset {
      color: red;
      }
      .wi.dimmed.wi-sunrise {
      color: red;
      }
      .wi-day-sunny {
      color: red
      }
      .wi-day-cloudy {
      color: red;
      }
      .wi-rain {
      color: red;
      }
      .wi-thunderstorm {
      color: red;
      }
      .wi-snow {
      color: red;
      }
      .wi-fog {
      color: red;
      }
      .wi-night-clear {
      color: red;
      }
      .wi-night-cloudy {
      color: grey;
      }
      .wi-night-showers {
      color: red;
      }
      .wi-night-rain {
      color: red;
      }
      .wi-thunderstorm {
      color: red;
      }
      .wi-night-snow {
      color: red;
      }
      .wi-night-alt-cloudy-windy {
      color: red;
      }
      .weatherforecast .wi-sunrise {
      color: red;
      }
      .weatherforecast .wi-sunset {
      color: red;
      }
      .weatherforecast .wi-day-sunny {
      color: red;
      }
      .weatherforecast .wi-night-showers {
      color: red;
      }
      .weatherforecast .wi-degrees {
      color: red;
      }
      .weatherforecast .wi-rain {
      color: red;
      }
      .weatherforecast .wi-showers {
      color: red;
      }
      .weatherforecast .wi-night-showers {
      color: red;
      }
      .weatherforecast .wi-night-alt-cloudy-windy {
      color: red;
      }
      .weatherforecast .wi-night-cloudy {
      color: red;
      }
      .weatherforecast .wi-cloudy {
      color: red;
      }
      .weatherforecast .wi-day-cloudy {
      color: red;
      }
      .weatherforecast .wi-cloudy {
      color: red;
      }
      .weatherforecast .wi-cloudy-windy {
      color: red;
      }
      .weatherforecast .wi-showers {
      color: red;
      }
      .weatherforecast .wi-thunderstorm {
      color: red;
      }
      .weatherforecast .wi-snow {
      color: red;
      }
      .weatherforecast .wi-fog {
      color: red;
      }
      .weatherforecast .wi-night-clear {
      color: red;
      }
      .weatherforecast .wi-night-rain {
      color: red;
      }
      .weatherforecast .wi-night-thunderstorm {
      color: red;
      }
      .weatherforecast .max-temp {
      	color: red;
      }
      
      
      posted in Custom CSS
      I
      ifzer0c00lsucked
    • RE: help with colors custom css

      TY! this has worked mostly making it easier while i mess around more to keep the news feed white. i appreciate the help

      posted in Custom CSS
      I
      ifzer0c00lsucked
    • help with colors custom css

      i am new to css and js files about two days in honestly. i can understand what i am looking at for the most part and research has helped me figure out much of what i am trying to get done. but as you can see in my picture for the current weather a few things are left grey still. feels like, current temp wind direction and wind icon. i am sure this has been covered ad nauseam so i apologise. i know it goes in my custom.css but i dont know the tags !

      lhere

      posted in Custom CSS
      I
      ifzer0c00lsucked