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

    Posts

    Recent Best Controversial
    • RE: Display web widget on mirror through iFrame?

      There are some comments on the github section for TheBogueRat-MMM-iFrameReload that it will not refresh with some url’s. I have a similar problem. Some suggested appending the current time/date to the url but this gives an invalid url. Has anyone got this to work? My config is:

      {
      module: 'MMM-iFrameReload',
      position: 'top_center', // This can be any of the regions.
      config: {
              // See 'Configuration options' for more information.
                  url: "http://tides.tidegraph.com/api/tidegraph.php?bg=black&scale=.8&station=Old Frenchtown Wharf, Elk River, Maryland",
                  width: "100%", // Optional. Default: 400px
                  height: "450px", // Optional. Default: 800px
                  refreshInterval: 1800  //Optional. Default: 3600 = 1 hour
              }
      },
      

      Many thanks.

      posted in Troubleshooting
      Mitch1138M
      Mitch1138
    • RE: Calendar Color

      That was fast, thanks very much. How can you tell when it is released?

      Thanks

      posted in Troubleshooting
      Mitch1138M
      Mitch1138
    • RE: Calendar Color

      Great discussion. I have also added the options to add color the my two calendars, without success. Does anyone know if color is active in the current code? Here is my config setup:

      {
          module: 'calendar',
          header: 'My Calendar',
          position: 'top_left',
          config: {
          	colored:  true,
      	calendars: [
      		{
      		symbol: 'calendar ',
      		url: 'https://calendar.google.com/calendar/ical/.../basic.ics',
      		color: '#f70000'
      		},
                     	 {
      		symbol: 'calendar-o ',
      		url: 'https://calendar.google.com/calendar/ical/.../basic.ics'
      		color: '#04f448'
                   		},
                          ]
                  }
      },
      

      Many thanks

      posted in Troubleshooting
      Mitch1138M
      Mitch1138
    • RE: -=]!Show Your Module Setup![=-

      @lucallmon Thanks for the idea, I will look into it. Always a work in progress!

      posted in Show your Mirror
      Mitch1138M
      Mitch1138
    • RE: -=]!Show Your Module Setup![=-

      @Mitch1138 - forgot to add the modules:
      module: ‘calendar’, (wife and mine)
      position: ‘top_left’,

      module: ‘newsfeed’ (new york times)
      position: ‘bottom_bar’,

      module: ‘MMM-WunderGround’ (my personal weather station)
      position: ‘top_right’,

      module: ‘stocks’,
      position: ‘bottom_bar’,

      module: ‘iFrame’ - Tides
      position: ‘top_center’
      url: "http://tides.tidegraph.com/…

      module: ‘iFrame’,
      position: ‘top_right’,
      IP camera 1

      module: ‘iFrame’,
      position: ‘top_left’
      IP Camera 2

      posted in Show your Mirror
      Mitch1138M
      Mitch1138
    • RE: -=]!Show Your Module Setup![=-

      Not a mirror, but a kitchen display board. I mounted a TV under the cabinets and when no one is watching it displays our info. I have it tied into the nest so it goes off when we leave and it is scheduled off late at night. II have a PWS (weather station in the back yard) which is displayed as well as my outdoor IP cameras and the current tide (we are on a bay). The positioning is not perfect yet, but the info is very relevant to us.

      0_1489780513470_upload-3610473a-37af-4705-a862-fcbe65fce25b

      0_1489780568906_upload-7fac494b-a778-4365-8ffd-ca505b2706e8

      posted in Show your Mirror
      Mitch1138M
      Mitch1138
    • RE: Does anyone know how to make the iFrame module refresh periodically?

      My mistake, I thought this was updated in the .git. I added the timestamp as you suggested (iframe.src = this.config.url + new Date().getTime();). The url does update now, but since the url displays the tides at a location embedded in the url, it looks like the timestamp is appended to the location. With this added, it is not a valid location and the tides don’t display.

      Again, many thanks for your help.

      posted in Troubleshooting
      Mitch1138M
      Mitch1138
    • RE: Does anyone know how to make the iFrame module refresh periodically?

      Many thanks, I have bee looking for a way to do this for some time. I loaded iFrameReload with the following url. It will load, but not update. Any suggestions as to what I am missing?

      url: “http://tides.tidegraph.com/api/tidegraph.php?bg=black&scale=.8&station=Old Frenchtown Wharf, Elk River, Maryland”,

      Many thanks

      posted in Troubleshooting
      Mitch1138M
      Mitch1138
    • RE: MMM-IPCam - Display images from your (foscam) ip camera

      Thanks for the help. All my other modules work fine. This is an F19831P and I can display a live stream by putting this address ina web browser: http://192.168.0.10:80/cgi-bin/CGIStream.cgi?cmd=GetMJStream&usr=username&pwd=pw&t

      Here is the code I put in the config.js:

      {
                           module: 'MMM-IPCam',
              		position: 'top_left',
              		config: {
                  		invertColors: false,
                  		updateInterval : 10000,
                  		host: '192.168.0.10',
                  		port: 80,
                  		user: 'userpw',
                  		pass: 'pw' 
      			}
              	},
      
      posted in Utilities
      Mitch1138M
      Mitch1138
    • RE: Display web widget on mirror through iFrame?

      Thanks for the tip, but I didn’t have a lot of success. I punted and installed Auto Refresh Plus extension in Chrome. Running in server mode I can use this to refresh the page on a predefined time cycle.

      posted in Troubleshooting
      Mitch1138M
      Mitch1138
    • 1
    • 2
    • 3
    • 4
    • 3 / 4