April 16, 2024, 12:24:54 PM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Branden123

Pages: [1] 2
1
Contributions / Intellistar Weatherscan Simulator Now Here
« on: November 10, 2021, 05:21:06 PM »
Download the Simulator here
My Verison(Configured and Animated Icons)
https://github.com/TWCBranden/Weatherscan

Public Version (Updates of Emu Go Publicly here but updates will be added to my version)
https://github.com/buffbears/Weatherscan


Join the Offiical Intellistar Weatherscan Discord Server for Support and News/Updates   
https://discord.gg/7KduWGmK




2
i will like this theme

3
Contributions / Re: HTML Intellistar 2 Simulator
« on: November 24, 2019, 03:19:18 AM »
i suggest to add a zoom in radar view when there is a alert just like the real is2 if possible

4
Contributions / Re: HTML Intellistar 2 Simulator
« on: November 19, 2019, 07:28:14 PM »
You should get cantore narrations from your is2 unit and place them on the simulator

5
Contributions / Re: Web Intellistar Emulator
« on: March 05, 2018, 03:12:49 PM »
let me know if u got it boss

6
Contributions / Re: Web Intellistar Emulator
« on: March 04, 2018, 08:00:19 PM »
i gotch u brother B)  send me your email

7
Contributions / Re: Web Intellistar Emulator
« on: March 03, 2018, 07:12:53 PM »
hey buddy i got all animating icons and bunch of other things including the animating dial and the alert dial thanks to intuitive creation designs there all after effect files but ive converted them into gifs and changed the pathways instead of svg into gifs and it works fine, ive made a little video demonstrating how it looks so far but i want you to add them all yourself because idk how to code as much lol , your the master here,  :dance:
https://www.youtube.com/watch?v=ZiY02xQ-R9Y

8
Contributions / Re: Web Intellistar Emulator
« on: January 16, 2018, 01:31:46 AM »
hey thanks for adding the placeholder theres an issue i fixed in the javascript but its the api's fault , its relating with the current conditions icon , at night the api's current icon does not change from day to night for example  "partlycloudy" does not change to "nt_partlycloudy" and its for all icons its just doesnt put the nt_ at night and at all so the emulator picks up the day icons 24/7 (and keep in mind the api only did this to the current icons) so i fixed that by doing this and it works well for me , add this to  the debug info and afterwords put 2 brackets instead of 1 so it clears the error and dont worry about the forecast icons and outlook icons the api has it completely fine its only the current that has the issue




  var currentTime = new Date();
  if(currentTime.getHours() > 5 && currentTime.getHours() < 19){
  document.getElementById('ccicon').src = 'assets/icons/conditions/' + currentIcon +'.svg';
  }else{ document.getElementById('ccicon').src = 'assets/icons/conditions/nt_' + currentIcon +'.svg';
}
}

9
Contributions / Re: Web Intellistar Emulator
« on: January 04, 2018, 11:52:51 PM »
 here is some temporary icons , and im trying to get real animated icons and i fixed an error on the icon placeholder for the Narrative icons because it had it set to "icon.src = 'assets/icons/conditions/' + outlookIcon +'.svg' so it was getting the wrong ones and it is supposed to be icon.src = 'assets/icons/conditions/' + forecastIcon +'.svg' and i changed it and now the icons match up :) and can you please add a icon place holder for current condition?
and here are some temporary icons from weather underground that matches up the names  https://github.com/manifestinteractive/weather-underground-icons/tree/master/dist , ill let you know when i have the real deal icons :)

10
wait how do u even have access download it , ive been waiting 2 years and waiting to download this FML

11
Contributions / Re: Web Intellistar Emulator
« on: December 08, 2017, 06:10:33 PM »
 thank you so much for the update 
 2 questions:
will the now slide have the current conditions , wind , gusts , feels like etc. in future development? will the radar have two different views  in a non - alert situation?

12
Contributions / Re: Web Intellistar Emulator
« on: December 03, 2017, 05:39:51 PM »
 I made a video testing your emulator : https://youtu.be/3wM-6PFOlc4, its awesome i also mentioned in the video that its in Beta , i also added some Christmas music for my own entertainment ,  i really you hope finish this into a complete version. Good Luck :)

13
If you don't mind me asking, how close are we to a release date?

14
BTW, Emulator looks great!

15
 hi cc17926 , may i get a cine account when cine is all working ok?

Pages: [1] 2