Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. blackeaglece
    MagicMirror² v2.15.0 is available! For more information about this release, check out this topic.
    B
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 25
    • Best 0
    • Groups 0

    blackeaglece

    @blackeaglece

    0
    Reputation
    129
    Profile views
    25
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    blackeaglece Follow

    Latest posts made by blackeaglece

    • RE: MMM-DumpsterDay

      @deanonoire How do I create instances and functions? Also, to make them work, do I have to create different images even if they serve the same thing? e.g. landscape.png landscape-1.png and landscape-2.png, with relative css code?
      thank you very much

      posted in Utilities
      B
      blackeaglece
    • RE: MMM-DumpsterDay

      @deanonoire said in MMM-DumpsterDay:

      @blackeaglece Glad I could help 😉 stay safe 😉

      Thank you 👌

      posted in Utilities
      B
      blackeaglece
    • RE: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast

      @blackeaglece said in MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast:

      Does anyone know how I can solve this problem?
      Thank you

      Hi everyone, I’ve been using this module for more than a year and it’s fine, but since I did the last update of MM I get the {DEGREE} entry after perceived (as you can see from the attached image), I’ve also updated the module but nothing to do. How can I do to remove it? Thank you very much

      degree.jpg

      posted in Utilities
      B
      blackeaglece
    • RE: MMM-DumpsterDay

      @deanonoire Ok now it’s all ok i was wrong, some lines of css code had disappeared
      Thank you very much

      posted in Utilities
      B
      blackeaglece
    • RE: MMM-DumpsterDay

      @deanonoire said in MMM-DumpsterDay:

      @blackeaglece I’m quite certain you have to create functions and instances for every landscape reccuring date. Act like second and third landscape instances are different kind of trash with the same image.

      Hi, but it doesn’t display me landscape but glass or organic. I created a new instance called landscape1 but it still shows me all the images . This is the code of config.js. How can I do?

      {	
      	module:"MMM-DumpsterDay",
      	position:"top_left",
      	header: "Raccola Differenziata",
        
      	config: {
      		refreshInterval: 18000000, // Default: 18000000 = 5 hours
      		pulse: false, 			   // Default: true - Makes the module pulsating
      
      	enableBasic: true, 				// Abilita indifferenziata trashcan 
      		basicStartDate: "09.04.2021", 		// The first dumpster day (Always use 2 digit dates (01 instead of 1))
      		basicDateDiff_1: 7,			// Trashday reoccurance - Default: 14 (every 14 days)
      		basicNotifyDayBefore: true,		//Default: true - If you want the notification to appear also the day before the dumpster day
      	enablePaper: true,			// Abilita bidoncino carta bianco
      		paperStartDate: "06.04.2021",
      		paperDateDiff_1: 7,
      		paperNotifyDayBefore: true,
      	enablePlastic: true,			// Same values as basic but for Plastic
      		plasticStartDate: "13.04.2021", 
      		plasticDateDiff_1: 7,
      		plasticNotifyDayBefore: true,
      	enableVetro: true,			// Same values as basic but for Plastic
      		vetroStartDate: "08.04.2021", 
      		vetroDateDiff_1: 7,
      		vetroNotifyDayBefore: true,
      	enableLandscape: true,			// Abilita bidoncino umido
      		landscapeStartDate: "04.04.2021",
      		landscapeDateDiff_1: 7,		
      		landscapeNotifyDayBefore: true,
      	enableLandscape1: true,			// Abilita bidoncino umido
      		landscape1StartDate: "06.04.2021",
      		landscape1DateDiff_1: 7,		
      		landscape1NotifyDayBefore: true,
      }
      },
      
      

      and this is how it is displayed

      garbage.jpg

      posted in Utilities
      B
      blackeaglece
    • RE: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast

      Hi everyone, I’ve been using this module for more than a year and it’s fine, but since I did the last update of MM I get the {DEGREE} entry after perceived (as you can see from the attached image), I’ve also updated the module but nothing to do. How can I do to remove it? Thank you very much

      degree.jpg

      posted in Utilities
      B
      blackeaglece
    • RE: MMM-DumpsterDay

      @blackeaglece does anyone know how to fix date display error in images?

      posted in Utilities
      B
      blackeaglece
    • RE: MMM-DumpsterDay

      Hi all, I’m having trouble getting the exact icon of the garbage collection to display with the chosen day. Example, today there is no collection but it shows me 3 icons that should not display. Also, from us the collection of organic materials occurs 3 times a week how could I put more dates for the same collection? I attach links for my icons and the code of both MMM-Dumpster and config.js

      img garbage

      Glass, Paper, Organic, Plastic and Other Garbage

      config.js file MM

      MMM-Dumpster file

      Thank you

      posted in Utilities
      B
      blackeaglece
    • RE: Img Dumpster day

      @deanonoire Hi, Sure, I was writing in the old post but the program told me that the post was old and to start another one… sorry I’m resuming from the old post. I will post the images and the code in the old post.
      Thank you

      posted in Utilities
      B
      blackeaglece
    • Img Dumpster day

      Re: MMM-DumpsterDay
      Hi, I can’t get ONLY the image of the day’s collection to display, it always displays the ones you don’t have to collect as well. I attach a screenshot and the code, how can I fix this? ```
      {
      module:“MMM-DumpsterDay”,
      position:“top_left”,
      header: “Raccola Differenziata”,

      config: {
      	refreshInterval: 18000000, // Default: 18000000 = 5 hours
      	pulse: false, 			   // Default: true - Makes the module pulsating
      
      //enableBasic: false, 				// Enable basic trashcan 
      //	basicStartDate: "01.10.2020", 		// The first dumpster day (Always use 2 digit dates (01 instead of 1))
      //	basicDateDiff_1: 1,			// Trashday reoccurance - Default: 14 (every 14 days)
      //	basicNotifyDayBefore: true,		//Default: true - If you want the notification to appear also the day before the dumpster day
      
      enablePaper: true,			// Abilita bidoncino carta bianco
      	paperStartDate: "06.04.2021",
      	paperDateDiff_1: 7,
      	paperNotifyDayBefore: true,
      
      enablePlastic: false,			// Same values as basic but for Plastic
      	plasticStartDate: "13.04.2021", 
      	plasticDateDiff_1: 7,
      	plasticNotifyDayBefore: true,
      enableVetro: true,			// Same values as basic but for Plastic
      	vetroStartDate: "08.04.2021", 
      	vetroDateDiff_1: 7,
      	vetroNotifyDayBefore: true,
      
      enableLandscape: true,			// Same values as basic but for Landscape
      	landscapeStartDate: "04.04.2021",
      	landscapeDateDiff_1: 7,		
      	landscapeNotifyDayBefore: true,
      enableLandscape: true,			// Same values as basic but for Landscape
      	landscapeStartDate: "06.04.2021",
      	landscapeDateDiff_1: 7,		
      	landscapeNotifyDayBefore: true,
      enableLandscape: true,			// Same values as basic but for Landscape
      	landscapeStartDate: "08.04.2021",
      	landscapeDateDiff_1: 7,		
      	landscapeNotifyDayBefore: true,
      

      }
      },

      ![dumpster.png](/assets/uploads/files/1618395144017-dumpster.png) 
      
      Thank you very much
      posted in Utilities
      B
      blackeaglece