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

    Posts

    Recent Best Controversial
    • RE: Wrong weather icons showing on Weather Forecast module

      @fryskemon
      yes thats looks the same at mine

      posted in Troubleshooting
      JerryPJ
      JerryP
    • RE: Wrong weather icons showing on Weather Forecast module

      @fryskemon
      First off all. you must write in Englich. Or Dutch in PB

      Whitch API u use… at openwheater you can select a view.
      And why ar you use a update time of every miniut??
      Standaard that is set to 10 min.
      And the MaxNumberofdays is also standaar set to 7

      {
      module: “weatherforecast”,
      position: “top_right”,
      header: “Het weer in”,
      config: {
      location: “Drachten”,
      locationID: “2756644”, 
      appid: “TopSecrute”,
      updateInterval: “60000”,  //Waarom iedere minuut standaard staat deze op 10 minuten!!
      units: metric,
      showRainAmount: true,
      colored: true,
      scale: true,
      fade: false,
      }},
      
      posted in Troubleshooting
      JerryPJ
      JerryP
    • RE: Wrong weather icons showing on Weather Forecast module

      @fryskemon Can you pleas put the config online??? So I can check for you.

      NL:
      Wil je de config file even mee posten dan kan ik even met je mee kijken.

      posted in Troubleshooting
      JerryPJ
      JerryP
    • RE: MyStandings suitable for Formule 1

      @assassins
      can you tell me how. pleas

      posted in Development
      JerryPJ
      JerryP
    • RE: Backup Raspberry to a small .img (Not a MM2 modul)

      @assassins

      Is this also possible to upload i’t on my NAS instat of the USB drive

      posted in Requests
      JerryPJ
      JerryP
    • RE: MyStandings suitable for Formule 1

      @assassins

      Yes I know. but I don’t like the plain text idea…

      The MyStandings module is showing the teams logo…

      posted in Development
      JerryPJ
      JerryP
    • MyStandings suitable for Formule 1

      MMM-MyStandings

      Good afternoon,
      Is there somebody who knows if it’s possible to make this module suitable for the Formule 1?

      Or maybe somebody here who can make it suitable.

      posted in Development
      JerryPJ
      JerryP
    • RE: Default currentweather and weatherforecast not displaying

      @brendan_c23 The only thin I can think off is that the API is not working or correct config.

      If you run the Develop en see the log.
      shift + Control + I
      And than look for the faults

      posted in Troubleshooting
      JerryPJ
      JerryP
    • RE: Default currentweather and weatherforecast not displaying

      @brendan_c23

      {
      	module: "currentweather",
      	position: "top_right",
      	config: {
      		location: "Raleigh",
      		locationID: "4487042",
      		appid: "TOP SECRTE"
      }},
      {
      	module: "weatherforecast",
      	position: "top_right",
      	header: "",
      	config: {
      		location: "Raleigh",
      		locationID: "4487042",
      		appid: "Top Secret",
      		fade: false,
      		colored: true,
      }},
      

      This loc ID i test on my own mirror and it’s working. So Or your APPID is false or you make een wrong " at the start or end.

      posted in Troubleshooting
      JerryPJ
      JerryP
    • 1 / 1