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

    Posts

    Recent Best Controversial
    • RE: How to add modules. For absolute beginners.

      @sdetweil said in How to add modules. For absolute beginners.:

      so the original problem was the timezone wasn’t quoted.

      That and language: config.language, was causing an error. I simply commented it out and the module uses the config language by default. :-)

      Edit: Oh, and timeFormat: 24, in the module’s config entry, as well. Again, I commented it out as it was redundant.

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: Weather modules

      @Feedy88 said in Weather modules:

      Woulnd’t it be possible via a custom css?

      It would not. The module is inside of an iFrame and only those options available at the source can be modified. Font Size is not one of those options

      posted in Requests
      Mykle1M
      Mykle1
    • RE: How to add modules. For absolute beginners.

      @TheSij said in How to add modules. For absolute beginners.:

      I may have to abandon my desire to add this particular module.

      Don’t give up! I just installed this to test it for you. I can see why it was confusing for you but it does work. Here is my config entry. Use it as a template for yours, replacing your info for mine. The following screenshot shows it working.

      Screenshot from 2020-07-27 17-02-42.png

      {
      		module: 'MMM-PrayerTime',
      		position: 'top_center',	// This can be any of the regions. Best result is in the top_left/top_right.
      		config: {
      			apiVersion: '1.0', // please, leave unchanged. reserved for future use.
      			lat: myLat, // latitude of your position (city)
      			lon: myLong, // longitude of your position (city)
      			timezone: 'Europe/London', // please refer to http://php.net/manual/en/timezones.php
      //			timeFormat: 24,
      			method: 5,
      			playAdzan: ['fajr', 'dhuhr', 'asr', 'maghrib', 'isha'],
      			notDisplayed: ['midnight', 'sunset'],
      			useUpdateInterval: true,
      			updateInterval: 86400 * 1000, // How often do you want to fetch new praying time? (milliseconds)
      			animationSpeed: 2.5 * 1000, // Speed of the update animation. (milliseconds)
      	//		language: config.language,
      			showAdzanAlert: true,
      			showTomorrow: true,
      			vertical: true, // set false for horizontal view
      			alertTimer: 15000
      		}
      	},
      
      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: Weather modules

      @wheresmygravy said in Weather modules:

      Is there a simple way to increase the size of the fonts? They are a little hard to read for my 81-yr old mother in law.

      Unfortunately, font size is not an option with this module.

      posted in Requests
      Mykle1M
      Mykle1
    • RE: Weather modules

      My darksky key is still working. My BMW series of weather modules uses darksky(still) and OpenWeather and Climacell keys. There’s also a Climacell Hourly. However, WeatherOrNot requires no api key at all.

      posted in Requests
      Mykle1M
      Mykle1
    • RE: Images of MMM-EARTH, MMM-Globe, MMM-SolarPicture and MMM-nasaastropic are very small

      @madradrakie said in [Images of MMM-EARTH, MMM-Globe, MMM-SolarPicture and MMM-nasaastropic are very small

      {
      module: "MMM-EARTH",
          position: "top_right",
          header: "Earth",
          config: {
              mode: "Natural",
              rotateInterval: 15000,
              MaxWidth: "100%",
              MaxHeight: "100%",
          }
      },
      

      At MaxWidth: "100%", and MaxHeight: "100%", it’s very likely that they are being pushed off the display. I just used your config entry for MMM-EARTH and changed the position to top_center. Notice how it invades the other regions?

      Here is my result:

      Screenshot from 2020-07-23 20-39-11.png

      So, make them all smaller until you get them all on screen, then make them larger incrementally.

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: Weather modules

      @Stoffbeuteluwe said in Weather modules:

      the MMM-Lunartic api

      Still down. :-(

      https://api.usno.navy.mil/imagery/moon.png?date=today&time=now

      posted in Requests
      Mykle1M
      Mykle1
    • RE: Weather modules

      @krisalexroberts said in Weather modules:

      WeatherOrNot is beautiful and fits the bill, thanks!

      Fantastic! Thanks for your kind words.

      posted in Requests
      Mykle1M
      Mykle1
    • RE: Weather modules

      @Stoffbeuteluwe said in Weather modules:

      Hey Mykle, are there some news from the MMM-Lunartic api ?
      Greetings from Germany

      I will check right now, Thanks for reminding me! :thumbsup:

      Greetings from New York City.

      posted in Requests
      Mykle1M
      Mykle1
    • RE: Weather modules

      @krisalexroberts

      Have you gone through all of these?

      https://github.com/MichMich/MagicMirror/wiki/3rd-party-modules#weather

      posted in Requests
      Mykle1M
      Mykle1
    • 1 / 1