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

    dustin

    @dustin

    0
    Reputation
    402
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    dustin Unfollow Follow

    Latest posts made by dustin

    • How to display a pop-up locked pdf from the web?

      Hi,
      I built a Magic Mirror for a school project. It should display the
      representation plan of the school, which is available on their website as a table (PDF). But the PDF is secured by a pop-up window (pic below). I just want to display one column of the table.

      Is it possible to do that?
      Any idea how this could work?

      Thanks,
      Dustin

      0_1523547312370_login.JPG

      posted in General Discussion
      D
      dustin
    • currentweather isn't working

      Hi,
      I’m new with this whole MagicMirror thing… So please be patient with me.

      Since I had installed the program, the currentweather module is not working (not displayed when running).
      I also edited the code, but I don’t think that’s the issue. If there is a mistake please correct me.

      What could be the problem?

      Best reguards,
      Dustin

      {
      module: “currentweather”,
      position: “top_right”,

      	config: {
      		// See 'Configuration options' for more information.
      		location: "Braunschweig,Germany",
      		locationID: "2945024", //Braunschweig +++Location ID from http://openweathermap.org/help/city_list.txt
      		appid: "abcde12345abcde12345abcde12345ab", //openweathermap.org API key. 
      		degreeLabel: "true", 
      		updateInterval: "300000", 
      		animationSpeed: "500", 
      		showWindDirection: "true", 
      		useKMPHWind: "true", 
      		lang: "de" 
      		
      		}
      	},
      

      0_1523098628067_Unbenannt.JPG

      posted in Troubleshooting module currentweather weather
      D
      dustin