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

    Bobba86

    @Bobba86

    0
    Reputation
    1
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Bobba86 Unfollow Follow
    • RE: Trouble loading module MMM-Skolmaten

      @sdetweil Thanks for the quick reply!
      Ah i see, I didn´t know there was comments on the github page :)
      Hopefully the module will be fixed in the future.

      I´ll look for an alternative to the module or do some sort om calendar instead :)

      Thanks again for the quick reply!

      posted in Troubleshooting
      B
      Bobba86
    • Trouble loading module MMM-Skolmaten

      Hey!

      Pretty new at everything about MM2. Built one a few years ago but forgot most about how everything work.

      Anywho, I got my mirror set up and running a few simple modules, but have some issues with one specific module. Tried to comment in the thread about the module about a year ago

      https://forum.magicmirror.builders/topic/5582/mmm-skolmaten-shows-school-lunch-menus-in-sweden-from-skolmaten-se?page=1

      but didn´t get any answer. So I guess i´ll try my luck in this threat.

      The module is called MMM-Skolmaten, a swedish module that show what food that is served in swedish schools. I´ve installed it and added it to my confiq.js. It shows up when i start MM. But the info keeps saying “loading” and nothing happends.

      I´ve tried re-installing . Changed the rss from default to diffent rss without any luck.
      In the module thread it says to " Do a “npm install rss-parser@2.12.0”. But it doesn´t work.

      Guess its a long shot to solve this, but I thought i would give it a try :)

      The module thread is in english if there is any info that could help.

      Thanks!

      posted in Troubleshooting
      B
      Bobba86
    • RE: [MMM-Skolmaten] Shows school lunch menus in Sweden from skolmaten.se

      @retroflex

      I´ve got some problems with the module. It just says loading. Tried some of the things posted in this thread but could not get it to work. Any ideas what to do?

      Svenska funkar utmärkt då jag antar att du är svensk som skapat denna :D

      posted in Utilities
      B
      Bobba86
    • How to install Guide for beginners

      Hello!

      Been looking around for a step by steg guide how to install MagicMirror but could not find any. Would be nice to have a step by step guide from setting up the raspberry to a clean install of MagicMirror.

      All the Youtube tutorials I´ve found seems to be out of date and does not seem to work with the manual install guide from the MM page.

      Thanks!

      posted in Troubleshooting
      B
      Bobba86
    • Schedule reboot of Pi or MagicMirror

      Hey!

      Been looking around for an option to get my Pi to restart once a day or at least get my MM restarting once a day. There seems to be an issue where some modules wont update unless i reboot MM. For example Google Calendar.

      There is a lot of guides out there, but i simply cant get it to work. Most of them are really old, so i guess they are outdated or maybe I´m doing it wrong :)
      Anyhow,

      What would be the easiest way to get my PI or MM to have a schedules restart once a day?
      Running a Raspberry Pi 3b+ with

      Thanks for the support!

      posted in Troubleshooting
      B
      Bobba86
    • RE: Multiple Google Calendar issue

      @sdetweil

      Thanks! Followed your instructions and tadaaa! It works :D Thank you very much for the help!

      posted in Troubleshooting
      B
      Bobba86
    • RE: Multiple Google Calendar issue

      Not sure how to show the error. Is there a log or something where i can get an error code? The calendar is showing in MM. But there is nothing in the calendar, no matter how many things i enter in my google calendar. The first one works just fine, but the second and third won´t show anything,
      Sometimes when i launch MM it says “error in the module” under the second and third calendar.

      If i would put all in one module. should i do it like this?
      Im new to this and have zero knowledge in coding :D

      	module: "calendar",
      	header: "Bobba",
      	position: "top_left",
      	config: {
      		calendars: [
      			{
      				fetchInterval: 7 * 24 * 60 * 60 * 1000,
      				symbol: "calendar-check",
      				url: "https://calendar.google.com/calendar/ical/my=private-url/basic.ics",
      				maximumEntries:7,	
      				//url: "https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics"
      			}
      

      {
      header: “Sara”,
      position: “top_left”,
      config: {
      calendars: [
      {
      fetchInterval: 7 * 24 * 60 * 60 * 1000,
      symbol: “calendar-check”,
      url: “https://calendar.google.com/calendar/ical/my=private-url/basic.ics”,
      maximumEntries:7,
      //url: “https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics”
      }
      {
      header: “Sara”,
      position: “top_left”,
      config: {
      calendars: [
      {
      fetchInterval: 7 * 24 * 60 * 60 * 1000,
      symbol: “calendar-check”,
      url: “https://calendar.google.com/calendar/ical/my=private-url/basic.ics”,
      maximumEntries:7,
      //url: “https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics”
      }
      ]
      }
      },

      posted in Troubleshooting
      B
      Bobba86
    • Multiple Google Calendar issue

      Hey!

      Im new in the MM community and got some issues setting up multiple Google Calendars.
      The first one works fine. Then i tried to set up two more from two different accounts.
      The URL i correct. But when I boot my mirror it says that there is nothing in the calendar and sometimes it says that there is an error in the module. I guess i have made an error somewhere, but cant figure it out. I have made changes to my url in the post since its my private calendar.
      Sorry about the mess in my config !

      		module: "calendar",
      		header: "Bobba",
      		position: "top_left",
      		config: {
      			calendars: [
      				{
      					fetchInterval: 7 * 24 * 60 * 60 * 1000,
      					symbol: "calendar-check",
      					url: "https://calendar.google.com/calendar/ical/my=private-url/basic.ics",
      					maximumEntries:7,	
      					//url: "https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics"
      				}
      			]
      		}
      	},
      		{
      		module: "calendar",
      		header: "Sara",
      		position: "top_left",
      		config: {
      			calendars: [
      				{
      					fetchInterval: 7 * 24 * 60 * 60 * 1000,
      					symbol: "calendar-check",
      					url: "https://calendar.google.com/calendar/ical/my=private-url/basic.ics",
      					maximumEntries:7,	
      					//url: "https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics"
      				}
      			]
      		}
      	},
      		{
      		module: "calendar",
      		header: "Max",
      		position: "top_left",
      		config: {
      			calendars: [
      				{
      					fetchInterval: 7 * 24 * 60 * 60 * 1000,
      					symbol: "calendar-check",
      					url: "https://calendar.google.com/calendar/ical/my=private-urlbasic.ics",
      					maximumEntries:7,	
      					//url: "https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics"
      				}
      			]
      		}
      	},
      
      posted in Troubleshooting
      B
      Bobba86