Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. twosix
    MagicMirror² v2.15.0 is available! For more information about this release, check out this topic.
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 22
    • Best 1
    • Groups 0

    twosix

    @twosix

    1
    Reputation
    1081
    Profile views
    22
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    twosix Follow

    Best posts made by twosix

    • RE: Trouble with config file, Error Create Config File

      @bhepler Thank you! I did this and it reset my config file, and that booted up fine, but when I put my information in, and started it:
      cd MagicMirror
      npm start

      I got the "WARNING? Could not validate config file. Please correct syntax errors. Starting with default configuration.”

      Then load it said “Please create config file.”

      posted in Troubleshooting
      T
      twosix

    Latest posts made by twosix

    • MMM-Remote Control Help!

      The remote control module is not working for me to any extent, when I whitelist the IPs for my school’s wifi (following the HowToWhitelistIP thread’s directions) in every way stated, I get the “this device is not allowed to access…” message. Then, when I allow all IPs access I get the “cannot get remote/html” message. Any help would be great! Thanks!

      posted in Troubleshooting
      T
      twosix
    • RE: Making Frame/Case for Magic Mirror

      @McSorley Did you glue the frame to the box? If so, how far did you offset it from the wood to create the lip?

      posted in Hardware
      T
      twosix
    • RE: Making Frame/Case for Magic Mirror

      @Mykle1 Did you glue the frame to the box? If so, how far did you offset it from the wood to create the lip?

      posted in Hardware
      T
      twosix
    • RE: ipWhitelist HowTo

      The remoter control module is not working for me to any extent, when I whitelist the IPs for my school’s wifi (following the HowToWhitelistIP thread’s directions) in every way stated, I get the “this device is not allowed to access…” message. Then, when I allow all IPs access I get the “cannot get remote/html” message. Any help would be great! Thanks!

      posted in Tutorials
      T
      twosix
    • RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror

      The module is not working for me to any extent, when I whitelist the IPs for my school’s wifi (following the HowToWhitelistIP thread’s directions) in every way stated, I get the “this device is not allowed to access…” message. Then, when I allow all IPs access I get the “cannot get remote/html” message. Any help would be great! Thanks!

      posted in System
      T
      twosix
    • RE: Trouble with config file, Error Create Config File

      @Mykle1 Okay I did that, and figured out the problem is my calendar…is there anyway I can fix that?

      posted in Troubleshooting
      T
      twosix
    • RE: Trouble with config file, Error Create Config File

      @bhepler Thank you! I did this and it reset my config file, and that booted up fine, but when I put my information in, and started it:
      cd MagicMirror
      npm start

      I got the "WARNING? Could not validate config file. Please correct syntax errors. Starting with default configuration.”

      Then load it said “Please create config file.”

      posted in Troubleshooting
      T
      twosix
    • RE: Trouble with config file, Error Create Config File

      @cowboysdude Thank you, I ran that through my code and there appears to be no problems…I just can’t figure out what the problem is…I boot the mirror up normally by going:

      cd Magic Mirror
      npm start

      and then I get the “WARNING? Could not validate config file. Please correct syntax errors. Starting with default configuration.”

      and then when it loads the “Please create config file.”

      posted in Troubleshooting
      T
      twosix
    • RE: Trouble with config file, Error Create Config File

      @Mykle1 I did the same, I fired up the sample config and it worked fine, but then after I put my stuff in, it gave me the “WARNING? Could not validate config file. Please correct syntax errors. Starting with default configuration.”

      And then when I loads up it says, “Please create config file.”

      posted in Troubleshooting
      T
      twosix
    • RE: Trouble with config file, Error Create Config File

      @Mykle1 Thank you, but that didn’t work…I looked back at my code and realized that the full calendar link got cut off, and it did have a quote on the end of it…so I am still not sure what is happening, thanks though!

      language: "en",
          timeFormat: "12",
          units: "imperial",
      
          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://p55-calendars.icloud.com/published/2/TDWYwJjbv2BpM3HLxxxxxxxxxxxxxxxxxvZM-3TNpXNgZXsi192SI7M6pxxxxxxxxxxxxxxxxxxxxxxxXZCkcApre7Kg\"
                                          }
                                  ]
                          }
                  },
                  {
                          module: "compliments",
                          position: "lower_third"
                  },
                  {
                          module: "currentweather",
                          position: "top_right",
                          config: {
                                  location: "",
                                  locationID: "4460243",  //ID from http://www.openweathermap.org/help/city_list.txt
                                  appid: "1b3ccd18090bb8048b4bb5830e444aa1"
                          }
                  },
                  {
                          module: "weatherforecast",
                          position: "top_right",
                          header: "Weather Forecast",
                          config: {
                                  location: "",
                                  locationID: "4460243",  //ID from http://www.openweathermap.org/help/city_list.txt
                                  appid: "1b3ccd18090bb8048b4bb5830e444aa1"
                          }
                  },
                  {
                          module: "newsfeed",
                          position: "bottom_bar",
                          config: {
                                  feeds: [
                                          {
                                                  title: "New York Times",
                                                  url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml"
                                          }
                                  ],
                                  showSourceTitle: true,
                                  showPublishDate: true
                          }
                  },
          ]
      
      posted in Troubleshooting
      T
      twosix