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

Posts

Recent Best Controversial
  • RE: Missing the weather after new installation

    Here is the full c&p from my config.js if that helps:
    (just removed the link to my private calender…)

    /* Magic Mirror Config Sample
    *

    • By Michael Teeuw http://michaelteeuw.nl
    • MIT Licensed.
      */

    var config = {
    port: 8080,
    ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”], // Set [] to allow all IP addresses.

        language: "de",
        timeFormat: 24,
        units: "metric",
    
        modules: [
                {
                        module: "alert",
                },
                {
                        module: "updatenotification",
                        position: "top_bar"
                },
                {
                        module: "clock",
                        position: "top_left"
                },
                {
                        module: "calendar",
                        header: "Termin Diana und Ingo",
                        position: "top_left",
                        config: {
                                calendars: [
                                        {
                                                symbol: "calendar-check-o ",
                                                url: ""
                                        }
                                ]
                        }
                },
                {
                       module: "compliments",
                        position: "lower_third"
                },
                {
                        module: "currentweather",
                        position: "top_right",
                        config: {
                                location: "Uedem",
                                locationID: "2820465",  //ID from http://www.openweathermap.org/help/city_list.txt
                                appid: "2d293dbaa988b5f49577db048ee2153c"
                        }
                },
                {
                        module: "weatherforecast",
                        position: "top_right",
                        header: "Weather Forecast",
                        config: {
                                location: "Uedem",
                                locationID: "2820465",  //ID from http://www.openweathermap.org/help/city_list.txt
                                appid: "2d293dbaa988b5f49577db048ee2153c"
                        }
                },
                {
                        module: "newsfeed",
                        position: "bottom_bar",
                        config: {
                                feeds: [
                                        {
                                                title: "RP Online",
                                                url: "http://www.rp-online.de/feed.rss"
                                        }
                                ],
                                showSourceTitle: true,
                                showPublishDate: true
                        }
                },
        ]
    

    };

    /*************** DO NOT EDIT THE LINE BELOW ***************/
    if (typeof module !== “undefined”) {module.exports = config;}

    posted in Troubleshooting
    C
    corsaless
    Apr 26, 2017, 2:30 PM
  • Missing the weather after new installation

    Hello out there!
    I have a question about the weather modul:
    I have setup following the manuals now two times the MM2 and always the weather on the right hand side is missing? I created an account @Openweathermap and looked up my city.
    Both entered in the config.js… but still no weather displayed?

    Thank you in advance for your support!

    0_1493216766152_upload-9b54a877-0495-4e31-ab6f-b8ef8d0c60fd

    posted in Troubleshooting
    C
    corsaless
    Apr 26, 2017, 2:27 PM
  • 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