MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Modules fetching online/network info fail to refresh

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    4 Posts 4 Posters 44 Views 4 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A Offline
      alex2
      last edited by

      I have had an MM running for years. It was on a 3B+ and I just relaunched using a Pi 5. Currently I have my calendar, weather, notifications, a daily verse, and a WebView module installed. I noticed yesterday that the weather was not updating (just shows loading) and the WebView was showing an older image of our camera. Rebooted the pi and the WebView camera image updated, but the weather is still old. Network connection shows it’s active and at 63%. the mirror is in the same room as the WAP, but I’m guessing the signal is somewhat reduced by the Pi being behind my screen. Curious what folks have done to identify what causes issues like this. I don’t suspect it’s a wifi issue as the 63% signal should be suitable. Thoughts?

      TAGinsideT 1 Reply Last reply Reply Quote 0
      • TAGinsideT Offline
        TAGinside @alex2
        last edited by TAGinside

        @alex2

        Can you give us more information?
        What’s your weather module ? The default one ?

        I don’t think is a wifi issue if the camera module works

        R 1 Reply Last reply Reply Quote 0
        • R Offline
          RonR @TAGinside
          last edited by sdetweil

          @TAGinside Using MMM-Config, many thanks to sdetweil/MMM-Config, I now have a new config.js that offers many more options for the default Weather modules. I wondered if mine was updating regularly so In kept notes of the temp and time I checked and things were working properly. Below is the contents of the default weather module config. Note they have an “updateInterval: 600000” in the second instance which should be about 10 minutes.

          Hope this helps,
          RonR

           {
                  module: "weather",
                  position: "top_right",
                  header: "Weather Forecast",
                  label: "instance 1",
                  order: "*",
                  index: 0,
                  animateIn: "none",
                  animateOut: "none",
                  config: {
                    weatherProvider: "openmeteo",
                    lat: 28.560201,
                    lon: -82.32106,
                    apiBase: "https://api.open-meteo.com/v1",
                    pastDays: 0,
                    type: "current",
                    units: "imperial",
                    tempUnits: "imperial",
                    windUnits: "imperial",
                    timeFormat: "12",
                    useBeaufort: true,
                    lang: "en",
                    useKmh: false
                  },
                  disabled: false,
                  hiddenOnStartup: false,
                  configDeepMerge: false
                },
                {
                  module: "weather",
                  position: "top_right",
                  header: "Weather Forecast",
                  label: "instance 2",
                  order: "*",
                  index: 1,
                  animateIn: "none",
                  animateOut: "none",
                  config: {
                    weatherProvider: "openmeteo",
                    lat: 28.560201,
                    lon: -82.32106,
                    apiBase: "https://api.open-meteo.com/v1",
                    maxNumberOfDays: 5,
                    pastDays: 0,
                    type: "forecast",
                    units: "imperial",
                    tempUnits: "imperial",
                    windUnits: "imperial",
                    updateInterval: 600000,
                    animationSpeed: 1000,
                    timeFormat: "12",
                    showPeriod: true,
                    showWindDirection: true,
                    useBeaufort: true,
                    lang: "en",
                    showHumidity: "none",
                    showSun: true,
                    decimalSymbol: ".",
                    maxEntries: 5,
                    fade: true,
                    fadePoint: 0.25,
                    initialLoadDelay: 0,
                    appendLocationNameToHeader: true,
                    calendarClass: "calendar",
                    tableClass: "small",
                    showFeelsLike: true,
                    roundTemp: false,
                    useKmh: false,
                    showPeriodUpper: false,
                    showWindDirectionAsArrow: false,
                    degreeLabel: false,
                    showIndoorTemperature: false,
                    showIndoorHumidity: false,
                    ignoreToday: false,
                    onlyTemp: false,
                    showPrecipitationAmount: false,
                    colored: false,
                    absoluteDates: false
                  },
                  disabled: false,
                  hiddenOnStartup: false,
                  configDeepMerge: false
                },
          
          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @RonR
            last edited by

            @RonR

            Please see this post about the code block

            https://forum.magicmirror.builders/post/128761

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            • First post
              Last post
            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