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

    Posts

    Recent Best Controversial
    • RE: MMM-OpenmapWeather - Weather still loading

      @sdetweil Thanks - I read some threads about the OpenWeather and found a solution which works for me: https://forum.magicmirror.builders/post/121018

      posted in Troubleshooting
      C
      chris1971
    • RE: MMM-OpenWeatherForecast

      I had the same problem with my weather forecast. I made a subscription for an API 3.0 key and modified the config in this way:

      {
      		module: "MMM-OpenWeatherForecast",
      		position: "top_right",
      		header: "Wetter in Mülheim",
      		config: {
              apiBaseURL: "https://api.openweathermap.org/data/3.0/onecall?",
              apikey: "xxxxxxxxxxxxxxxxxxxxxxxx", //only string here
            latitude: 51.xxxxxxxx,            //number works here
            longitude: 6.9xxxxxxxx,          //so does a string
            updateInterval: 45,
      	iconset: "3c",
      	maxDailiesToShow: 4,
      	maxHourliesToShow: 4,
      	label_hourlyTimeFormat: "k[ Uhr]",
      	label_sunriseTimeFormat: "k:mm",  // change the format for this one 
      	label_days: ["So", "Mo", "Di", "Mi", "Do", "Fr", "Sa"]
      

      In addition I added “https://api.openweathermap.org/data/3.0/onecall?” as mentioned by @Ray in the node_helper.js in the weather module. The update intervall is 45 minutes - which means below 1000 calls per month
      The module is running again!!!

      Thx to this community and forum,
      Chris

      posted in Troubleshooting
      C
      chris1971
    • RE: MagicMirror With Face Recognition

      Which weather module do you use? Could it be used for Germany?

      posted in Show your Mirror
      C
      chris1971
    • RE: MMM-OpenmapWeather - Weather still loading

      @sdetweil Thanks for the great support!!!

      posted in Troubleshooting
      C
      chris1971
    • RE: MMM-OpenmapWeather - Weather still loading

      @sdetweil Do you have a description what to do to run MMM-OpenmapWeather in future? I am not an expert in working with the modules and was happy to have a running system… ;-)
      Thanks, Chris

      posted in Troubleshooting
      C
      chris1971
    • RE: MMM-OpenmapWeather - Weather still loading

      @Doppellhelix : Have you found a solution? I have similar issues…

      posted in Troubleshooting
      C
      chris1971
    • RE: My 1st MM Project as a noob.... 1,2m x 0,6m with 22" display

      New installation after DarkSky was not longer supported…

      • GoogleMapsTraffic
      • TextClock
      • Rain
      • Openweather
      • Calendar
      • Clock
      • Newsfeed

      Status_o.k..JPG

      posted in Show your Mirror
      C
      chris1971
    • RE: Position and size of module

      @BKeyport I had to adjust some numbers in main.css to lower the clock module. Now is fits perfectly.

      posted in Troubleshooting
      C
      chris1971
    • RE: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast

      @sdetweil Thanks for this outstanding support!!!
      I learned o lot - I have installed the MM some years ago and was a little bit concerned if I can do this again…

      Now the best: The MM is running with Openweather and Goggle Maps - I tried several times install/ deinstall and found your modified script for Maps - maybe this was a solution at the end. I still see some errors in the strting script - but MM is running now with the weather module after shutdown the Darksky service - this was the only reason for me to change the system again…

      Thanks again!!!

      komplett1.JPG

      posted in Utilities
      C
      chris1971
    • RE: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast

      @sdetweil Thanks for your support - a solution for the maps issue would be really nice!!!

      The 1st topic with the remote desktop is my minor challenge

      posted in Utilities
      C
      chris1971
    • 1 / 1