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

    Posts

    Recent Best Controversial
    • RE: Compliments setup

      Whilst the config.js now loads, it’s not showing the new, replacement compliments.

      I’ve restarted NPM, no change.

      I’ve powered Pi off & on, no change.

      posted in Troubleshooting
      R
      Richard238
    • RE: Compliments setup

      Thanks, it was that, and a missing } close curly bracket.

      posted in Troubleshooting
      R
      Richard238
    • Compliments setup

      In config.js

      		{
      			module: 'compliments',
      			position: 'lower_third'
                  config: {
                      anytime: [
                          "Compliment 1",
                          "Compliment 2",
                          "Compliment 3"
                      ]
      		},  
      		{
      			module: 'currentweather',
      

      Gives the “Please create a config file” error

      Take out the. . .

              config: {
                  anytime: [
                      "Compliment 1",
                      "Compliment 2",
                      "Compliment 3"
                  ]
      

      . . .lines, and it’s OK.

      0_1491344434970_CaptureMM2.JPG

      What’s it not liking in there?

      posted in Troubleshooting
      R
      Richard238
    • RE: Update says to "commit your changes or stash them before you can merge." ?

      And suddenly it come back into life! :)

      posted in Troubleshooting
      R
      Richard238
    • RE: Update says to "commit your changes or stash them before you can merge." ?

      Powered off & on, default config OK, and mine too.

      But, cannot see Mirror from PC, despite full whitelisting in config.

      ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.1/120",],
      
      posted in Troubleshooting
      R
      Richard238
    • RE: Update says to "commit your changes or stash them before you can merge." ?

      Just tried the default sample config.js, and that doesn’t work either!

      posted in Troubleshooting
      R
      Richard238
    • RE: Update says to "commit your changes or stash them before you can merge." ?

      @strawberry-3.141 I’ve no idea what I’m looking for, sorry…

      posted in Troubleshooting
      R
      Richard238
    • RE: Update says to "commit your changes or stash them before you can merge." ?

      Ok, like this?

      modules: [
      		{
      			module: 'alert',   # Module 0
      		},
      		
              {
                 module: "MMM-MyTemps",  # Module 1
                  header: "Home Sensors",
                  position: "bottom_right",
                  config: {
                      host: "192.168.1.41",
                      path: "/temp2mcf.php?format=json",
                      reloadInterval: 2 * 1000   //2 seconds
                  }
          	},		
      			
      		{
      			module: "updatenotification",  # Module 2
      			position: "top_bar"
      		},
      		{
      			module: 'clock',   # Module 3
      			position: 'top_left'
      		},
      		{
      			module: 'calendar',  # Module 4
      

      . … …And second calendar = # Module 5
      making the custom.css look like this:

       #module_4_calendar .fa.fa-calendar-check-o {
        color: #00d2FF /* 55=Green FF=Blue*/
      }
      
        #module_5_calendar  .fa.fa-trash-o  {
        color: #C97F7F; /* Brown */
       }
      
      posted in Troubleshooting
      R
      Richard238
    • RE: Update says to "commit your changes or stash them before you can merge." ?
      		module: 'calendar',
      		header: 'Calendar',
      
      
      
      		module: 'calendar',
      		header: 'Binday',
      

      With two calendars, how do I get different icons / icon colours again in custom.css?

       .calendar .fa.fa-calendar-check-o {
        color: #00d2FF /* 55=Green FF=Blue*/
      }
      
       .calendar .fa.fa-trash-o  {
        color: #C97F7F; /* Brown */
       }
      
      posted in Troubleshooting
      R
      Richard238
    • 1 / 1