• 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. twosix
  3. Posts
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
T
Offline
  • Profile
  • Following 0
  • Followers 0
  • Topics 9
  • Posts 22
  • Groups 0

Posts

Recent Best Controversial
  • 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
    May 8, 2017, 1:08 AM
  • 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
    May 8, 2017, 12:04 AM
  • Trouble with config file, Error Create Config File

    So when I boot up the mirror I get the unable to validate config error, and gives me a need to create config screen when booted. How do I fix?

    /* Magic Mirror Config Sample
     *
     * By Michael Teeuw http://michaelteeuw.nl
     * MIT Licensed.
     */
    
    var config = {
            port: 8080,
            ipWhitelist: ["::ffff:192.168.1/24", "127.0.0.1", "::ffff:127.0.0.1", "::1"], // Set [] to allow all IP addresses.
    
            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/TDWYwJjbv2BpxxxxxxxxxxvpNrb4SlxsvZM-xxxxxxx\"
                                            }
                                    ]
                            }
                    },
                    {
                            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: "1b3ccd1809XXXXXXXXb5830e444aa1"
                            }
                    },
                    {
                            module: "weatherforecast",
                            position: "top_right",
                            header: "Weather Forecast",
                            config: {
                                    location: "",
                                    locationID: "4460243",  //ID from http://www.openweathermap.org/help/city_list.txt
                                    appid: "1b3ccd1809XXXXXXXXb5830e444aa1"
                            }
                    },
                    {
                            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
                            }
                    },
            ]
    };
    
    /*************** DO NOT EDIT THE LINE BELOW ***************/
    if (typeof module !== "undefined") {module.exports = config;}
    
    posted in Troubleshooting
    T
    twosix
    May 7, 2017, 9:38 PM
  • RE: Problem Getting IP Address for Remote Control Module

    @Mykle1 Thanks, do you have any visuals or guide on how to do this? When I go to the static section of the wifi network it is blank. How do I fix this?

    posted in Troubleshooting
    T
    twosix
    May 5, 2017, 2:27 PM
  • Problem Getting IP Address for Remote Control Module

    I am having trouble getting the IP address for my iPhone to use with the Remote Control module. The IP address often fluctuates, is there any way I can select all possible IPs or a better way to get the IP for my iPhone?

    posted in Troubleshooting
    T
    twosix
    May 4, 2017, 11:54 PM
  • RE: Problem with MMM-Remote Control

    Yes, that is what I did. It is the under IPWhitelist, correct? Otherwise, that didn’t work for me.

    posted in Troubleshooting
    T
    twosix
    May 4, 2017, 6:27 PM
  • Help with Weather Modules!

    For the weather modules, if I want to switch to Wunderground, do I hide the default and just keep Wunderground visible? If not, what do I do?

    posted in Troubleshooting
    T
    twosix
    May 4, 2017, 3:27 AM
  • Making Frame Question?

    So, I am looking into making a frame, and have figured the best option for me would be to but a custom made picture frame with plexiglass, and swap the glass for the two way mirror. Would that work? If it would, do I glue or nail it to the shell that contains the monitor? If it wouldn’t, what should I do instead?

    posted in Hardware
    T
    twosix
    May 4, 2017, 3:17 AM
  • 1 / 1
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